Box CLI v4.5.0 released
Box Windows SDK v10.2.0 released
Box Windows SDK v10.2.0 released
New Features and Enhancements
- Support Archive API (box/box-codegen#865) (#1266) (
bca0473) - Support GET enterprise configuration API (box/box-openapi#559) (#1198) (
426aaed) - Include
pdbfiles when packing .net root project (box/box-codegen#859) (#1169) (8b7e7c8) - Use generated
RetryStrategyfor retrying requests (box/box-codegen#872) (#1232) (5567fef)
Box Windows SDK v6.1.0 released
Box Windows SDK v6.1.0 released
New Features and Enhancements:
Box UI Elements v25.2.0 released
Box UI Elements v25.2.0 released
25.2.0 (2025-11-04)
Bug Fixes
- classification: Fix flaky ai-icon check (#4323) (
0061f34) - content-picker: folder nav (#4329) (
8053fa7) - content-picker: Upgrade blueprint to fix scrolling issue (#4349) (
d0ce8a6) - content-sharing: Collaborator current user (#4328) (
2e9dd6a) - content-sharing: null sharingServiceProps (#4352) (
4ea0f83) - content-sharing: Shared link modal and collaborators (#4360) (
76e94f1) - Fix modernization hook for ContentSharing v2 (#4339) (
e0a67e0) - i18n: update translations (#4321) (
4d89663) - i18n: update translations (#4325) (
3e8eeea) - i18n: update translations (#4330) (
bd0dd5f) - i18n: update translations (#4333) (
b2a4e01) - i18n: update translations (#4343) (
847557b) - i18n: update translations (#4348) (
d4eae4b) - i18n: update translations (#4353) (
e3f4cf9) - i18n: update translations (#4355) (
094e633) - i18n: update translations (#4357) (
a817d9c) - i18n: update translations (#4358) (
33a5861) - storybook: update brand url (#4337) (
c73965b) - video-annotations: fixing mentions not being properly parsed (#4351) (
6bb2b15)
Features
- api: respect hidden collaborators (#4346) (
955e6cb) - content-explorer: Disable selection while editing (#4317) (
c08d9b5) - content-sharing: convert api response for collabs (#4322) (
6937b60) - content-sharing: Create contact service getContactByEmail (#4342) (
05b50cd) - content-sharing: Create contact service getContacts (#4338) (
8ae6ccc) - content-sharing: Create contact service getContactsAvatarUrls (#4345) (
6f9260b) - content-sharing: Create sharing service changeSharedLinkPermission (#4332) (
e64a61b) - content-sharing: Create sharing service sendInvitations (#4344) (
d497350) - content-sharing: Define sharing service for shared link and access (#4340) (
2f7185d) - content-sharing: Handle error when fetch init data failed (#4350) (
f0c9efd) - content-sharing: Render notification for sendInvitations (#4347) (
051bd7c) - content-sharing: Sharing service updateSharedLink (#4336) (
b39a482) - deps: upgrade package dependencies (#4359) (
2f025e3)
Reverts
Box Java SDK v5.0.0 released
Box Java SDK v5.0.0 released
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 package.
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 code base 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.