Skip to content

Commit c1dcc9a

Browse files
chore: release 4.0.1 (#1152)
1 parent 947ded3 commit c1dcc9a

File tree

4 files changed

+37
-29
lines changed

4 files changed

+37
-29
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.0.1](https://github.com/box/box-java-sdk/compare/v4.0.0...v4.0.1) (2023-03-06)
6+
7+
8+
### Bug Fixes:
9+
10+
* `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)
11+
* 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)
12+
513
## [4.0.0](https://github.com/box/box-java-sdk/compare/v3.8.2...v4.0.0) (2023-01-17)
614

715

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The Box Java SDK for interacting with the
99
[Box Content API](https://developers.box.com/docs/).
1010

1111
## Latest Release
12-
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.0.0).
12+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.0.1).
1313

1414
## Upgrades
15-
You can read about how to migrate to the new version [here](https://github.com/box/box-java-sdk/tree/v4.0.0).
15+
You can read about how to migrate to the new version [here](https://github.com/box/box-java-sdk/tree/v4.0.1).
1616

1717
## Versions
1818
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.
221221

222222
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
223223
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
224-
* [Overview](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/overview.md)
225-
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/configuration.md)
226-
* [Logging](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/logging.md)
227-
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/authentication.md)
228-
* [Files](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/files.md)
229-
* [Folders](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/folders.md)
230-
* [Comments](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/comments.md)
231-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/collaborations.md)
232-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/collaboration_allowlists.md)
233-
* [Events](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/events.md)
234-
* [Search](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/search.md)
235-
* [Users](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/users.md)
236-
* [Groups](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/groups.md)
237-
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/tasks.md)
238-
* [Trash](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/trash.md)
239-
* [Collections](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/collections.md)
240-
* [Devices](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/devices.md)
241-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/retention_policies.md)
242-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/legal_holds.md)
243-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/watermarking.md)
244-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/webhooks.md)
245-
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/weblinks.md)
246-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/metadata_template.md)
247-
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/classifications.md)
248-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.0.0/doc/recent_items.md)
224+
* [Overview](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/overview.md)
225+
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/configuration.md)
226+
* [Logging](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/logging.md)
227+
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/authentication.md)
228+
* [Files](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/files.md)
229+
* [Folders](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/folders.md)
230+
* [Comments](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/comments.md)
231+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/collaborations.md)
232+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/collaboration_allowlists.md)
233+
* [Events](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/events.md)
234+
* [Search](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/search.md)
235+
* [Users](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/users.md)
236+
* [Groups](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/groups.md)
237+
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/tasks.md)
238+
* [Trash](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/trash.md)
239+
* [Collections](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/collections.md)
240+
* [Devices](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/devices.md)
241+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/retention_policies.md)
242+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/legal_holds.md)
243+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/watermarking.md)
244+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/webhooks.md)
245+
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/weblinks.md)
246+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/metadata_template.md)
247+
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/classifications.md)
248+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.0.1/doc/recent_items.md)
249249

250250

251251
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.0.0"
16+
version = "4.0.1"
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
@@ -84,7 +84,7 @@ public class BoxAPIConnection {
8484
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
8585

8686
private static final String JAVA_VERSION = System.getProperty("java.version");
87-
private static final String SDK_VERSION = "4.0.0";
87+
private static final String SDK_VERSION = "4.0.1";
8888

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

0 commit comments

Comments
 (0)