Skip to content

Commit

Permalink
@box/box-java-sdk v4.6.0 release note (#333)
Browse files Browse the repository at this point in the history
* @box/box-java-sdk v4.6.0 release note

* fix linter

---------

Co-authored-by: Barbara Czyz <[email protected]>
  • Loading branch information
box-devrel and bszwarc authored Nov 16, 2023
1 parent 4cfeec9 commit 9fa0063
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,7 @@ ci
css
deps
uaa-integration
readme
readme
accessors
verifier
hostname
33 changes: 33 additions & 0 deletions content/2023/09-29-box-java-sdk-v460-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
applied_at: '2023-09-29'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.6.0'
collapse: true
---

# Box Java SDK `v4.6.0` released

### New Features and Enhancements

* Support search deleted filters ([#1207][1]) ([`5e0e9ed`][2])

### Bug Fixes

* Added protected accessors for trust manager and hostname verifier. ([#1206][3]) ([`0c79d17`][4])
* fix not closing response body ([#1208][5]) ([`ab5e170`][6])

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

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

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

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

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

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

0 comments on commit 9fa0063

Please sign in to comment.