Skip to content

Releases: box/box-java-sdk

v10.2.0

19 Nov 11:53
67cde94

Choose a tag to compare

Bug Fixes

  • Fix parsing OffsetDateTime from String (box/box-codegen#887) (#1582) (d1288c4)

New Features and Enhancements

v5.1.0

19 Nov 11:13
942aa67

Choose a tag to compare

New Features and Enhancements:

Bug Fixes:

  • boxsdkgen: Fix parsing OffsetDateTime from String (box/box-codegen#887) (#1581) (4f9e1b3)

v5.0.0

23 Oct 12:10
b442153

Choose a tag to compare

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

06 Oct 11:30
2d4db87

Choose a tag to compare

Bug Fixes

  • Allow flexible key-value data in AiExtractStructuredResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1470) (e215a5f)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1479) (6896386)

New Features and Enhancements

v4.16.4

03 Oct 10:55
831df77

Choose a tag to compare

Bug Fixes:

v10.0.0

17 Sep 15:08
4a298fc

Choose a tag to compare

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

New Features and Enhancements

For more details check migration guide from box-java-sdk-gen v0 to box-java-sdk v10.

v4.16.3

23 Jul 15:08
bb86472

Choose a tag to compare

Bug Fixes:

  • Fix compare message webhook message signature (#1315) (e2d407d)
  • Fix File Request Copy method to return valid data (#1320) (8392a43)

v4.16.2

02 Jun 14:11
5fee0c3

Choose a tag to compare

Bug Fixes:

  • Fix parsing downloadFileCount property for BoxZipDownloadStatus (50c2249)

v4.16.1

29 Apr 13:06
d25638c

Choose a tag to compare

Bug Fixes:

  • use Locale.ROOT to prevent issues with non-US locales (#1306) (f083092)

v4.16.0

15 Apr 09:14
48c485f

Choose a tag to compare

New Features and Enhancements: