Skip to content

Releases: openai/openai-java

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)

v2.13.0

15 Jul 14:51
Compare
Choose a tag to compare

2.13.0 (2025-07-15)

Full Changelog: v2.12.4...v2.13.0

Features

  • client: support completions streaming structured outputs (#528) (2c8917b)

v2.12.4

11 Jul 20:47
Compare
Choose a tag to compare

2.12.4 (2025-07-11)

Full Changelog: v2.12.3...v2.12.4

Chores

  • api: specification cleanup (6fc0efd)
  • internal: manual updates (53059a7)

v2.12.3

11 Jul 16:05
Compare
Choose a tag to compare

2.12.3 (2025-07-11)

Full Changelog: v2.12.2...v2.12.3

Documentation

v2.12.2

10 Jul 14:21
Compare
Choose a tag to compare

2.12.2 (2025-07-10)

Full Changelog: v2.12.1...v2.12.2

Documentation

v2.12.1

08 Jul 20:41
Compare
Choose a tag to compare

2.12.1 (2025-07-08)

Full Changelog: v2.12.0...v2.12.1

Chores

  • ci: ensure docs generation always succeeds (54de202)

v2.12.0

01 Jul 17:07
d8b19b7
Compare
Choose a tag to compare

2.12.0 (2025-07-01)

Full Changelog: v2.11.0...v2.12.0

Features

  • support new schema constraints for structured outputs (#520) (5c41ac5)

Bug Fixes

  • ci: correct conditional (a8c7a16)
  • client: don't close client on withOptions usage when original is gc'd (e0890e3)

Chores

  • ci: only run for pushes and fork pull requests (8dc0179)

Documentation

Refactors

  • internal: minor ClientOptionsTest change (a7379a2)

v2.11.0

27 Jun 18:10
Compare
Choose a tag to compare

2.11.0 (2025-06-27)

Full Changelog: v2.10.0...v2.11.0

Features

  • api: add realtime data models (38d8e89)

Chores

v2.10.0

26 Jun 21:47
90e2ee3
Compare
Choose a tag to compare

2.10.0 (2025-06-26)

Full Changelog: v2.9.1...v2.10.0

Features

  • api: webhook and deep research support (79859a1)

Bug Fixes

  • ci: release-doctor — report correct token name (da7f492)
  • client: fix webhooks errors (8051535)

Chores

  • api: remove unsupported property (2102d96)
  • client: sync structured outputs features (cb5c638)
  • docs: update README to include links to docs on Webhooks (5698e53)