[2024-01-04] Nylas Ruby SDK v6.0.0-beta.3
The Nylas Ruby SDK v6.0.0-beta.3 has been released!
- GitHub: Nylas Ruby SDK
- Distribution: RubyGems gem description
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
(#447). - Moved
Grants.create()
toAuth.customAuthentication()
(#447).
Added
- Added support for Contacts API (#438).
- Added support for Send RSVP (#444).
- Added Draft Send support (#446).
- Added missing webhook triggers (#445).