[2024-01-09] Nylas Kotlin/Java SDK v2.0.0-beta.4
The Nylas Kotlin/Java SDK v2.0.0-beta.4 has been released!
- GitHub: Nylas Kotlin/Java SDK
- Distribution: Maven repository
Breaking changes
This release includes breaking changes that improve the organization of the Grants and Auth APIs. This makes them easier to find, and better matches how the main Nylas APIs are organized.
- Moved Grants API from
Auth
toNylasClient
(#182). - Moved
Grants.create()
toAuth.customAuthentication()
(#182).
Added
- Added support for sending drafts (#181).
- Added support for the Contacts API (#183, #185).
- Added
enum
support for OAuth prompt (#176).