Skip to content

Conversation

@AaronDDM
Copy link
Collaborator

@AaronDDM AaronDDM commented Sep 2, 2025

Changelog

Added

  • is_plaintext support in SendMessageRequest and CreateDraftRequest to control plain text vs HTML message formatting

Changed

  • SendMessageRequest.sendAt field changed from Int? to Long? to support Unix timestamps beyond 2038. Maintains backward compatibility through method overloading - existing Int parameters are automatically converted to Long. Note: Kotlin users passing integer literals may need to specify type explicitly (e.g., 1620000000L or 1620000000 as Int).

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@playerzero-ai
Copy link

playerzero-ai bot commented Sep 2, 2025

Pull Request Summary

  • The project version is updated from 2.13.1 to 2.14.0 in preparation for a new release.
  • This change affects the versioning of builds and published packages, which will now be labeled as 2.14.0.
  • There are no other functional or configuration changes in this pull request.
  • Existing configurations such as OSSRH credentials, signing placeholders, and the Gradle checksum workaround remain the same.
  • The primary impact on users is the availability of the new version 2.14.0, with any behavioral changes dependent on other code changes not specified in this pull request.

Files Changed

File Name Summary
gradle.properties - Bumped project version 2.13.1 → 2.14.0.
- Purpose: prepare release; builds/artifacts will use 2.14.0.
- User impact: consumers of the new release will receive 2.14.0 (behavioral changes depend on other PR changes).
- No other functional/config changes; OSSRH creds, signing placeholders, and Gradle checksum workaround unchanged.

View more in PlayerZero
updated: Sep 02 @ 04:44 PM UTC

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.75%. Comparing base (ab3c426) to head (7cf906b).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #299   +/-   ##
=========================================
  Coverage     81.75%   81.75%           
  Complexity      344      344           
=========================================
  Files            36       36           
  Lines          1014     1014           
  Branches         88       88           
=========================================
  Hits            829      829           
  Misses          132      132           
  Partials         53       53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AaronDDM AaronDDM merged commit 8a26f4f into main Sep 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants