# [2025-05-27] Nylas Node.js SDK v7.10.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2025-05-27-node-sdk-v7-10-0/

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

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

## Added

- Added missing `/cancel` suffix to the Notetaker endpoint ([#639](https://github.com/nylas/nylas-nodejs/pull/639)).
- Added Zoom as a supported provider in the Auth module ([#640](https://github.com/nylas/nylas-nodejs/pull/640)).
- Added the `tentativeAsBusy` parameter to Free/Busy requests ([#643](https://github.com/nylas/nylas-nodejs/pull/643)).

## Updated

- Fixed inconsistent handling of request timeout overrides ([#634](https://github.com/nylas/nylas-nodejs/pull/634)).
- Updated event `Status` to use `'maybe'` instead of `'tentative'` ([#641](https://github.com/nylas/nylas-nodejs/pull/641)).
- Refactored SDK to use the `makePathParams` utility for path construction in all resource classes ([#642](https://github.com/nylas/nylas-nodejs/pull/642)).