# [2024-10-18] Nylas Node.js SDK v7.6.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-10-18-node-sdk-v7-6-0/

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

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

## Added

- Added support for filtering events by attendee email address ([#577](https://github.com/nylas/nylas-nodejs/pull/577)).
- Added buffer support for attachments ([#579](https://github.com/nylas/nylas-nodejs/pull/579)).
- Added new webhook trigger types ([#585](https://github.com/nylas/nylas-nodejs/pull/585), [#582](https://github.com/nylas/nylas-nodejs/pull/582)).
- Added support for EWS as a provider ([#578](https://github.com/nylas/nylas-nodejs/pull/578)).

## Updated

- Changed the Rotate Secret endpoint from `PUT` to `POST` ([#584](https://github.com/nylas/nylas-nodejs/pull/584), [#583](https://github.com/nylas/nylas-nodejs/pull/583)).
- Fixed an issue where using `node:crypto` was causing downstream incompatibilities for Jest integrations ([#574](https://github.com/nylas/nylas-nodejs/pull/574)).
- Fixed `FormData` import compatibility issues with ESM ([#586](https://github.com/nylas/nylas-nodejs/pull/586), [#576](https://github.com/nylas/nylas-nodejs/pull/576)).

## Removed

- Removed `eslint-plugin-import` from Production dependencies ([#575](https://github.com/nylas/nylas-nodejs/pull/575)).

## New contributors

[@bdbergeron](https://github.com/bdbergeron) made their first contribution to the repository for this release! 🎉