From d94c8189a28e7420ccb9a95d03e08daf9804085f Mon Sep 17 00:00:00 2001 From: box-sdk-build <94016436+box-sdk-build@users.noreply.github.com> Date: Mon, 6 May 2024 12:59:05 +0200 Subject: [PATCH] chore: release 4.9.0 (#1244) --- CHANGELOG.md | 13 +++++ README.md | 52 +++++++++---------- build.gradle | 2 +- .../java/com/box/sdk/BoxAPIConnection.java | 2 +- 4 files changed, 41 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed216d3c..0ee7d213f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [4.9.0](https://github.com/box/box-java-sdk/compare/v4.8.0...v4.9.0) (2024-05-06) + + +### New Features and Enhancements: + +* Support AI API ([#1243](https://github.com/box/box-java-sdk/issues/1243)) ([4e64f27](https://github.com/box/box-java-sdk/commit/4e64f27874fabf36f7fbf385ca4a60683f4a7670)) +* Support pagination of file versions ([#1240](https://github.com/box/box-java-sdk/issues/1240)) ([7e7af3f](https://github.com/box/box-java-sdk/commit/7e7af3f6e40a44522a7649817547846e3f633fc8)) + +### Bug Fixes: + +* Support create empty shared link ([#1241](https://github.com/box/box-java-sdk/issues/1241)) ([0c86487](https://github.com/box/box-java-sdk/commit/0c86487848e5004a713873baffa2d9dcc63b1502)) +* Update exception message for get representation content ([#1239](https://github.com/box/box-java-sdk/issues/1239)) ([a608f9a](https://github.com/box/box-java-sdk/commit/a608f9a4350b723e9f07eaf00af45243737a17c9)) + ## [4.8.0](https://github.com/box/box-java-sdk/compare/v4.7.0...v4.8.0) (2024-02-27) diff --git a/README.md b/README.md index b08f127a2..d973db0ca 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The Box Java SDK for interacting with the [Box Content API](https://developers.box.com/docs/). ## Latest Release -Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.8.0). +Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.9.0). ## Upgrades You can read about how to migrate to the 4 version [here](doc/upgrades/3.x.x%20to%204.x.x.md). @@ -233,31 +233,31 @@ You can find guides and tutorials in the `doc` directory. * [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/) * [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html) -* [Overview](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/overview.md) -* [Configuration](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/configuration.md) -* [Logging](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/logging.md) -* [Authentication](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/authentication.md) -* [Files](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/files.md) -* [Folders](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/folders.md) -* [Comments](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/comments.md) -* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/collaborations.md) -* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/collaboration_allowlists.md) -* [Events](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/events.md) -* [Search](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/search.md) -* [Users](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/users.md) -* [Groups](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/groups.md) -* [Tasks](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/tasks.md) -* [Trash](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/trash.md) -* [Collections](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/collections.md) -* [Devices](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/devices.md) -* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/retention_policies.md) -* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/legal_holds.md) -* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/watermarking.md) -* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/webhooks.md) -* [Web Links](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/weblinks.md) -* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/metadata_template.md) -* [Classifications](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/classifications.md) -* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.8.0/doc/recent_items.md) +* [Overview](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/overview.md) +* [Configuration](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/configuration.md) +* [Logging](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/logging.md) +* [Authentication](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/authentication.md) +* [Files](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/files.md) +* [Folders](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/folders.md) +* [Comments](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/comments.md) +* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/collaborations.md) +* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/collaboration_allowlists.md) +* [Events](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/events.md) +* [Search](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/search.md) +* [Users](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/users.md) +* [Groups](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/groups.md) +* [Tasks](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/tasks.md) +* [Trash](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/trash.md) +* [Collections](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/collections.md) +* [Devices](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/devices.md) +* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/retention_policies.md) +* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/legal_holds.md) +* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/watermarking.md) +* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/webhooks.md) +* [Web Links](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/weblinks.md) +* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/metadata_template.md) +* [Classifications](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/classifications.md) +* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.9.0/doc/recent_items.md) Javadocs are generated when `gradle javadoc` is run and can be found in diff --git a/build.gradle b/build.gradle index c02b6f5f7..b1f9860d4 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ sourceCompatibility = 1.8 group = "com.box" archivesBaseName = "box-java-sdk" -version = "4.8.0" +version = "4.9.0" java { withJavadocJar() diff --git a/src/main/java/com/box/sdk/BoxAPIConnection.java b/src/main/java/com/box/sdk/BoxAPIConnection.java index d6ad5cebb..f93905195 100644 --- a/src/main/java/com/box/sdk/BoxAPIConnection.java +++ b/src/main/java/com/box/sdk/BoxAPIConnection.java @@ -84,7 +84,7 @@ public class BoxAPIConnection { private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications"; private static final String JAVA_VERSION = System.getProperty("java.version"); - private static final String SDK_VERSION = "4.8.0"; + private static final String SDK_VERSION = "4.9.0"; /** * The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For