# [2023-11-29] Nylas Node.js SDK v6.11.0

Source: https://developer.nylas.com/docs/new/v2-changelogs/2023-11-29-node-sdk-v6-11-0/

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

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

## Added

- Add support for logging. ([#508](https://github.com/nylas/nylas-nodejs/pull/#508))

## Fixed

- Nullify `replyToMessageId` if it is an empty string ([#484](https://github.com/nylas/nylas-nodejs/pull/#484))
- Nullify `visibility` if `visibility` is an empty string ([#507](https://github.com/nylas/nylas-nodejs/pull/#507))
- Fix numbers defaulting to `0` instead of `null` ([#469](https://github.com/nylas/nylas-nodejs/pull/#469))
- Fix parsing of Number arrays ([#507](https://github.com/nylas/nylas-nodejs/pull/#507))
- Fix configured timeout not being used ([#506](https://github.com/nylas/nylas-nodejs/pull/#506))
- Bump `node-fetch` dependency from 2.6.1 to 2.6.12 ([#504](https://github.com/nylas/nylas-nodejs/pull/#504))