Skip to content

Releases: nylas/nylas-nodejs

v7.7.4

23 Jan 19:14
Compare
Choose a tag to compare

What's Changed

  • Fix: any_email was not transformed to a comma delimited list for messages.list (#620)

Full Changelog: v7.7.3...v7.7.4

v7.7.3

23 Jan 18:46
Compare
Choose a tag to compare

What's Changed

  • Remove createdAt field from message model. (#612)
  • Change latestMessageReceivedDate & latestMessageSentDate to be optional on threads model. (#612)
  • Fix issue where timeout was not being respected when overriding the timeout in the request options. (#617)
  • Fix issue where query params with array values were not being transformed into comma-delimited strings (#618)
  • Fix: transform anyEmail array into comma-delimited any_email parameter in threads list (#618)

Full Changelog: v7.7.2...v7.7.3

v7.7.2

02 Dec 15:08
Compare
Choose a tag to compare

Changelog

Changed

  • Fix Credentials endpoint (#610) (#605)

v7.7.1

25 Nov 14:29
Compare
Choose a tag to compare

Changelog

Changed

  • Fix query parameters for array values (#606 )

v7.7.0

14 Nov 11:50
Compare
Choose a tag to compare

Changelog

Added

  • Add support for Scheduling API #589

Changed

  • Fix issue where inline attachments > 3Mb were not sent correctly #603

v7.6.2

31 Oct 15:21
Compare
Choose a tag to compare

Changelog

Added

  • Add missing select field on query params #581, Add missing fields #600
  • Add missing name field on grant model #599, Add missing fields #600
  • Add missing masterEventId on event model #601, #221

Changed

New Contributors

v7.6.1

30 Oct 14:42
Compare
Choose a tag to compare

What's Changed

  • Add support for filtering events by masterEventID (#592)
  • Add support for gzip compression(#591)

New Contributors

Full Changelog: v7.6.0...v7.6.1

v7.6.0

18 Oct 15:20
Compare
Choose a tag to compare

Changelog

Added

  • Add support for filtering events by attendee email (#577)
  • Add buffer support for file attachments (#579)
  • Add new webhook trigger types (#585, #582)
  • Add ews as a provider (#578)

Changed

  • Change rotate secret endpoint from being a PUT to a POST call (#584, #583)
  • Fix issue where crypto import was causing downstream Jest incompatibilities (#574)
  • Fix FormData import compatibility issues with ESM (#586, #576)
  • Remove eslint-plugin-import from production dependencies (#575)

New Contributors

v7.5.2

12 Jul 15:27
Compare
Choose a tag to compare

Changelog

Changed

  • Fix issue where metadata was being incorrectly modified before being sent to the API (#571)

v7.5.1

09 Jul 13:54
Compare
Choose a tag to compare

Changelog

Changed

  • Added collective availability method (#567)
  • Fix crash when timeout encountered (#569)
  • Bump braces sub-dependency from 3.0.2 to 3.0.3 (#568)

New Contributors