Skip to content

Commit 2394e01

Browse files
chore: release 3.1.2 (#1036)
1 parent 05224c4 commit 2394e01

File tree

4 files changed

+35
-27
lines changed

4 files changed

+35
-27
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+
### [3.1.2](https://github.com/box/box-java-sdk/compare/v3.1.1...v3.1.2) (2022-03-22)
6+
7+
8+
### Bug Fixes:
9+
10+
* Allow using `As-User` header with CCG Authentication ([#1031](https://github.com/box/box-java-sdk/issues/1031)) ([b0c2389](https://github.com/box/box-java-sdk/commit/b0c238913cc1dbcecfd546a5eae68277c3c76d42))
11+
* Fix retry logic when `Retry-After` header is present ([#1033](https://github.com/box/box-java-sdk/issues/1033)) ([05224c4](https://github.com/box/box-java-sdk/commit/05224c433d2a101a01959644674153df9542b711))
12+
513
### [3.1.1](https://github.com/box/box-java-sdk/compare/v3.1.0...v3.1.1) (2022-02-28)
614

715

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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/v3.1.1).
12+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v3.1.2).
1313

1414
## Versions
1515
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.
@@ -197,30 +197,30 @@ You can find guides and tutorials in the `doc` directory.
197197
198198
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
199199
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
200-
* [Overview](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/overview.md)
201-
* [Logging](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/logging.md)
202-
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/authentication.md)
203-
* [Files](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/files.md)
204-
* [Folders](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/folders.md)
205-
* [Comments](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/comments.md)
206-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/collaborations.md)
207-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/collaboration_allowlists.md)
208-
* [Events](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/events.md)
209-
* [Search](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/search.md)
210-
* [Users](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/users.md)
211-
* [Groups](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/groups.md)
212-
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/tasks.md)
213-
* [Trash](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/trash.md)
214-
* [Collections](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/collections.md)
215-
* [Devices](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/devices.md)
216-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/retention_policies.md)
217-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/legal_holds.md)
218-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/watermarking.md)
219-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/webhooks.md)
220-
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/weblinks.md)
221-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/metadata_template.md)
222-
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/classifications.md)
223-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/recent_items.md)
200+
* [Overview](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/overview.md)
201+
* [Logging](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/logging.md)
202+
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/authentication.md)
203+
* [Files](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/files.md)
204+
* [Folders](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/folders.md)
205+
* [Comments](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/comments.md)
206+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/collaborations.md)
207+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/collaboration_allowlists.md)
208+
* [Events](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/events.md)
209+
* [Search](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/search.md)
210+
* [Users](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/users.md)
211+
* [Groups](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/groups.md)
212+
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/tasks.md)
213+
* [Trash](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/trash.md)
214+
* [Collections](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/collections.md)
215+
* [Devices](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/devices.md)
216+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/retention_policies.md)
217+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/legal_holds.md)
218+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/watermarking.md)
219+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/webhooks.md)
220+
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/weblinks.md)
221+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/metadata_template.md)
222+
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/classifications.md)
223+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.1.2/doc/recent_items.md)
224224
225225
226226
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 = "3.1.1"
16+
version = "3.1.2"
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
@@ -50,7 +50,7 @@ public class BoxAPIConnection {
5050
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
5151

5252
private static final String JAVA_VERSION = System.getProperty("java.version");
53-
private static final String SDK_VERSION = "3.1.1";
53+
private static final String SDK_VERSION = "3.1.2";
5454

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

0 commit comments

Comments
 (0)