Releases: openai/openai-java
Releases · openai/openai-java
v0.43.0
02 Apr 20:43
Compare
Sorry, something went wrong.
No results found
v0.42.0
02 Apr 05:05
Compare
Sorry, something went wrong.
No results found
0.42.0 (2025-04-02)
Full Changelog: v0.41.1...v0.42.0
Features
api: manual updates (0440105 )
client: add enum validation method (a641218 )
client: make union deserialization more robust (#385 ) (a641218 )
Chores
client: remove unnecessary json state from some query param classes (a641218 )
internal: add invalid json deserialization tests (a641218 )
internal: add json roundtripping tests (a641218 )
v0.41.1
01 Apr 14:27
Compare
Sorry, something went wrong.
No results found
v0.41.0
31 Mar 22:20
Compare
Sorry, something went wrong.
No results found
v0.40.1
28 Mar 13:57
Compare
Sorry, something went wrong.
No results found
0.40.1 (2025-03-28)
Full Changelog: v0.40.0...v0.40.1
Bug Fixes
client: don't call validate() during deserialization if we don't have to (#372 ) (1dae9bf )
Documentation
v0.40.0
27 Mar 21:32
Compare
Sorry, something went wrong.
No results found
0.40.0 (2025-03-27)
Full Changelog: v0.39.0...v0.40.0
Features
api: add get /responses/{response_id}/input_items endpoint (#367 ) (c569175 )
client: add new responses endpoint (#369 ) (f15b5ee )
Bug Fixes
v0.39.0
27 Mar 16:41
Compare
Sorry, something went wrong.
No results found
v0.38.0
27 Mar 00:49
Compare
Sorry, something went wrong.
No results found
0.38.0 (2025-03-27)
Full Changelog: v0.37.0...v0.38.0
Features
client: add chat completion streaming helper (#354 ) (561c085 )
Bug Fixes
client: map deserialization bug (caa79a2 )
Chores
add hash of OpenAPI spec/config inputs to .stats.yml (d27646c )
api: updates to supported Voice IDs (#361 ) (fd0d45a )
internal: delete unused methods and annotations (#362 ) (caa79a2 )
v0.37.0
25 Mar 14:28
Compare
Sorry, something went wrong.
No results found
0.37.0 (2025-03-25)
Full Changelog: v0.36.0...v0.37.0
Features
client: support a lower jackson version (#357 ) (13a3c67 )
client: throw on incompatible jackson version (13a3c67 )
Chores
Documentation
v0.36.0
21 Mar 05:05
Compare
Sorry, something went wrong.
No results found
0.36.0 (2025-03-21)
Full Changelog: v0.35.1...v0.36.0
⚠ BREAKING CHANGES
client: refactor exception structure and methods (#336 )
Features
api: new models for TTS, STT, + new audio features for Realtime (#340 ) (630d63c )
api: o1-pro now available through the API (#337 ) (93a7949 )
Bug Fixes
add missing deployment models (0f5c072 )
client: compilation error in adding streaming discriminator (#342 ) (f26276e )
client: remove duplicate types (#341 ) (e6b3e76 )
Chores
client: refactor exception structure and methods (#336 ) (552fcf2 )
internal: add missing release please block (#335 ) (3312a39 )
internal: make multipart assertions more robust (badd931 )
internal: remove unnecessary assertNotNull calls (badd931 )
internal: version bump (#333 ) (7f09373 )
Documentation