Skip to content

Releases: box/box-java-sdk

v10.5.0

11 Feb 13:11
76d4f9f

Choose a tag to compare

Bug Fixes

  • Correct enum value for legal hold policy changes (box/box-openapi#581) (#1695) (f9e3d5e)
  • Move assigning default values from builder constructor to build() method (box/box-codegen#922) (#1716) (0a9dbe3)

New Features and Enhancements

  • add confidence scores for structured extract (box/box-openapi#582) (#1697) (112b954)
  • add signer language, cancel sign request reason (box/box-openapi#584) (#1721) (3c94cfc)
  • Add watermarking permissions and sources information (box/box-openapi#579) (#1688) (215c0f3)

v5.4.0

11 Feb 12:23
1d958b3

Choose a tag to compare

Bug Fixes:

  • boxsdkgen: Correct enum value for legal hold policy changes (box/box-openapi#581) (#1694) (4620812)
  • boxsdkgen: Move assigning default values from builder constructor to build() method (box/box-codegen#922) (#1712) (aa962a0)

New Features and Enhancements:

  • boxsdkgen: add confidence scores for structured extract (box/box-openapi#582) (#1696) (241b5f2)
  • boxsdkgen: add signer language, cancel sign request reason (box/box-openapi#584) (#1720) (f838a35)
  • boxsdkgen: Add watermarking permissions and sources information (box/box-openapi#579) (#1686) (d13c98b)

v10.4.0

19 Dec 11:26
197b23e

Choose a tag to compare

Bug Fixes

  • add taxonomy to Metadata Field (read) definition (box/box-openapi#572) (#1644) (61235da)
  • fix RetryAfter function when there's no Retry-After header (box/box-codegen#903) (#1622) (f135e2b)

New Features and Enhancements

v5.3.0

19 Dec 10:05
0b9a948

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: add Metadata Taxonomies api (box/box-openapi#569) (#1629) (7236f16)
  • boxsdkgen: text input validation for Box Sign (box/box-openapi#568) (#1623) (a5d74ee)
  • boxsdkgen: treat nullable fields as Optional (box/box-codegen#906) (#1633) (e14e97b)

Bug Fixes:

  • boxsdkgen: add taxonomy to Metadata Field (read) definition (box/box-openapi#572) (#1643) (492684e)
  • boxsdkgen: fix RetryAfter function when there's no Retry-After header (box/box-codegen#903) (#1621) (af4861f)

v10.3.0

10 Dec 15:21
63bb1fe

Choose a tag to compare

New Features and Enhancements

  • Remove confidence_score and include_confidence_score from AI extract (box/box-openapi#567) (#1615) (0a069cd)
  • Support new sign request metadata (box/box-openapi#565) (#1599) (b3c46bb)

v5.2.0

10 Dec 13:44
6dc9d66

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: Remove confidence_score and include_confidence_score from AI extract (box/box-openapi#567) (#1614) (e5e9545)
  • boxsdkgen: Support new sign request metadata (box/box-openapi#565) (#1598) (87d1182)

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