# [2025-06-23] Nylas Node.js SDK v7.11.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2025-06-23-node-sdk-v7-11-0/

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

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

## Added

- Added support for new `fields` query parameter values on Messages: `include_tracking_options` and `raw_mime` ([#645](https://github.com/nylas/nylas-nodejs/pull/645)).
- Added support for `trackingOptions` property in Message responses when using `fields=include_tracking_options` ([#645](https://github.com/nylas/nylas-nodejs/pull/645)).
- Added support for `rawMime` property in Message responses when using `fields=raw_mime` ([#645](https://github.com/nylas/nylas-nodejs/pull/645)).
- Added `MessageTrackingOptions` interface for tracking message opens, thread replies, link clicks, and custom labels ([#645](https://github.com/nylas/nylas-nodejs/pull/645)).
- Added support for `includeHiddenFolders` query parameter in [Get all Folders endpoint](/docs/reference/api/folders/get-folder/) for Microsoft accounts ([#648](https://github.com/nylas/nylas-nodejs/pull/648)).
- Added support for `singleLevel` query parameter in `ListFolderQueryParams` interface for Microsoft accounts ([#647](https://github.com/nylas/nylas-nodejs/pull/647)).

## Updated

- Updated 3MB payload size limit to consider total request size (message body and attachments) instead of just attachment size when determining whether to use `multipart/form-data` encoding ([#646](https://github.com/nylas/nylas-nodejs/pull/646)).