Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions content/2026/04-16-box-java-sdk-v570-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
applied_at: '2026-04-16'
applies_to:
- sdks
- java
is_impactful: true
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v5.7.0'
collapse: true
---

# Box Java SDK `v5.7.0` released

### New Features and Enhancements

* **boxsdkgen:** Update `retentionLength` field to accept both string and integer ([box/box-codegen#932][1]) ([#1775][2])

### Bug Fixes

* **boxsdkgen:** Fix error propagation in Java (box/box-codegen[#936][3]) ([#1779][4]) ([`1725293`][5])
* **boxsdkgen:** Fix serialization of `OffsetDateTime` (box/box-codegen[#935][6]) ([#1777][7]) ([`2c17bb2`][8])
* **boxsdkgen:** Update `retentionLength` field to accept both string and integer (box/box-codegen[#932][9]) ([#1775][2]) ([`9eb6755`][10])

[1]: https://github.com/box/box-codegen/issues/932

[2]: https://github.com/box/box-java-sdk/issues/1775

[3]: https://github.com/box/box-java-sdk/issues/936

[4]: https://github.com/box/box-java-sdk/issues/1779

[5]: https://github.com/box/box-java-sdk/commit/1725293c4d9a84cca56ca683b717a4df2915c7d7

[6]: https://github.com/box/box-java-sdk/issues/935

[7]: https://github.com/box/box-java-sdk/issues/1777

[8]: https://github.com/box/box-java-sdk/commit/2c17bb242d05d2b982d03bf6d6dfd7c584523ca9

[9]: https://github.com/box/box-java-sdk/issues/932

[10]: https://github.com/box/box-java-sdk/commit/9eb675591cfada8b8a37c799aa3303065d65b39c
Loading