Skip to content

Releases: openai/openai-java

v2.19.1

24 Jul 20:10
1926dcd
Compare
Choose a tag to compare

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

v2.19.0

23 Jul 21:07
c0aa6b5
Compare
Choose a tag to compare

2.19.0 (2025-07-23)

Full Changelog: v2.18.2...v2.19.0

Features

  • client: support base64 embeddings and use as default (#519) (12b0ff7)

Documentation

  • fix missing readme comment (720ed2c)

v2.18.2

22 Jul 15:20
3b809df
Compare
Choose a tag to compare

2.18.2 (2025-07-22)

Full Changelog: v2.18.1...v2.18.2

Bug Fixes

  • client: support structured outputs in async requests (#548). (#550) (b9d52cf)

v2.18.1

22 Jul 14:47
f380c56
Compare
Choose a tag to compare

2.18.1 (2025-07-22)

Full Changelog: v2.18.0...v2.18.1

Bug Fixes

  • actually add system properties (09bb653)

Documentation

v2.18.0

22 Jul 13:12
Compare
Choose a tag to compare

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

21 Jul 14:51
f9cbca2
Compare
Choose a tag to compare

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)

v2.16.0

17 Jul 21:35
71cf8ab
Compare
Choose a tag to compare

2.16.0 (2025-07-17)

Full Changelog: v2.15.0...v2.16.0

Features

  • client: publish GraalVM metadata files (#534) (e6b4fe0)

v2.15.0

17 Jul 21:10
067258e
Compare
Choose a tag to compare

2.15.0 (2025-07-17)

Full Changelog: v2.14.0...v2.15.0

Features

Bug Fixes

  • client: ensure error handling always occurs (a00c39b)

Chores

  • client: remove non-existent method (2d185ba)
  • internal: Add CONTRIBUTING.md for SDK developers (608947c)
  • internal: allow running specific example from cli (3239c2d)

v2.14.0

16 Jul 20:01
Compare
Choose a tag to compare

2.14.0 (2025-07-16)

Full Changelog: v2.13.1...v2.14.0

Features

Bug Fixes

  • internal: add back addAssistantMessage (e27b476)
  • internal: add back addAssistantMessage (d363245)

Chores

  • api: update realtime specs (dd24c50)
  • ci: bump actions/setup-java to v4 (e5112cd)

v2.13.1

15 Jul 16:31
Compare
Choose a tag to compare

2.13.1 (2025-07-15)

Full Changelog: v2.13.0...v2.13.1

Chores

  • api: update realtime specs, build config (babbf87)