# [2023-01-18] Nylas Node.js SDK v6.7.0

Source: https://developer.nylas.com/docs/new/v2-changelogs/2023-01-18-node-sdk-v6-7-0/

The Nylas Node.js SDK v6.7.0 has been released!

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

## Added

- Added support for rate limit errors ([#405](https://github.com/nylas/nylas-nodejs/pull/405))
- Added `responseType` to `AuthenticateUrlConfig` ([#411](https://github.com/nylas/nylas-nodejs/pull/411))
- Added new attributes for Event webhook notifications ([#417](https://github.com/nylas/nylas-nodejs/pull/417))

## Updated

- The `visibility` field for events is now writeable. ([#408](https://github.com/nylas/nylas-nodejs/pull/408))

## Security

- Bumped the `decode-uri-component` sub-dependency from `0.2.0` to `0.2.2` ([#410](https://github.com/nylas/nylas-nodejs/pull/410))
- Bumped the `qs` sub-dependency from `6.5.2` to `6.5.3` ([#412](https://github.com/nylas/nylas-nodejs/pull/412))
- Bumped the `json5` sub-dependency from `2.1.0` to `2.2.3` ([#416](https://github.com/nylas/nylas-nodejs/pull/416))
- Bumped the `minimatch` sub-dependency from `3.0.4` to `3.1.2` ([#418](https://github.com/nylas/nylas-nodejs/pull/418))