[2024-02-05] Nylas Ruby SDK v6.0.0 beta 4
The Nylas Ruby SDK v6.0.0 beta 4 has been released!
- GitHub: Nylas Ruby SDK
- Distribution: RubyGems gem description
Breaking changes
- Renamed
Applications.info()toApplications.get_details()for consistency. - Changed return type of
Auth.url_for_oauth2_pkce()fromOpenStructto a hash for consistency.
Added
- Added support for detecting providers.
- Added enhanced support for the
WebhooksAPI.
Updated
- Default
client_secretto the configuredapi_keyfor token exchange methods if not provided. - Fixed list and find scheduled messages.
- Fixed incorrect PKCE code challenge generation.
- Fixed incompatible types when building OAuth2 URL.
- Fixed construction of query parameters.
- Fixed construction of OAuth2 URL.
- Fixed typo in paths for
Grantsclass.