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-v1080-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: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v10.8.0'
collapse: true
---

# Box Java SDK `v10.8.0` released

### New Features and Enhancements

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

### Bug Fixes

* **boxsdkgen:** Update `retentionLength` field to accept both string and integer (box/box-codegen[#932][3]) ([#1776][2]) ([`31f4b04`][4])
* Fix error propagation in Java (box/box-codegen[#936][5]) ([#1780][6]) ([`257fdb2`][7])
* Fix serialization of `OffsetDateTime` (box/box-codegen[#935][8]) ([#1778][9]) ([`d9ff755`][10])

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

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

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

[4]: https://github.com/box/box-java-sdk/commit/31f4b043116fb6ffde0834593fb876a636678346

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

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

[7]: https://github.com/box/box-java-sdk/commit/257fdb2b6b15ffe6b0d9b48613d5fcea481c42bd

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

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

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