Only show these results:

[2024-01-09] Nylas Kotlin/Java SDK v2.0.0-beta.4

Categories: Sdks Java

The Nylas Kotlin/Java SDK v2.0.0-beta.4 has been released!

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 to NylasClient (#182).
  • Moved Grants.create() to Auth.customAuthentication() (#182).

Added

  • Added support for sending drafts (#181).
  • Added support for the Contacts API (#183, #185).
  • Added enum support for OAuth prompt (#176).

Updated

  • Fixed issue with sending scheduled messages (#181).
  • Fixed incorrect PKCE code challenge generation (#187).
  • Fixed Detect Provider endpoint path (#176).
  • Fixed scope encoding for OAuth URL (#176).
  • Fixed typo in EventVisibility enum (#176).