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.14.0 release note #457

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
33 changes: 33 additions & 0 deletions content/2025/01-22-box-java-sdk-v4140-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
applied_at: '2025-01-22'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.14.0'
collapse: true
---

# Box Java SDK `v4.14.0` released

### New Features and Enhancements

* Support downloading file from shared link ([#1282][1]) ([`9b7f28b`][2])

### Bug Fixes

* Remove sensitive data when `BoxAPIException` logs request ([#1284][3]) ([`f1e226f`][4])
* Support creating ongoing Legal Hold policy with start date ([#1281][5]) ([`d9564e2`][6])

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

[2]: https://github.com/box/box-java-sdk/commit/9b7f28b0288977513b0db3ed4f800647545e1f2c

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

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

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

[6]: https://github.com/box/box-java-sdk/commit/d9564e2e86ea110af933ca3dd0f728111d7140ae
Loading