# [2025-01-23] Nylas Node.js SDK v7.7.3

Source: https://developer.nylas.com/docs/new/v3-changelogs/2025-01-23-node-sdk-v7-7-3/

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

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

## Updated

- Changed `latestMessageReceivedDate` and `latestMessageSendDate` to optional parameters in the Thread model ([#612](https://github.com/nylas/nylas-nodejs/pull/612)).
- Fixed an issue where timeout override settings in requests weren't being respected ([#617](https://github.com/nylas/nylas-nodejs/pull/617)).
- Fixed an issue where query parameters with array values weren't being transformed into comma-delimited strings ([#618](https://github.com/nylas/nylas-nodejs/pull/618)).
- Converted the `anyEmail` array in the `threads.list` method to a comma-delimited list ([#618](https://github.com/nylas/nylas-nodejs/pull/618)).

## Removed

- Removed `createdAt` field from Message model ([#612](https://github.com/nylas/nylas-nodejs/pull/612)).