From 50fc3f0b5a38a364326fdd84ad28d6dc977e26ec Mon Sep 17 00:00:00 2001 From: "openai-sdks[bot]" <284451331+openai-sdks[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 21:05:26 +0000 Subject: [PATCH] release: 4.63.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ CONTRIBUTING.md | 4 ++-- README.md | 6 +++--- bedrock.md | 4 ++-- build.gradle.kts | 2 +- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f703c4c4c..c8bec80d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.63.0" + ".": "4.63.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 610ad428f..b66d7cce6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.63.1](https://github.com/openai/openai-java/compare/v4.63.0...v4.63.1) (2026-09-10) + + +### Bug Fixes + +* allow longer timeout for large Agents stream test ([#995](https://github.com/openai/openai-java/issues/995)) ([e2ac169](https://github.com/openai/openai-java/commit/e2ac1691d0b313582de19ca688822ef0e1ee31b0)) + ## [4.63.0](https://github.com/openai/openai-java/compare/v4.62.0...v4.63.0) (2026-09-10) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 695abae14..cd719b682 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.63.0") +implementation("com.openai:openai-java:4.63.1") ``` ```xml com.openai openai-java - 4.63.0 + 4.63.1 ``` diff --git a/README.md b/README.md index cecb8d1fd..bd2e10586 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.63.0") +implementation("com.openai:openai-java:4.63.1") ``` ### Maven @@ -24,7 +24,7 @@ implementation("com.openai:openai-java:4.63.0") com.openai openai-java - 4.63.0 + 4.63.1 ``` @@ -87,7 +87,7 @@ with normal AWS credentials: ```kotlin -implementation("com.openai:openai-java-bedrock:4.63.0") +implementation("com.openai:openai-java-bedrock:4.63.1") ``` diff --git a/bedrock.md b/bedrock.md index de1f51a42..d782026d5 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.63.0") +implementation("com.openai:openai-java-bedrock:4.63.1") ``` ```xml com.openai openai-java-bedrock - 4.63.0 + 4.63.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index e246f4195..99023f5f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ repositories { allprojects { group = "com.openai" - version = "4.63.0" // x-release-please-version + version = "4.63.1" // 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