Releases: nylas/nylas-nodejs
Releases · nylas/nylas-nodejs
v.8.0.2
v8.0.1
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
What's Changed
Added
- Migrated the SDK from
node-fetchto 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) infolders.findmethod (#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
v7.13.2
v7.13.1
v7.13.0
v7.12.0
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
v7.11.0
Added
- Support for new message
fieldsquery parameter values:include_tracking_optionsandraw_mime - Support for
trackingOptionsproperty in Message responses when usingfields=include_tracking_options - Support for
rawMimeproperty in Message responses when usingfields=raw_mime MessageTrackingOptionsinterface for tracking message opens, thread replies, link clicks, and custom labels- Support for
includeHiddenFoldersquery parameter in folders list endpoint for Microsoft accounts - Support for
singleLevelquery parameter inListFolderQueryParamsfor Microsoft accounts to control folder hierarchy traversal
Fixed
- Fixed 3MB payload size limit to consider total request size (message body + attachments) instead of just attachment size when determining whether to use multipart/form-data encoding
v7.10.0
What's Changed
- [Node SDK] consistent handling of timeout values for constructor and overrides by @ajay-k in #634
- fix: Add missing /cancel suffix in Notetaker API endpoint by @AaronDDM in #639
- feat: add zoom as a supported provider type in Auth module by @AaronDDM in #640
- fix: update event status type to use 'maybe' instead of 'tentative' by @AaronDDM in #641
- refactor(resources): use makePathParams utility for path construction in all resource classes by @AaronDDM in #642
- feat(freeBusy): Add tentativeAsBusy parameter to FreeBusy requests by @AaronDDM in #643
New Contributors
Full Changelog: v7.9.0...v7.10.0