Releases: openai/openai-java
Releases · openai/openai-java
v0.20.0
0.20.0 (2025-01-31)
Full Changelog: v0.19.0...v0.20.0
Features
Bug Fixes
- types: correct metadata type + other fixes (e10c532)
v0.19.0
0.19.0 (2025-01-30)
Full Changelog: v0.18.1...v0.19.0
Features
- client: helpers for discriminated classes with one required prop (#189) (adbf4b0)
Documentation
- fix incorrect additional properties info (#190) (3d443f7)
- update breaking change expectations (ee4ee2b)
v0.18.0
0.18.0 (2025-01-29)
Full Changelog: v0.17.0...v0.18.0
Features
- client: helpers for discriminated union variants with one required prop (#182) (ec756b9)
Chores
- internal: improve
RetryingHttpClientTest
(#180) (b7ebe5d)
- internal: simplify object construction (#183) (3d5a59d)
Documentation
- simpliy param construction (2c2ccbc)
v0.17.0
0.17.0 (2025-01-29)
Full Changelog: v0.16.0...v0.17.0
Features
- client: add
_queryParams
and _headers
methods (#177) (2d67005)
Refactors
- internal: extract request preparation logic (2d67005)
v0.16.0
0.16.0 (2025-01-28)
Full Changelog: v0.15.1...v0.16.0
Features
Chores
- internal: shorten
model
method impl (f314e68)
Documentation
v0.15.0
0.15.0 (2025-01-27)
Full Changelog: v0.14.1...v0.15.0
Features
Bug Fixes
- client: make some classes and constructors non-public (#169) (20fb5a1)
Chores
- internal: remove some unnecessary
constructor
keywords (20fb5a1)
Documentation