diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 42cc11bee..1f988060f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.61.0" + ".": "4.62.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d0f4cf4..d36621aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.62.0](https://github.com/openai/openai-java/compare/v4.61.0...v4.62.0) (2026-09-10) + + +### Features + +* **api:** Add Live API ([#991](https://github.com/openai/openai-java/issues/991)) ([b638bac](https://github.com/openai/openai-java/commit/b638bacaf35477ff09588636dc3c836728174a18)) + + +### Bug Fixes + +* clamp negative Retry-After delays before sleeping ([#855](https://github.com/openai/openai-java/issues/855)) ([0f9fe12](https://github.com/openai/openai-java/commit/0f9fe1281dcbafb45f7db91c9b8ff5d1ff3f0d4e)) + + +### Chores + +* raise custom-code budget to 3,000 lines ([#989](https://github.com/openai/openai-java/issues/989)) ([46bf1c1](https://github.com/openai/openai-java/commit/46bf1c16c3981504b1685bc3c266ec3423a83761)) + ## [4.61.0](https://github.com/openai/openai-java/compare/v4.60.0...v4.61.0) (2026-09-09) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19386c2b7..cb70559d3 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.61.0") +implementation("com.openai:openai-java:4.62.0") ``` ```xml com.openai openai-java - 4.61.0 + 4.62.0 ``` diff --git a/README.md b/README.md index 1d3b0ac64..b8a104252 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.61.0") +implementation("com.openai:openai-java:4.62.0") ``` ### Maven @@ -24,7 +24,7 @@ implementation("com.openai:openai-java:4.61.0") com.openai openai-java - 4.61.0 + 4.62.0 ``` @@ -87,7 +87,7 @@ with normal AWS credentials: ```kotlin -implementation("com.openai:openai-java-bedrock:4.61.0") +implementation("com.openai:openai-java-bedrock:4.62.0") ``` diff --git a/bedrock.md b/bedrock.md index 729f2eeb6..40f56fc89 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.61.0") +implementation("com.openai:openai-java-bedrock:4.62.0") ``` ```xml com.openai openai-java-bedrock - 4.61.0 + 4.62.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index d8f53eab3..43ae5955f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ repositories { allprojects { group = "com.openai" - version = "4.61.0" // x-release-please-version + version = "4.62.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