v3.0.0
The most important change in this release is dropping support for Node versions below 12 and changing the support environments from Node 12 to Node 16.
Breaking Changes
- Removed
use_index
usage. (#812) (d56799a) - Removed deprecated
BoxClient.batch()
andBoxClient.batchExec()
method. - Removed deprecated
CollaborationWhitelist
class, useCollaborationAllowlist
instead. - Removed deprecated
CollaborationAllowlist.getWhitelistedDomain()
method, useCollaborationAllowlist.getAllowlistedDomain()
instead. - Removed deprecated
CollaborationAllowlist.getAllWhitelistedDomains()
method, useCollaborationAllowlist.getAllAllowlistedDomains()
instead. - Remove deprecated
Files.getThumbnail(fileID: string, options?: Record<string, any>, callback?: Function)
method, useFiles.getRepresentationContent( fileID, representationType, options, callback)
instead.
Migration details can be found here