Skip to content

Releases: openai/openai-java

v2.8.1

18 Jun 21:57
e0cb29e
Compare
Choose a tag to compare

2.8.1 (2025-06-18)

Full Changelog: v2.8.0...v2.8.1

Bug Fixes

  • client: consider cognitiveservices.azure.com as azure (#470) (551bfc2)

v2.8.0

17 Jun 14:27
6458f96
Compare
Choose a tag to compare

2.8.0 (2025-06-17)

Full Changelog: v2.7.0...v2.8.0

Features

  • api: add reusable prompt IDs (0767a2b)
  • api: manual updates (ec235f7)
  • client: implement per-endpoint base URL support (c87f1af)

Bug Fixes

  • client: update StructuredResponse with Prompt details (a47219b)
  • internal: run formatter (5757aa6)
  • tests: fix required prop in test (e820c6f)

Chores

v2.7.0

10 Jun 16:50
c5268a1
Compare
Choose a tag to compare

2.7.0 (2025-06-10)

Full Changelog: v2.6.0...v2.7.0

Features

  • api: Add o3-pro model IDs (48a685f)

v2.6.0

09 Jun 16:49
fa66616
Compare
Choose a tag to compare

2.6.0 (2025-06-09)

Full Changelog: v2.5.0...v2.6.0

Features

  • api: Add tools and structured outputs to evals (f9d593c)

v2.5.0

06 Jun 13:44
c0885ca
Compare
Choose a tag to compare

2.5.0 (2025-06-06)

Full Changelog: v2.4.0...v2.5.0

Features

  • client: automatic schema generation and arg parsing for function calling (#497) (800dc8f)

v2.4.0

03 Jun 17:12
b8a7201
Compare
Choose a tag to compare

2.4.0 (2025-06-03)

Full Changelog: v2.3.2...v2.4.0

Features

  • api: add new realtime and audio models, realtime session options (898d2ad)

Chores

  • internal: minor formatting change (f68c491)

v2.3.2

02 Jun 19:55
38ace13
Compare
Choose a tag to compare

2.3.2 (2025-06-02)

Full Changelog: v2.3.1...v2.3.2

Bug Fixes

  • api: Fix evals and code interpreter interfaces (d7e2747)

v2.3.1

02 Jun 16:02
52b2a4a
Compare
Choose a tag to compare

2.3.1 (2025-06-02)

Full Changelog: v2.3.0...v2.3.1

Bug Fixes

  • client: hasNextPage impl for some classes (32e968f)

v2.3.0

29 May 16:15
c11e28b
Compare
Choose a tag to compare

2.3.0 (2025-05-29)

Full Changelog: v2.2.1...v2.3.0

Features

  • api: Config update for pakrym-stream-param (55ae767)

Bug Fixes

  • client: add missing deployment model param (#704) (37aa563)
  • client: correctly send streaming discriminator param (b27559f)
  • client: optional image deployment model param (a507f84)
  • client: remove @MustBeClosed for future returning methods (2988157)
  • client: return binary content from get /containers/{container_id}/files/{file_id}/content (787e12b)

v2.2.1

27 May 18:48
ac82502
Compare
Choose a tag to compare

2.2.1 (2025-05-27)

Full Changelog: v2.2.0...v2.2.1

Bug Fixes

  • client: don't throw on absent error message (0d1e325)