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

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-01-12-node-sdk-v7-0-0-beta-4/

The Nylas Node.js SDK v7.0.0-beta.4 has been released!

- GitHub: [Nylas Node.js SDK](https://github.com/nylas/nylas-nodejs/releases/tag/v7.0.0-beta.4)
- Distribution: [npm](https://www.npmjs.com/package/nylas/v/7.0.0-beta.4)

## 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](https://github.com/nylas/nylas-nodejs/pull/522)).
- Moved `Grants.create()` to `Auth.customAuthentication()` ([#522](https://github.com/nylas/nylas-nodejs/pull/522)).

## Added

- Added support for the Folders API ([#501](https://github.com/nylas/nylas-nodejs/pull/501)).
- Added support for the Attachments API ([#505](https://github.com/nylas/nylas-nodejs/pull/505)).
- Added support for the Contacts API ([#513](https://github.com/nylas/nylas-nodejs/pull/513)).
- Added Send-RSVP support for the Events API ([#514](https://github.com/nylas/nylas-nodejs/pull/514)).
- Added email value for `CodeExchange` response ([#526](https://github.com/nylas/nylas-nodejs/pull/526)).

## Updated

- Fixed issue with form-data not importing correctly for ESM projects ([#523](https://github.com/nylas/nylas-nodejs/pull/523)).
- Fixed typing errors in `TrackingOptions` and `Connector` ([#525](https://github.com/nylas/nylas-nodejs/pull/525)).