Releases: box/box-java-sdk
v10.2.0
Bug Fixes
New Features and Enhancements
v5.1.0
New Features and Enhancements:
- boxsdkgen: Support GET enterprise configuration API (box/box-openapi#559) (#1529) (e6924bb)
- boxsdkgen: Disable OkHttp auto retries on connection failure (box/box-codegen#874) (#1540) (6842fa4), closes box/box-codegen#873
- boxsdkgen: Support Archive API (box/box-openapi#563) (#1552) (ba7f012)
Bug Fixes:
v5.0.0
Introducing a new major version of Box Java SDK v5 that includes two packages — the manually maintained com.box.sdk package and the generated com.box.sdkgen package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated namespace.
There are no breaking changes between v4 and v5 of Box Java SDK. For more information about migrating to v5 visit v4 to v5 migration guide
What's New in v5
With this SDK version, alongside the existing com.box.sdk package, we’re introducing a new com.box.sdkgen package, which gives you access to:
-
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.
-
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.
-
Embedded Documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
-
Enhanced Convenience Methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
Important Notes
This version allows you to gradually migrate your codebase to the com.box.sdkgen package. The key differences between the packages are documented in the package migration guide.
Ultimately, we recommend to migrate to v10 which includes only the generated com.box.sdkgen package. To migrate from v5 to v10 follow this migration guide.
For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.
v10.1.0
v4.16.4
v10.0.0
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 branch, v10 will ultimately become the main branch.
Breaking Changes
- This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available here.
What's New in v10
-
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.
-
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.
-
Embedded Documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
-
Enhanced Convenience Methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
Important Notes
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 for details. For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.
What’s New Compared to Java SDK Gen v0.8.1
⚠ BREAKING CHANGES
- Change names of unions (box/box-codegen#787) (#1359) (114e778)
- Remove unused models from schemas (box/box-openapi#547) (#1354) (e031308), closes box/box-openapi#542 box/box-openapi#544 box/box-codegen#781 box/box-openapi#545 box/box-codegen#782
- Replace
DatewithOffsetDateTime(box/box-codegen#826) (#1419) (ed04407)
New Features and Enhancements
For more details check migration guide from box-java-sdk-gen v0 to box-java-sdk v10.