Skip to content

Commit

Permalink
@box/box-java-sdk v4.8.0 release note (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-devrel authored Feb 27, 2024
1 parent 5b3cad9 commit f28f1f4
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions content/2024/02-27-box-java-sdk-v480-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
applied_at: '2024-02-27'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.8.0'
collapse: true
---

# Box Java SDK `v4.8.0` released

### New Features and Enhancements

* allow modifying `BoxAPIRequest` URL ([#1236][1]) ([`eaea019`][2])
* Bumped `org.bouncycastle:bcprov-jdk18on:1.77` and `org.bouncycastle:bcpkix-jdk18on:1.77` ([#1237][3]) ([`6c7fe7b`][4]), closes [#1235][5]

### Bug Fixes

* fix download for empty files ([#1231][6]) ([`0e2230b`][7])
* stop using `SharedLinkAPIConnection` in `getSharedItem()` ([#1234][8]) ([`9f9af8e`][9])

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

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

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

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

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

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

[7]: https://github.com/box/box-java-sdk/commit/0e2230b0be36f6bfb35f1d6b9dd4ba58e4d125ec

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

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

0 comments on commit f28f1f4

Please sign in to comment.