Skip to content

Commit 6735f5e

Browse files
chore: release version 5.11.0 (#1851)
1 parent eac97e1 commit 6735f5e

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "4de40e1", "specHash": "e0ffc4a", "version": "5.10.0" }
1+
{ "engineHash": "4de40e1", "specHash": "e0ffc4a", "version": "5.11.0" }

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [5.11.0](https://github.com/box/box-java-sdk/compare/v5.10.0...v5.11.0) (2026-05-20)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* **boxsdkgen:** add failure related fields to `DocGenJob` (box/box-openapi[#598](https://github.com/box/box-java-sdk/issues/598)) ([#1850](https://github.com/box/box-java-sdk/issues/1850)) ([eac97e1](https://github.com/box/box-java-sdk/commit/eac97e14d24475af2a31a1868ca4c555be72cda8))
11+
* **boxsdkgen:** Add new event types (box/box-openapi[#597](https://github.com/box/box-java-sdk/issues/597)) ([#1838](https://github.com/box/box-java-sdk/issues/1838)) ([2508710](https://github.com/box/box-java-sdk/commit/2508710cc89d5214d7c3c3cbce20f02c64c3e011))
12+
* **boxsdkgen:** Sanitize request body in `BoxAPIError` (box/box-codegen[#948](https://github.com/box/box-java-sdk/issues/948)) ([#1845](https://github.com/box/box-java-sdk/issues/1845)) ([0f7df2c](https://github.com/box/box-java-sdk/commit/0f7df2caf1ce1754efe0291c4568d695c27f8f5a))
13+
514
## [5.10.0](https://github.com/box/box-java-sdk/compare/v5.9.0...v5.10.0) (2026-05-06)
615

716

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sourceCompatibility = 1.8
1515

1616
group = "com.box"
1717
archivesBaseName = "box-java-sdk"
18-
version = "5.10.0"
18+
version = "5.11.0"
1919

2020
java {
2121
withJavadocJar()

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class BoxAPIConnection {
9191
private static final String BOX_NOTIFICATIONS_HEADER = "Box-Notifications";
9292

9393
private static final String JAVA_VERSION = System.getProperty("java.version");
94-
private static final String SDK_VERSION = "5.10.0";
94+
private static final String SDK_VERSION = "5.11.0";
9595

9696
/**
9797
* The amount of buffer time, in milliseconds, to use when determining if an access token should

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 "5.10.0";
6+
return "5.11.0";
77
}
88
}

0 commit comments

Comments
 (0)