Skip to content

Commit 0de436f

Browse files
chore: release version 0.6.2 (#296)
1 parent b945f1b commit 0de436f

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "c2a365c", "specHash": "6a332e7", "version": "0.6.1" }
1+
{ "engineHash": "c2a365c", "specHash": "6a332e7", "version": "0.6.2" }

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
### [0.6.2](https://github.com/box/box-java-sdk-gen/compare/v0.6.1...v0.6.2) (2025-05-02)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix possible `NullPointerException` if data sanitizer is null ([#284](https://github.com/box/box-java-sdk-gen/issues/284)) ([e238f83](https://github.com/box/box-java-sdk-gen/commit/e238f8366aa9189b14f9748082829ea6b221d8dc))
11+
* handle `double` and `any` `Metadata` values properly (box/box-codegen[#716](https://github.com/box/box-java-sdk-gen/issues/716)) ([#291](https://github.com/box/box-java-sdk-gen/issues/291)) ([2acac62](https://github.com/box/box-java-sdk-gen/commit/2acac62e231fe3e3f2706833cb0acbfdc5e30d70))
12+
13+
14+
### New Features and Enhancements
15+
16+
* add AI agents warnings and allow for more types of metadata value (box/box-openapi[#520](https://github.com/box/box-java-sdk-gen/issues/520)) ([#295](https://github.com/box/box-java-sdk-gen/issues/295)) ([b945f1b](https://github.com/box/box-java-sdk-gen/commit/b945f1b7ef181f84bc20cba5638a9760ad6e52dc))
17+
* Add security settings properties on sign template schema (box/box-openapi[#518](https://github.com/box/box-java-sdk-gen/issues/518)) ([#281](https://github.com/box/box-java-sdk-gen/issues/281)) ([075a1bc](https://github.com/box/box-java-sdk-gen/commit/075a1bc6494a6b5ab23df91a8d5735532e8fcbbf))
18+
* Support additional properties for metadata endpoints (box/box-codegen[#719](https://github.com/box/box-java-sdk-gen/issues/719)) ([#293](https://github.com/box/box-java-sdk-gen/issues/293)) ([a3fd033](https://github.com/box/box-java-sdk-gen/commit/a3fd033288e684e6b30450d6f01f2e6e6e4500e1))
19+
520
### [0.6.1](https://github.com/box/box-java-sdk-gen/compare/v0.6.0...v0.6.1) (2025-04-10)
621

722

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99
group = "com.box"
1010
archivesBaseName = "box-java-sdk-gen"
11-
version = "0.6.1"
11+
version = "0.6.2"
1212
java {
1313
sourceCompatibility = "${libraryJavaVersion}"
1414
targetCompatibility = "${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 "0.6.1";
6+
return "0.6.2";
77
}
88
}

0 commit comments

Comments
 (0)