Skip to content

Commit 71d1dd5

Browse files
chore: release version 5.6.0 (#1773)
1 parent 27151ce commit 71d1dd5

5 files changed

Lines changed: 21 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": "8a22201", "specHash": "f8e0d99", "version": "5.5.0" }
1+
{ "engineHash": "8a22201", "specHash": "f8e0d99", "version": "5.6.0" }

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.6.0](https://github.com/box/box-java-sdk/compare/v5.5.0...v5.6.0) (2026-04-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **boxsdkgen:** Correct search content type 'tags' to match API (box/box-openapi#591) (#1761)
11+
12+
### Bug Fixes:
13+
14+
* **boxsdkgen:** Correct search content type 'tags' to match API (box/box-openapi[#591](https://github.com/box/box-java-sdk/issues/591)) ([#1761](https://github.com/box/box-java-sdk/issues/1761)) ([1fff919](https://github.com/box/box-java-sdk/commit/1fff919577062ac54338f53f87d3c910312283f5))
15+
16+
17+
### New Features and Enhancements:
18+
19+
* **boxsdkgen:** Add `reference` to `AI` and `parent_id` to `HubsItems` (box/box-openapi[#588](https://github.com/box/box-java-sdk/issues/588)) ([#1740](https://github.com/box/box-java-sdk/issues/1740)) ([92289cb](https://github.com/box/box-java-sdk/commit/92289cbd9cb0765c742229767be70d63cd220f19))
20+
* **boxsdkgen:** Support Hub Document API (box/box-codegen[#930](https://github.com/box/box-java-sdk/issues/930)) ([#1763](https://github.com/box/box-java-sdk/issues/1763)) ([2f17efe](https://github.com/box/box-java-sdk/commit/2f17efe105a1a732d4f3bb6815fe18f360a8cb9c))
21+
522
## [5.5.0](https://github.com/box/box-java-sdk/compare/v5.4.0...v5.5.0) (2026-03-18)
623

724

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.5.0"
18+
version = "5.6.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.5.0";
94+
private static final String SDK_VERSION = "5.6.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.5.0";
6+
return "5.6.0";
77
}
88
}

0 commit comments

Comments
 (0)