Skip to content

Releases: openai/openai-java

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)

v2.2.0

23 May 14:10
f2608bb
Compare
Choose a tag to compare

2.2.0 (2025-05-23)

Full Changelog: v2.1.0...v2.2.0

Features

  • api: remove deprecated endpoints from Java client (7b5acb5)

Bug Fixes

  • examples: remove old examples (8fe838c)

Chores

  • internal: fix release workflows (c66f725)

v2.1.0

22 May 21:06
75f65c4
Compare
Choose a tag to compare

2.1.0 (2025-05-22)

Full Changelog: v2.0.0...v2.1.0

Features

  • api: new streaming helpers for background responses (a82279d)

Bug Fixes

  • internal: fix issues with new items in structured responses (931f7b8)
  • tests: fix file test (a82adfd)