Skip to content

v8.0.0

Choose a tag to compare

@AaronDDM AaronDDM released this 12 Dec 20:38
· 15 commits to main since this release
v8.0.0
f61029d

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