Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@box/box-java-sdk v4.13.0 release note #440

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
38 changes: 38 additions & 0 deletions content/2024/11-21-box-java-sdk-v4130-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
applied_at: '2024-11-21'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.13.0'
collapse: true
---

# Box Java SDK `v4.13.0` released

### New Features and Enhancements

* Enforce exact byte reading from `Content-Length` header for `BoxFile` representation ([#1274][1]) ([`0b45cdb`][2])
* Expose `getVersionByID` method on `BoxFile` ([#1268][3]) ([`6ea70f7`][4])
* make `tryRestoreUsingAccessTokenCache` in Box API connection public ([#1272][5]) ([`50f5a61`][6])

### Bug Fixes

* Fix `accessToken` locking mechanism ([#1270][7]) ([`5eb4c93`][8])

[1]: https://github.com/box/box-java-sdk/issues/1274

[2]: https://github.com/box/box-java-sdk/commit/0b45cdb74c21996d1dfea505d25430a1fa9ee730

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

[4]: https://github.com/box/box-java-sdk/commit/6ea70f79ad39dd9a427ee574b5536d0ab1e3a9a4

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

[6]: https://github.com/box/box-java-sdk/commit/50f5a61184bd1a17a17e811536166f9f8e081a13

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

[8]: https://github.com/box/box-java-sdk/commit/5eb4c93bd3653b28dc7def747779d008369f486a
Loading