Skip to content

Commit bb86472

Browse files
chore: release 4.16.3 (#1321)
1 parent 8392a43 commit bb86472

File tree

4 files changed

+36
-28
lines changed

4 files changed

+36
-28
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.3](https://github.com/box/box-java-sdk/compare/v4.16.2...v4.16.3) (2025-07-23)
6+
7+
8+
### Bug Fixes:
9+
10+
* Fix compare message webhook message signature ([#1315](https://github.com/box/box-java-sdk/issues/1315)) ([e2d407d](https://github.com/box/box-java-sdk/commit/e2d407ded3370ffee6eb074044fd562629a904be))
11+
* Fix File Request Copy method to return valid data ([#1320](https://github.com/box/box-java-sdk/issues/1320)) ([8392a43](https://github.com/box/box-java-sdk/commit/8392a437c1a738bebb4e7d0f84d6bf833c76bdf3))
12+
513
### [4.16.2](https://github.com/box/box-java-sdk/compare/v4.16.1...v4.16.2) (2025-06-02)
614

715

README.md

Lines changed: 26 additions & 26 deletions
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.16.2).
17+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.16.3).
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.16.2/doc/overview.md)
240-
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/configuration.md)
241-
* [Logging](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/logging.md)
242-
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/authentication.md)
243-
* [Files](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/files.md)
244-
* [Folders](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/folders.md)
245-
* [Comments](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/comments.md)
246-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/collaborations.md)
247-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/collaboration_allowlists.md)
248-
* [Events](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/events.md)
249-
* [Search](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/search.md)
250-
* [Users](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/users.md)
251-
* [Groups](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/groups.md)
252-
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/tasks.md)
253-
* [Trash](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/trash.md)
254-
* [Collections](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/collections.md)
255-
* [Devices](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/devices.md)
256-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/retention_policies.md)
257-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/legal_holds.md)
258-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/watermarking.md)
259-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/webhooks.md)
260-
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/weblinks.md)
261-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/metadata_template.md)
262-
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/classifications.md)
263-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.16.2/doc/recent_items.md)
239+
* [Overview](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/overview.md)
240+
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/configuration.md)
241+
* [Logging](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/logging.md)
242+
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/authentication.md)
243+
* [Files](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/files.md)
244+
* [Folders](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/folders.md)
245+
* [Comments](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/comments.md)
246+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/collaborations.md)
247+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/collaboration_allowlists.md)
248+
* [Events](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/events.md)
249+
* [Search](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/search.md)
250+
* [Users](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/users.md)
251+
* [Groups](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/groups.md)
252+
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/tasks.md)
253+
* [Trash](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/trash.md)
254+
* [Collections](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/collections.md)
255+
* [Devices](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/devices.md)
256+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/retention_policies.md)
257+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/legal_holds.md)
258+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/watermarking.md)
259+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/webhooks.md)
260+
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/weblinks.md)
261+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/metadata_template.md)
262+
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/classifications.md)
263+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.16.3/doc/recent_items.md)
264264

265265

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sourceCompatibility = 1.8
1414

1515
group = "com.box"
1616
archivesBaseName = "box-java-sdk"
17-
version = "4.16.2"
17+
version = "4.16.3"
1818

1919
java {
2020
withJavadocJar()

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

Lines changed: 1 addition & 1 deletion
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.16.2";
89+
private static final String SDK_VERSION = "4.16.3";
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)