[2024-01-12] Nylas Node.js SDK v7.0.0-beta.4
The Nylas Node.js SDK v7.0.0-beta.4 has been released!
- GitHub: Nylas Node.js SDK
- Distribution: npm
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
(#522). - Moved
Grants.create()
toAuth.customAuthentication()
(#522).
Added
- Added support for the Folders API (#501).
- Added support for the Attachments API (#505).
- Added support for the Contacts API (#513).
- Added Send-RSVP support for the Events API (#514).
- Added email value for
CodeExchange
response (#526).