Skip to content

Commit 74c29f1

Browse files
authored
Update CHANGELOG.md
1 parent 79782e1 commit 74c29f1

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

CHANGELOG.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,41 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## [10.0.0](https://github.com/box/box-java-sdk/compare/v4.16.3...v10.0.0) (2025-09-17)
66

7+
Introducing **`Box SDK v10`**, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate [`sdk-gen`](https://github.com/box/box-java-sdk/tree/sdk-gen) branch, `v10` will ultimately become the main branch.
78

8-
### ⚠ BREAKING CHANGES
9+
### Breaking Changes
910

10-
* Change names of unions (box/box-codegen#787) (#1359)
11-
* remove unused models from schemas (box/box-openapi#547) (#1354)
11+
- This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available [here](https://github.com/box/box-java-sdk/tree/sdk-gen/docs).
1212

13-
### Bug Fixes
13+
### What's New in `v10`
1414

15-
* Adjust Item union (box/box-codegen[#790](https://github.com/box/box-java-sdk/issues/790)) ([#1371](https://github.com/box/box-java-sdk/issues/1371)) ([7fd434d](https://github.com/box/box-java-sdk/commit/7fd434d6854f5805af305a00dd18827233b40465))
16-
* Brand Hubs as Box Hubs (box/box-openapi[#553](https://github.com/box/box-java-sdk/issues/553)) ([#1410](https://github.com/box/box-java-sdk/issues/1410)) ([4b90d47](https://github.com/box/box-java-sdk/commit/4b90d47f09ba51a851c8e89a59580d11831158a5))
17-
* Fix managing network errors (box/box-codegen[#798](https://github.com/box/box-java-sdk/issues/798)) ([#1377](https://github.com/box/box-java-sdk/issues/1377)) ([427136d](https://github.com/box/box-java-sdk/commit/427136d090772a402c30c7b04631424cf1a45d41))
18-
* Rename external user deletion method (box/box-codegen[#796](https://github.com/box/box-java-sdk/issues/796)) ([#1374](https://github.com/box/box-java-sdk/issues/1374)) ([4c718e2](https://github.com/box/box-java-sdk/commit/4c718e298a98788cae156fe192725d427f149ba2))
15+
- **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.
1916

17+
- **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.
2018

21-
### New Features and Enhancements
19+
- **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
20+
21+
- **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
22+
23+
### Important Notes
24+
25+
This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to `v10` includes breaking changes, please review the [migration guide](https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-v4-to-v10.md) for details. For more information, see the [SDK versioning strategy document](https://developer.box.com/tooling/sdks/sdk-versioning). Follow developer changelog for future updates.
26+
27+
---
28+
29+
### What’s New Compared to [Java SDK Gen](https://github.com/box/box-java-sdk-gen) `v0.8.1`
30+
31+
#### ⚠ BREAKING CHANGES
2232

23-
* Add `withProxy` method to `BoxClient` (box/box-codegen[#831](https://github.com/box/box-java-sdk/issues/831)) ([#1425](https://github.com/box/box-java-sdk/issues/1425)) ([e497fbe](https://github.com/box/box-java-sdk/commit/e497fbe965245140a3f84c7fcd8af2c44c84518c))
24-
* Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-java-sdk/issues/554)) ([#1412](https://github.com/box/box-java-sdk/issues/1412)) ([a4c4991](https://github.com/box/box-java-sdk/commit/a4c499101d354543cd65283aa9f25483bb2cbbbb))
25-
* Add proxy support (box/box-codegen[#830](https://github.com/box/box-java-sdk/issues/830)) ([#1424](https://github.com/box/box-java-sdk/issues/1424)) ([cc53247](https://github.com/box/box-java-sdk/commit/cc532475cdaf5ec3fd710149b41a6e7b04dcd32f))
2633
* Change names of unions (box/box-codegen[#787](https://github.com/box/box-java-sdk/issues/787)) ([#1359](https://github.com/box/box-java-sdk/issues/1359)) ([114e778](https://github.com/box/box-java-sdk/commit/114e7785031e19fb58933f231e656a991b5effb7))
27-
* remove unused models from schemas (box/box-openapi[#547](https://github.com/box/box-java-sdk/issues/547)) ([#1354](https://github.com/box/box-java-sdk/issues/1354)) ([e031308](https://github.com/box/box-java-sdk/commit/e031308f102137351238bf3823372150d3927442)), closes [box/box-openapi#542](https://github.com/box/box-openapi/issues/542) [box/box-openapi#544](https://github.com/box/box-openapi/issues/544) [box/box-codegen#781](https://github.com/box/box-codegen/issues/781) [box/box-openapi#545](https://github.com/box/box-openapi/issues/545) [box/box-codegen#782](https://github.com/box/box-codegen/issues/782)
34+
* Remove unused models from schemas (box/box-openapi[#547](https://github.com/box/box-java-sdk/issues/547)) ([#1354](https://github.com/box/box-java-sdk/issues/1354)) ([e031308](https://github.com/box/box-java-sdk/commit/e031308f102137351238bf3823372150d3927442)), closes [box/box-openapi#542](https://github.com/box/box-openapi/issues/542) [box/box-openapi#544](https://github.com/box/box-openapi/issues/544) [box/box-codegen#781](https://github.com/box/box-codegen/issues/781) [box/box-openapi#545](https://github.com/box/box-openapi/issues/545) [box/box-codegen#782](https://github.com/box/box-codegen/issues/782)
2835
* Replace `Date` with `OffsetDateTime` (box/box-codegen[#826](https://github.com/box/box-java-sdk/issues/826)) ([#1419](https://github.com/box/box-java-sdk/issues/1419)) ([ed04407](https://github.com/box/box-java-sdk/commit/ed04407e8effa8811bc85023783097f8a95e5223))
29-
* Support event with long polling (box/box-codegen[#807](https://github.com/box/box-java-sdk/issues/807)) ([#1409](https://github.com/box/box-java-sdk/issues/1409)) ([5326c06](https://github.com/box/box-java-sdk/commit/5326c06b224cf0bd37fb806e0378a843a14c9794))
30-
* Support external user deletion API ([4188e3f](https://github.com/box/box-java-sdk/commit/4188e3fcf9cfe186beb850415910210aa89cb7bf))
36+
37+
#### New Features and Enhancements
38+
39+
* Add proxy support (box/box-codegen[#830](https://github.com/box/box-java-sdk/issues/830)) ([#1424](https://github.com/box/box-java-sdk/issues/1424)) ([cc53247](https://github.com/box/box-java-sdk/commit/cc532475cdaf5ec3fd710149b41a6e7b04dcd32f))
40+
41+
For more details check [migration guide](https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk-v10.md) from `box-java-sdk-gen` `v0` to `box-java-sdk` `v10`.
3142

3243
### [4.16.3](https://github.com/box/box-java-sdk/compare/v4.16.2...v4.16.3) (2025-07-23)
3344

0 commit comments

Comments
 (0)