Skip to content

Commit 84a46d5

Browse files
chore: release 4.15.0 (#1290)
1 parent 0e3c4c0 commit 84a46d5

File tree

4 files changed

+40
-28
lines changed

4 files changed

+40
-28
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.15.0](https://github.com/box/box-java-sdk/compare/v4.14.0...v4.15.0) (2025-02-19)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* Add `canNonOwnersViewCollaborators` flag to `Folder` ([#1288](https://github.com/box/box-java-sdk/issues/1288)) ([9119adc](https://github.com/box/box-java-sdk/commit/9119adceae35e892e73ed61ed30cf82ad912960d))
11+
* Support `zstd` encoding for downloads ([#1287](https://github.com/box/box-java-sdk/issues/1287)) ([0e3c4c0](https://github.com/box/box-java-sdk/commit/0e3c4c07e65ef1887cd5c393e3daf98aeb50ee47))
12+
13+
### Bug Fixes:
14+
15+
* Fix AI dialogue history ([#1289](https://github.com/box/box-java-sdk/issues/1289)) ([29b6519](https://github.com/box/box-java-sdk/commit/29b651987a5cbeead4b129cab20970f983cb6889))
16+
517
## [4.14.0](https://github.com/box/box-java-sdk/compare/v4.13.1...v4.14.0) (2025-01-22)
618

719

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

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

1818
java {
1919
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.14.0";
89+
private static final String SDK_VERSION = "4.15.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)