Skip to content

Commit 5177f45

Browse files
authored
chore: release 3.1.1 (#1024)
1 parent 4dbb6d6 commit 5177f45

File tree

4 files changed

+34
-27
lines changed

4 files changed

+34
-27
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/box/box-java-sdk/compare/v3.1.0...v3.1.1) (2022-02-28)
6+
7+
8+
### Bug Fixes:
9+
10+
* retry `jwt` auth when error code is in error field ([#1020](https://github.com/box/box-java-sdk/issues/1020)) ([8c9d11d](https://github.com/box/box-java-sdk/commit/8c9d11d1b3556552751c9f4ac99a0f7180af97f3)), closes [#1019](https://github.com/box/box-java-sdk/issues/1019)
11+
512
## [3.1.0](https://github.com/box/box-java-sdk/compare/v3.0.0...v3.1.0) (2022-02-17)
613

714

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.0).
12+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v3.1.1).
1313

1414
## Getting Started
1515
Getting Started Docs: https://developer.box.com/guides/tooling/sdks/java/
@@ -178,30 +178,30 @@ You can find guides and tutorials in the `doc` directory.
178178
179179
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
180180
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
181-
* [Overview](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/overview.md)
182-
* [Logging](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/logging.md)
183-
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/authentication.md)
184-
* [Files](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/files.md)
185-
* [Folders](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/folders.md)
186-
* [Comments](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/comments.md)
187-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/collaborations.md)
188-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/collaboration_allowlists.md)
189-
* [Events](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/events.md)
190-
* [Search](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/search.md)
191-
* [Users](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/users.md)
192-
* [Groups](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/groups.md)
193-
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/tasks.md)
194-
* [Trash](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/trash.md)
195-
* [Collections](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/collections.md)
196-
* [Devices](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/devices.md)
197-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/retention_policies.md)
198-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/legal_holds.md)
199-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/watermarking.md)
200-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/webhooks.md)
201-
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/weblinks.md)
202-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/metadata_template.md)
203-
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/classifications.md)
204-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.1.0/doc/recent_items.md)
181+
* [Overview](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/overview.md)
182+
* [Logging](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/logging.md)
183+
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/authentication.md)
184+
* [Files](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/files.md)
185+
* [Folders](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/folders.md)
186+
* [Comments](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/comments.md)
187+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/collaborations.md)
188+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/collaboration_allowlists.md)
189+
* [Events](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/events.md)
190+
* [Search](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/search.md)
191+
* [Users](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/users.md)
192+
* [Groups](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/groups.md)
193+
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/tasks.md)
194+
* [Trash](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/trash.md)
195+
* [Collections](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/collections.md)
196+
* [Devices](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/devices.md)
197+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/retention_policies.md)
198+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/legal_holds.md)
199+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/watermarking.md)
200+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/webhooks.md)
201+
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/weblinks.md)
202+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/metadata_template.md)
203+
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/classifications.md)
204+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.1.1/doc/recent_items.md)
205205
206206
207207
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.0"
16+
version = "3.1.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
@@ -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.0";
53+
private static final String SDK_VERSION = "3.1.1";
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)