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