Skip to content

Commit 79bc049

Browse files
committed
chore: release version 10.2.0
1 parent d1288c4 commit 79bc049

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "35c5d34", "specHash": "e7ce024", "version": "10.1.0" }
1+
{ "engineHash": "35c5d34", "specHash": "e7ce024", "version": "10.2.0" }

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [10.2.0](https://github.com/box/box-java-sdk/compare/v10.1.0...v10.2.0) (2025-11-19)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix parsing `OffsetDateTime` from String (box/box-codegen[#887](https://github.com/box/box-java-sdk/issues/887)) ([#1582](https://github.com/box/box-java-sdk/issues/1582)) ([d1288c4](https://github.com/box/box-java-sdk/commit/d1288c4804b032d5211d664c396e212a08a5775b))
11+
* Remove enum types from GET enterprise configurations endpoint (box/box-openapi[#560](https://github.com/box/box-java-sdk/issues/560)) ([#1536](https://github.com/box/box-java-sdk/issues/1536)) ([bafe6f6](https://github.com/box/box-java-sdk/commit/bafe6f6c28d40d67399fee554e5900976c60fbc8))
12+
* update descriptions of the user deletion endpoint (box/box-openapi[#562](https://github.com/box/box-java-sdk/issues/562)) ([#1549](https://github.com/box/box-java-sdk/issues/1549)) ([590ee99](https://github.com/box/box-java-sdk/commit/590ee9964a1cd109ea7f5cca4182cadc10fef21f))
13+
14+
15+
### New Features and Enhancements
16+
17+
* Add GET enterprise configuration endpoint (box/box-openapi[#559](https://github.com/box/box-java-sdk/issues/559)) ([#1519](https://github.com/box/box-java-sdk/issues/1519)) ([88dd8d2](https://github.com/box/box-java-sdk/commit/88dd8d2867d85ca8fc3b48d2aee61060ef328821))
18+
* Disable OkHttp auto retries on connection failure (box/box-codegen[#874](https://github.com/box/box-java-sdk/issues/874)) ([#1541](https://github.com/box/box-java-sdk/issues/1541)) ([c2bd137](https://github.com/box/box-java-sdk/commit/c2bd137e469b9e67a14a33bb073107ff5db44175))
19+
* support update Archive API (box/box-openapi[#563](https://github.com/box/box-java-sdk/issues/563)) ([#1553](https://github.com/box/box-java-sdk/issues/1553)) ([609e8bb](https://github.com/box/box-java-sdk/commit/609e8bb5eb7143281543dcfaada23f2649acae9d))
20+
521
## [10.1.0](https://github.com/box/box-java-sdk/compare/v10.0.0...v10.1.0) (2025-10-06)
622

723

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111
group = "com.box"
1212
archivesBaseName = "box-java-sdk"
13-
version = "10.1.0"
13+
version = "10.2.0"
1414
java {
1515
sourceCompatibility = JavaVersion.toVersion(libraryJavaVersion)
1616
targetCompatibility = JavaVersion.toVersion(libraryJavaVersion)

src/main/java/com/box/sdkgen/networking/version/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
public class Version {
44

55
public static String getVersion() {
6-
return "10.1.0";
6+
return "10.2.0";
77
}
88
}

0 commit comments

Comments
 (0)