From b2b3c4d1380c49aa8f348036c032310db369d6c5 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 18 Mar 2026 08:09:47 -0700 Subject: [PATCH 1/2] chore: release version 10.6.0 --- .codegen.json | 2 +- CHANGELOG.md | 8 ++++++++ build.gradle | 2 +- .../java/com/box/sdkgen/networking/version/Version.java | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.codegen.json b/.codegen.json index 043fa35bb..18a3bb140 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "65f6eab", "specHash": "57b3004", "version": "10.5.0" } +{ "engineHash": "65f6eab", "specHash": "57b3004", "version": "10.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf4b34f3..5e4d1bc51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [10.6.0](https://github.com/box/box-java-sdk/compare/v10.5.0...v10.6.0) (2026-03-18) + + +### New Features and Enhancements + +* add `canPublicSharedLinkBeCreated` to `Hubs` (box/box-codegen[#928](https://github.com/box/box-java-sdk/issues/928)) ([#1737](https://github.com/box/box-java-sdk/issues/1737)) ([50c2bc9](https://github.com/box/box-java-sdk/commit/50c2bc9dcaaac2445876d2d305c5547e434105b1)) +* Add customizable timeouts for SDKs (box/box-codegen[#924](https://github.com/box/box-java-sdk/issues/924)) ([#1730](https://github.com/box/box-java-sdk/issues/1730)) ([1fa2c9a](https://github.com/box/box-java-sdk/commit/1fa2c9ad954ed01ec387b7a1d1018c62d5de3867)) + ## [10.5.0](https://github.com/box/box-java-sdk/compare/v10.4.0...v10.5.0) (2026-02-11) diff --git a/build.gradle b/build.gradle index 32ab1629a..b7a4a0c35 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group = "com.box" archivesBaseName = "box-java-sdk" -version = "10.5.0" +version = "10.6.0" java { sourceCompatibility = JavaVersion.toVersion(libraryJavaVersion) targetCompatibility = JavaVersion.toVersion(libraryJavaVersion) diff --git a/src/main/java/com/box/sdkgen/networking/version/Version.java b/src/main/java/com/box/sdkgen/networking/version/Version.java index 086c32e00..25d0a58f3 100644 --- a/src/main/java/com/box/sdkgen/networking/version/Version.java +++ b/src/main/java/com/box/sdkgen/networking/version/Version.java @@ -3,6 +3,6 @@ public class Version { public static String getVersion() { - return "10.5.0"; + return "10.6.0"; } } From 115fc78125d09dafe6cb3c5cbace9f2d563262c6 Mon Sep 17 00:00:00 2001 From: mwwoda <84077698+mwwoda@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:14:44 +0100 Subject: [PATCH 2/2] Update CHANGELOG with new features and enhancements --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4d1bc51..523b59285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. See [standa ### New Features and Enhancements * add `canPublicSharedLinkBeCreated` to `Hubs` (box/box-codegen[#928](https://github.com/box/box-java-sdk/issues/928)) ([#1737](https://github.com/box/box-java-sdk/issues/1737)) ([50c2bc9](https://github.com/box/box-java-sdk/commit/50c2bc9dcaaac2445876d2d305c5547e434105b1)) -* Add customizable timeouts for SDKs (box/box-codegen[#924](https://github.com/box/box-java-sdk/issues/924)) ([#1730](https://github.com/box/box-java-sdk/issues/1730)) ([1fa2c9a](https://github.com/box/box-java-sdk/commit/1fa2c9ad954ed01ec387b7a1d1018c62d5de3867)) +* Add configurable timeouts for SDKs (box/box-codegen[#924](https://github.com/box/box-java-sdk/issues/924)) ([#1730](https://github.com/box/box-java-sdk/issues/1730)) ([1fa2c9a](https://github.com/box/box-java-sdk/commit/1fa2c9ad954ed01ec387b7a1d1018c62d5de3867)) ## [10.5.0](https://github.com/box/box-java-sdk/compare/v10.4.0...v10.5.0) (2026-02-11)