Only show these results:

[2024-01-12] Nylas Node.js SDK v7.0.0-beta.4

Categories: Sdks Node

The Nylas Node.js SDK v7.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 (#522).
  • Moved Grants.create() to Auth.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).

Updated

  • Fixed issue with form-data not importing correctly for ESM projects (#523).
  • Fixed typing errors in TrackingOptions and Connector (#525).