Skip to content

Commit cf7836d

Browse files
chore: release 3.8.1 (#1135)
1 parent b6d97dd commit cf7836d

File tree

4 files changed

+35
-28
lines changed

4 files changed

+35
-28
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.8.1](https://github.com/box/box-java-sdk/compare/v3.8.0...v3.8.1) (2022-12-19)
6+
7+
8+
### Bug Fixes:
9+
10+
* Restoring state from previous `SDK` version works. ([#1134](https://github.com/box/box-java-sdk/issues/1134)) ([b6d97dd](https://github.com/box/box-java-sdk/commit/b6d97dd5b0cc91eb2e4c922ff217e0878e0f63ec))
11+
512
## [3.8.0](https://github.com/box/box-java-sdk/compare/v3.7.1...v3.8.0) (2022-11-15)
613

714

README.md

Lines changed: 26 additions & 26 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.8.0).
12+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v3.8.1).
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.
@@ -204,31 +204,31 @@ You can find guides and tutorials in the `doc` directory.
204204

205205
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
206206
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
207-
* [Overview](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/overview.md)
208-
* [Configuration](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/configuration.md)
209-
* [Logging](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/logging.md)
210-
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/authentication.md)
211-
* [Files](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/files.md)
212-
* [Folders](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/folders.md)
213-
* [Comments](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/comments.md)
214-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/collaborations.md)
215-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/collaboration_allowlists.md)
216-
* [Events](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/events.md)
217-
* [Search](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/search.md)
218-
* [Users](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/users.md)
219-
* [Groups](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/groups.md)
220-
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/tasks.md)
221-
* [Trash](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/trash.md)
222-
* [Collections](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/collections.md)
223-
* [Devices](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/devices.md)
224-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/retention_policies.md)
225-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/legal_holds.md)
226-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/watermarking.md)
227-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/webhooks.md)
228-
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/weblinks.md)
229-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/metadata_template.md)
230-
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/classifications.md)
231-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.8.0/doc/recent_items.md)
207+
* [Overview](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/overview.md)
208+
* [Configuration](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/configuration.md)
209+
* [Logging](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/logging.md)
210+
* [Authentication](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/authentication.md)
211+
* [Files](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/files.md)
212+
* [Folders](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/folders.md)
213+
* [Comments](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/comments.md)
214+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/collaborations.md)
215+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/collaboration_allowlists.md)
216+
* [Events](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/events.md)
217+
* [Search](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/search.md)
218+
* [Users](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/users.md)
219+
* [Groups](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/groups.md)
220+
* [Tasks](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/tasks.md)
221+
* [Trash](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/trash.md)
222+
* [Collections](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/collections.md)
223+
* [Devices](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/devices.md)
224+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/retention_policies.md)
225+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/legal_holds.md)
226+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/watermarking.md)
227+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/webhooks.md)
228+
* [Web Links](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/weblinks.md)
229+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/metadata_template.md)
230+
* [Classifications](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/classifications.md)
231+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v3.8.1/doc/recent_items.md)
232232

233233

234234
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.8.0"
16+
version = "3.8.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
@@ -60,7 +60,7 @@ public class BoxAPIConnection {
6060
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
6161

6262
private static final String JAVA_VERSION = System.getProperty("java.version");
63-
private static final String SDK_VERSION = "3.8.0";
63+
private static final String SDK_VERSION = "3.8.1";
6464

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

0 commit comments

Comments
 (0)