Skip to content

Commit

Permalink
chore: release 3.0.0 (#829)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Minh Nguyen Cong <mcong@box.com>
  • Loading branch information
box-sdk-build and congminh1254 authored May 23, 2023
1 parent d274203 commit 9ea9931
Show file tree
Hide file tree
Showing 164 changed files with 87,961 additions and 8,603 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/box/box-node-sdk/compare/v2.10.0...v3.0.0) (2023-05-23)

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](https://github.com/box/box-node-sdk/pull/812)) ([d56799a](https://github.com/box/box-node-sdk/commit/d56799a61f42265d7785f99e92a449c58d125aef))
- Removed deprecated `BoxClient.batch()` and `BoxClient.batchExec()` method.
- Removed deprecated `CollaborationWhitelist` class, use `CollaborationAllowlist` instead.
- Removed deprecated `CollaborationAllowlist.getWhitelistedDomain()` method, use `CollaborationAllowlist.getAllowlistedDomain()` instead.
- Removed deprecated `CollaborationAllowlist.getAllWhitelistedDomains()` method, use `CollaborationAllowlist.getAllAllowlistedDomains()` instead.
- Remove deprecated `Files.getThumbnail(fileID: string, options?: Record<string, any>, callback?: Function)` method, use `Files.getRepresentationContent( fileID, representationType, options, callback)` instead.

Migration details can be found [here](https://github.com/box/box-node-sdk/blob/v3.0.0/docs/upgrade/2.x.x%20to%203.x.x.md)

### Dependency Upgrades
- Bumped `jsonwebtoken` from 8.5.1 to 9.0.0. ([#802](https://github.com/box/box-node-sdk/pull/802)) ([5b1d4e9](https://github.com/box/box-node-sdk/pull/828/commits/5b1d4e9ec557c14c1d27695733cc0bcae49061cb))
- Bumped `vm2` from 3.9.11 to 3.9.19 ([#826](https://github.com/box/box-node-sdk/pull/826)) ([220df76](https://github.com/box/box-node-sdk/commit/220df765080bc27c91daed51ac46620f6bc8b9ed))

## [2.10.0](https://github.com/box/box-node-sdk/compare/v2.9.0...v2.10.0) (2023-05-11)


Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ We highly recommend upgrading to the latest SDK major release at the earliest co

| Version | Supported Environments | State | First Release | EOL/Terminated |
|---------|------------------------|-----------|---------------|----------------|
| 2 | Node.js >= 12 and <= 16| Supported | 29 Sep 2021 | TBD |
| 3 | Node.js >= 12 and <= 16| Supported | 23 May 2023 | TBD |
| 2 | Node.js >= 8 and <= 14 | Maintained | 29 Sep 2021 | 23 Jul 2023 |
| 1 | | EOL | 28 Mar 2019 | 29 Sep 2021 |

## Questions, Bugs, and Feature Requests?
Expand Down
289 changes: 285 additions & 4 deletions docs/jsdoc/APIRequest.html

Large diffs are not rendered by default.

326 changes: 322 additions & 4 deletions docs/jsdoc/APIRequestManager.html

Large diffs are not rendered by default.

Loading

0 comments on commit 9ea9931

Please sign in to comment.