Skip to content

Commit fc1a3e3

Browse files
chore: release 4.13.0 (#1275)
1 parent 0b45cdb commit fc1a3e3

File tree

4 files changed

+41
-28
lines changed

4 files changed

+41
-28
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.13.0](https://github.com/box/box-java-sdk/compare/v4.12.0...v4.13.0) (2024-11-21)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* Enforce exact byte reading from `Content-Length` header for `BoxFile` representation ([#1274](https://github.com/box/box-java-sdk/issues/1274)) ([0b45cdb](https://github.com/box/box-java-sdk/commit/0b45cdb74c21996d1dfea505d25430a1fa9ee730))
11+
* Expose `getVersionByID` method on `BoxFile` ([#1268](https://github.com/box/box-java-sdk/issues/1268)) ([6ea70f7](https://github.com/box/box-java-sdk/commit/6ea70f79ad39dd9a427ee574b5536d0ab1e3a9a4))
12+
* make `tryRestoreUsingAccessTokenCache` in Box API connection public ([#1272](https://github.com/box/box-java-sdk/issues/1272)) ([50f5a61](https://github.com/box/box-java-sdk/commit/50f5a61184bd1a17a17e811536166f9f8e081a13))
13+
14+
### Bug Fixes:
15+
16+
* Fix `accessToken` locking mechanism ([#1270](https://github.com/box/box-java-sdk/issues/1270)) ([5eb4c93](https://github.com/box/box-java-sdk/commit/5eb4c93bd3653b28dc7def747779d008369f486a))
17+
518
## [4.12.0](https://github.com/box/box-java-sdk/compare/v4.11.1...v4.12.0) (2024-10-17)
619

720

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Box Java SDK for interacting with the
1414
[Box Content API](https://developers.box.com/docs/).
1515

1616
## Latest Release
17-
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.12.0).
17+
Latest release can be found [here](https://github.com/box/box-java-sdk/tree/v4.13.0).
1818

1919
## Upgrades
2020
You can read about how to migrate to the 4 version [here](doc/upgrades/3.x.x%20to%204.x.x.md).
@@ -233,31 +233,31 @@ You can find guides and tutorials in the `doc` directory.
233233

234234
* [BUILD ON BOX PLATFORM](https://developer.box.com/guides/getting-started/)
235235
* [Javadocs](http://box.github.io/box-java-sdk/javadoc/com/box/sdk/package-summary.html)
236-
* [Overview](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/overview.md)
237-
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/configuration.md)
238-
* [Logging](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/logging.md)
239-
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/authentication.md)
240-
* [Files](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/files.md)
241-
* [Folders](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/folders.md)
242-
* [Comments](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/comments.md)
243-
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/collaborations.md)
244-
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/collaboration_allowlists.md)
245-
* [Events](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/events.md)
246-
* [Search](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/search.md)
247-
* [Users](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/users.md)
248-
* [Groups](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/groups.md)
249-
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/tasks.md)
250-
* [Trash](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/trash.md)
251-
* [Collections](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/collections.md)
252-
* [Devices](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/devices.md)
253-
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/retention_policies.md)
254-
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/legal_holds.md)
255-
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/watermarking.md)
256-
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/webhooks.md)
257-
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/weblinks.md)
258-
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/metadata_template.md)
259-
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/classifications.md)
260-
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.12.0/doc/recent_items.md)
236+
* [Overview](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/overview.md)
237+
* [Configuration](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/configuration.md)
238+
* [Logging](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/logging.md)
239+
* [Authentication](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/authentication.md)
240+
* [Files](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/files.md)
241+
* [Folders](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/folders.md)
242+
* [Comments](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/comments.md)
243+
* [Collaborations](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/collaborations.md)
244+
* [Collaboration Allowlists](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/collaboration_allowlists.md)
245+
* [Events](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/events.md)
246+
* [Search](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/search.md)
247+
* [Users](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/users.md)
248+
* [Groups](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/groups.md)
249+
* [Tasks](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/tasks.md)
250+
* [Trash](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/trash.md)
251+
* [Collections](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/collections.md)
252+
* [Devices](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/devices.md)
253+
* [Retention Policies](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/retention_policies.md)
254+
* [Legal Holds Policy](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/legal_holds.md)
255+
* [Watermarking](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/watermarking.md)
256+
* [Webhooks](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/webhooks.md)
257+
* [Web Links](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/weblinks.md)
258+
* [Metadata Templates](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/metadata_template.md)
259+
* [Classifications](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/classifications.md)
260+
* [Recent Items](https://github.com/box/box-java-sdk/blob/v4.13.0/doc/recent_items.md)
261261

262262

263263
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.12.0"
16+
version = "4.13.0"
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
@@ -85,7 +85,7 @@ public class BoxAPIConnection {
8585
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
8686

8787
private static final String JAVA_VERSION = System.getProperty("java.version");
88-
private static final String SDK_VERSION = "4.12.0";
88+
private static final String SDK_VERSION = "4.13.0";
8989

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

0 commit comments

Comments
 (0)