diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f988060f..f703c4c4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.62.0" + ".": "4.63.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d36621aa5..610ad428f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.63.0](https://github.com/openai/openai-java/compare/v4.62.0...v4.63.0) (2026-09-10) + + +### Features + +* **api:** add Agents API ([#992](https://github.com/openai/openai-java/issues/992)) ([10027a0](https://github.com/openai/openai-java/commit/10027a0879c9599937f61e654d502eb722af2e3c)) + ## [4.62.0](https://github.com/openai/openai-java/compare/v4.61.0...v4.62.0) (2026-09-10) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb70559d3..695abae14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,14 +114,14 @@ Then in your project's `build.gradle.kts` or `pom.xml`, reference the locally pu ```kotlin -implementation("com.openai:openai-java:4.62.0") +implementation("com.openai:openai-java:4.63.0") ``` ```xml com.openai openai-java - 4.62.0 + 4.63.0 ``` diff --git a/README.md b/README.md index b8a104252..cecb8d1fd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfor ### Gradle ```kotlin -implementation("com.openai:openai-java:4.62.0") +implementation("com.openai:openai-java:4.63.0") ``` ### Maven @@ -24,7 +24,7 @@ implementation("com.openai:openai-java:4.62.0") com.openai openai-java - 4.62.0 + 4.63.0 ``` @@ -87,7 +87,7 @@ with normal AWS credentials: ```kotlin -implementation("com.openai:openai-java-bedrock:4.62.0") +implementation("com.openai:openai-java-bedrock:4.63.0") ``` diff --git a/bedrock.md b/bedrock.md index 40f56fc89..de1f51a42 100644 --- a/bedrock.md +++ b/bedrock.md @@ -12,14 +12,14 @@ Use this artifact instead of adding AWS dependencies to the base OpenAI package ```kotlin -implementation("com.openai:openai-java-bedrock:4.62.0") +implementation("com.openai:openai-java-bedrock:4.63.0") ``` ```xml com.openai openai-java-bedrock - 4.62.0 + 4.63.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 43ae5955f..e246f4195 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ repositories { allprojects { group = "com.openai" - version = "4.62.0" // x-release-please-version + version = "4.63.0" // x-release-please-version // Dokka 2.1.0 depends on Jackson 2.15.3 and jsoup 1.16.1. Keep its isolated build-tool // classpaths on secure versions without changing the SDK's published or compatibility-test