Releases: openai/openai-java
Releases · openai/openai-java
v2.20.1
v2.20.0
v2.19.2
2.19.2 (2025-07-28)
Full Changelog: v2.19.1...v2.19.2
Bug Fixes
- client: some bad
_additionalBodyProperties
serialization (ae900c6)
v2.19.1
2.19.1 (2025-07-24)
Full Changelog: v2.19.0...v2.19.1
Bug Fixes
- client: accidental mutability of some classes (8f377c4)
Chores
- internal: remove unnecessary
[...]
in[@see](https://github.com/see)
(ba7945f) - internal: simplify handling of deployment models (#556) (2c7e661)
Documentation
- more code comments (2110f40)
v2.19.0
2.19.0 (2025-07-23)
Full Changelog: v2.18.2...v2.19.0
Features
Documentation
- fix missing readme comment (720ed2c)
v2.18.2
v2.18.1
2.18.1 (2025-07-22)
Full Changelog: v2.18.0...v2.18.1
Bug Fixes
- actually add system properties (09bb653)
Documentation
- fix readme link (d98571c)
v2.18.0
2.18.0 (2025-07-22)
Full Changelog: v2.17.0...v2.18.0
Features
- client: add
{QueryParams,Headers}#put(String, JsonValue)
methods (1973f9a) - client: allow configuring env via system properties (5f8deb3)
Chores
- api: event shapes more accurate (b7ba592)
v2.17.0
2.17.0 (2025-07-21)
Full Changelog: v2.16.0...v2.17.0
Features
- client: add https config options (3f74519)
- client: allow setting additional multipart body props (220503e)
Chores
- internal: refactor delegating from client to options (e89596d)