Skip to content

Commit 48c485f

Browse files
chore: release 4.16.0 (#1303)
1 parent 9ebf8b5 commit 48c485f

File tree

4 files changed

+35
-28
lines changed

4 files changed

+35
-28
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.16.0](https://github.com/box/box-java-sdk/compare/v4.15.3...v4.16.0) (2025-04-15)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* Bump version of `zstd-jni` ([#1302](https://github.com/box/box-java-sdk/issues/1302)) ([9ebf8b5](https://github.com/box/box-java-sdk/commit/9ebf8b5d16c0ab8f4aa19849fdaa86935d38b294))
11+
512
### [4.15.3](https://github.com/box/box-java-sdk/compare/v4.15.2...v4.15.3) (2025-03-12)
613

714

README.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Box Java SDK for interacting with the
1414
[Box Content API](https://developers.box.com/docs/).
1515

1616
## Latest Release
17-
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.15.3).
17+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.16.0).
1818

1919
## Upgrades
2020
You can read about how to migrate to the 4 version [here](doc/upgrades/3.x.x%20to%204.x.x.md).
@@ -236,31 +236,31 @@ You can find guides and tutorials in the `doc` directory.
236236

237237
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
238238
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
239-
* [Overview](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/overview.md)
240-
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/configuration.md)
241-
* [Logging](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/logging.md)
242-
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/authentication.md)
243-
* [Files](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/files.md)
244-
* [Folders](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/folders.md)
245-
* [Comments](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/comments.md)
246-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/collaborations.md)
247-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/collaboration_allowlists.md)
248-
* [Events](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/events.md)
249-
* [Search](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/search.md)
250-
* [Users](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/users.md)
251-
* [Groups](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/groups.md)
252-
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/tasks.md)
253-
* [Trash](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/trash.md)
254-
* [Collections](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/collections.md)
255-
* [Devices](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/devices.md)
256-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/retention_policies.md)
257-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/legal_holds.md)
258-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/watermarking.md)
259-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/webhooks.md)
260-
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/weblinks.md)
261-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/metadata_template.md)
262-
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/classifications.md)
263-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.15.3/doc/recent_items.md)
239+
* [Overview](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/overview.md)
240+
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/configuration.md)
241+
* [Logging](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/logging.md)
242+
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/authentication.md)
243+
* [Files](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/files.md)
244+
* [Folders](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/folders.md)
245+
* [Comments](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/comments.md)
246+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/collaborations.md)
247+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/collaboration_allowlists.md)
248+
* [Events](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/events.md)
249+
* [Search](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/search.md)
250+
* [Users](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/users.md)
251+
* [Groups](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/groups.md)
252+
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/tasks.md)
253+
* [Trash](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/trash.md)
254+
* [Collections](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/collections.md)
255+
* [Devices](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/devices.md)
256+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/retention_policies.md)
257+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/legal_holds.md)
258+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/watermarking.md)
259+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/webhooks.md)
260+
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/weblinks.md)
261+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/metadata_template.md)
262+
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/classifications.md)
263+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.16.0/doc/recent_items.md)
264264

265265

266266
Javadocs are generated when `gradle javadoc` is run and can be found in

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sourceCompatibility = 1.8
1313

1414
group = "com.box"
1515
archivesBaseName = "box-java-sdk"
16-
version = "4.15.3"
16+
version = "4.16.0"
1717

1818
java {
1919
withJavadocJar()

src/main/java/com/box/sdk/BoxAPIConnection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class BoxAPIConnection {
8686
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
8787

8888
private static final String JAVA_VERSION = System.getProperty("java.version");
89-
private static final String SDK_VERSION = "4.15.3";
89+
private static final String SDK_VERSION = "4.16.0";
9090

9191
/**
9292
* The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For

0 commit comments

Comments
 (0)