Skip to content

Releases: nylas/nylas-nodejs

v8.0.4

18 Mar 19:24

Choose a tag to compare

Added

  • Add specificTimeAvailability support to calendars availability POST API (#716)

v8.0.3

17 Mar 14:25

Choose a tag to compare

Added

  • Add multi-credential support for authentication (#713)

Fixed

  • Change credentials update method from PUT to PATCH (#712)

v.8.0.2

24 Feb 14:36

Choose a tag to compare

What's Changed

Added

  • Add smtpRequired option to hosted authentication URLs to enforce SMTP settings during IMAP authentication (#702)

v8.0.1

23 Jan 15:20

Choose a tag to compare

What's Changed

Added

  • Add missing originalStartTime field to Event model for recurring event instances (#690)

Full Changelog: v8.0.0...v8.0.1

v8.0.0

12 Dec 20:38
v8.0.0
f61029d

Choose a tag to compare

What's Changed

Added

  • Migrated the SDK from node-fetch to the native Fetch API available in Node.js 18+.
  • Removed the custom fetch wrapper abstraction.
  • Updated Node.js engine requirements.
  • Updated Folders.find method to support optional queryParams (includeHiddenFolders, select).
  • Support for query parameters (includeHiddenFolders, select) in folders.find method (#685).

Breaking change

  • Requires Node.js 18+. Support for Node 16 has been dropped.

Full Changelog: v7.13.3...v8.0.0

v7.13.3

10 Oct 13:37
v7.13.3
831e1b7

Choose a tag to compare

What's Changed

Full Changelog: v7.13.2...v7.13.3

v7.13.2

03 Oct 13:19
v7.13.2
a6a1b21

Choose a tag to compare

What's Changed

  • fix(events): make Participant.email optional to match API behaviour (#670) by @AaronDDM in #671
  • Fix: Update ListGrantsQueryParams to use snake_case parameter values (Fixes #669) by @AaronDDM in #672

Full Changelog: v7.13.1...v7.13.2

v7.13.1

23 Sep 14:59
v7.13.1
7eef782

Choose a tag to compare

What's Changed

  • chore: added an esm-only example by @AaronDDM in #664
  • fix: resolve CJS build issue causing "TypeError: Nylas is not a constructor" error by @AaronDDM in #665

Full Changelog: v7.13.0...v7.13.1

v7.13.0

02 Sep 15:21
v7.13.0
6747632

Choose a tag to compare

What's Changed

  • feat(api): expose raw response headers on all responses via non-enumerable rawHeader by @AaronDDM in #660
  • feat(messages,drafts): support isPlaintext for messages.send and drafts.create by @AaronDDM in #661

Full Changelog: v7.12.0...v7.13.0

v7.12.0

01 Aug 16:06

Choose a tag to compare

What's Changed

  • replaced: form-data with form-data-node; fixed support for >3MB buffer type; added new examples by @AaronDDM in #653
  • Bump esbuild and wrangler in /examples/edge-environment by @dependabot[bot] in #655

Full Changelog: v7.11.0...v7.12.0