From c1dcc9a731b7a6893e57cc77791a364f48c5cc12 Mon Sep 17 00:00:00 2001 From: box-sdk-build <94016436+box-sdk-build@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:39:48 +0100 Subject: [PATCH] chore: release 4.0.1 (#1152) --- CHANGELOG.md | 8 +++ README.md | 54 +++++++++---------- build.gradle | 2 +- .../java/com/box/sdk/BoxAPIConnection.java | 2 +- 4 files changed, 37 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be7c6a17..fec3dfee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.0.1](https://github.com/box/box-java-sdk/compare/v4.0.0...v4.0.1) (2023-03-06) + + +### Bug Fixes: + +* `OAUTH_SUFFIX` gets appended twice to `baseAuthorizationURL` ([#1148](https://github.com/box/box-java-sdk/issues/1148)) ([3164770](https://github.com/box/box-java-sdk/commit/3164770498e5115a43318640735317a896950f54)), closes [#1147](https://github.com/box/box-java-sdk/issues/1147) +* Wrong progress reported to `ProgressListener` by `AbstractBoxMultipartRequest` ([#1151](https://github.com/box/box-java-sdk/issues/1151)) ([947ded3](https://github.com/box/box-java-sdk/commit/947ded394490fc840b8191bc7ad69ae0ea5f5c7d)), closes [#1149](https://github.com/box/box-java-sdk/issues/1149) + ## [4.0.0](https://github.com/box/box-java-sdk/compare/v3.8.2...v4.0.0) (2023-01-17) diff --git a/README.md b/README.md index 0ad4a81f2..6648ef1a4 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ 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.0.0). +Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.0.1). ## Upgrades -You can read about how to migrate to the new version [here](https://github.com/box/box-java-sdk/tree/v4.0.0). +You can read about how to migrate to the new version [here](https://github.com/box/box-java-sdk/tree/v4.0.1). ## Versions We use a modified version of [Semantic Versioning](https://semver.org/) for all changes. See [version strategy](VERSIONS.md) for details which is effective from 30 July 2022. @@ -221,31 +221,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.0.0/doc/overview.md) -* [Configuration](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/configuration.md) -* [Logging](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/logging.md) -* [Authentication](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/authentication.md) -* [Files](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/files.md) -* [Folders](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/folders.md) -* [Comments](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/comments.md) -* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/collaborations.md) -* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/collaboration_allowlists.md) -* [Events](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/events.md) -* [Search](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/search.md) -* [Users](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/users.md) -* [Groups](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/groups.md) -* [Tasks](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/tasks.md) -* [Trash](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/trash.md) -* [Collections](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/collections.md) -* [Devices](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/devices.md) -* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/retention_policies.md) -* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/legal_holds.md) -* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/watermarking.md) -* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/webhooks.md) -* [Web Links](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/weblinks.md) -* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/metadata_template.md) -* [Classifications](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/classifications.md) -* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/recent_items.md) +* [Overview](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/overview.md) +* [Configuration](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/configuration.md) +* [Logging](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/logging.md) +* [Authentication](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/authentication.md) +* [Files](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/files.md) +* [Folders](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/folders.md) +* [Comments](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/comments.md) +* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/collaborations.md) +* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/collaboration_allowlists.md) +* [Events](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/events.md) +* [Search](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/search.md) +* [Users](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/users.md) +* [Groups](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/groups.md) +* [Tasks](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/tasks.md) +* [Trash](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/trash.md) +* [Collections](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/collections.md) +* [Devices](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/devices.md) +* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/retention_policies.md) +* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/legal_holds.md) +* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/watermarking.md) +* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/webhooks.md) +* [Web Links](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/weblinks.md) +* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/metadata_template.md) +* [Classifications](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/classifications.md) +* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.0.1/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 0368aa719..f503266de 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ sourceCompatibility = 1.8 group = "com.box" archivesBaseName = "box-java-sdk" -version = "4.0.0" +version = "4.0.1" java { withJavadocJar() diff --git a/src/main/java/com/box/sdk/BoxAPIConnection.java b/src/main/java/com/box/sdk/BoxAPIConnection.java index 0dd30366e..2fca8e69d 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.0.0"; + private static final String SDK_VERSION = "4.0.1"; /** * The amount of buffer time, in milliseconds, to use when determining if an access token should be refreshed. For