diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3bf4c163c..2c4d7f0ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.57.0" + ".": "4.58.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcf9c82b..4aff4f186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.58.0](https://github.com/openai/openai-java/compare/v4.57.0...v4.58.0) (2026-09-04) + + +### Features + +* **api:** recognize incomplete web search call status ([#965](https://github.com/openai/openai-java/issues/965)) ([bbb465e](https://github.com/openai/openai-java/commit/bbb465e9c2a10143b47596d7d7de9d49b8f38195)) + + +### Chores + +* migrate to forked steady ([#971](https://github.com/openai/openai-java/issues/971)) ([fc35f09](https://github.com/openai/openai-java/commit/fc35f09a64af08331e7b51ae15891a1af35fc448)) + ## [4.57.0](https://github.com/openai/openai-java/compare/v4.56.0...v4.57.0) (2026-09-03) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2814a3495..aaad34724 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.57.0") +implementation("com.openai:openai-java:4.58.0") ``` ```xml com.openai openai-java - 4.57.0 + 4.58.0 ``` diff --git a/README.md b/README.md index 003fa4ebd..ced00d2c1 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.57.0") +implementation("com.openai:openai-java:4.58.0") ``` ### Maven @@ -24,7 +24,7 @@ implementation("com.openai:openai-java:4.57.0") com.openai openai-java - 4.57.0 + 4.58.0 ``` @@ -87,7 +87,7 @@ with normal AWS credentials: ```kotlin -implementation("com.openai:openai-java-bedrock:4.57.0") +implementation("com.openai:openai-java-bedrock:4.58.0") ``` diff --git a/bedrock.md b/bedrock.md index ec0917c86..3487a17a6 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.57.0") +implementation("com.openai:openai-java-bedrock:4.58.0") ``` ```xml com.openai openai-java-bedrock - 4.57.0 + 4.58.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 0fbd5bf30..03bd2ee46 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ repositories { allprojects { group = "com.openai" - version = "4.57.0" // x-release-please-version + version = "4.58.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