# [2024-02-27] Nylas Node.js SDK v7.2.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-node-sdk-v7-2-0/

The Nylas Node.js SDK v7.2.0 has been released!

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

## Added

- Added support for the `roundTo` field in the Availability response model ([#540](https://github.com/nylas/nylas-nodejs/pull/540)).
- Added support for the `attributes` field in the Folder model ([#540](https://github.com/nylas/nylas-nodejs/pull/540)).
- Added support for iCloud as an authentication provider ([#540](https://github.com/nylas/nylas-nodejs/pull/540)).

## Updated

- Fixed query parameters not showing up in method parameters for finding a message ([#539](https://github.com/nylas/nylas-nodejs/pull/539)).
- Fixed missing fields in Message models ([#541](https://github.com/nylas/nylas-nodejs/pull/541), [#542](https://github.com/nylas/nylas-nodejs/pull/542)).

## Removed

- Removed the unnecessary `clientId` field from `detectProvider` parameters ([#540](https://github.com/nylas/nylas-nodejs/pull/540)).