[2025-01-23] Nylas Node.js SDK v7.7.3
The Nylas Node.js SDK v7.7.3 has been released!
- GitHub: Nylas Node.js SDK
- Distribution: npm
Updated
- Changed
latestMessageReceivedDate
andlatestMessageSendDate
to optional parameters in the Thread model (#612). - Fixed an issue where timeout override settings in requests weren't being respected (#617).
- Fixed an issue where query parameters with array values weren't being transformed into comma-delimited strings (#618).
- Converted the
anyEmail
array in thethreads.list
method to a comma-delimited list (#618).
Removed
- Removed
createdAt
field from Message model (#612).