Skip to content

Releases: openai/openai-java

v3.4.1

03 Sep 15:32
Compare
Choose a tag to compare

3.4.1 (2025-09-03)

Full Changelog: v3.4.0...v3.4.1

Bug Fixes

  • ci: use java-version 21 for publish step (db861bd)

v3.4.0

03 Sep 14:26
Compare
Choose a tag to compare

3.4.0 (2025-09-03)

Full Changelog: v3.3.0...v3.4.0

Features

  • api: Add gpt-realtime models (37b8b69)

v3.3.0

03 Sep 14:07
c960b74
Compare
Choose a tag to compare

3.3.0 (2025-09-03)

Full Changelog: v3.2.1...v3.3.0

Features

  • client: support verbosity with structured outputs (#603) (2496464)

v3.2.1

02 Sep 20:10
Compare
Choose a tag to compare

3.2.1 (2025-09-02)

Full Changelog: v3.2.0...v3.2.1

Chores

  • api: manual updates for ResponseInputAudio (d070eb7)

v3.2.0

02 Sep 13:33
Compare
Choose a tag to compare

3.2.0 (2025-09-02)

Full Changelog: v3.1.2...v3.2.0

Features

  • api: Add connectors support for MCP tool (ee175a9)
  • api: add web search filters (45c5856)
  • api: adding support for /v1/conversations to the API (9d088c5)
  • api: realtime API updates (0ea523e)

Bug Fixes

Chores

  • add missing delegate methods (557e9ee)
  • ci: reduce log noise (9e91952)
  • client: refactor closing / shutdown (94cdfcd)
  • internal: support running formatters directly (6242da5)
  • remove memory upper bound from publishing step (fdc5fdd)

v3.1.2

20 Aug 16:36
6f9c783
Compare
Choose a tag to compare

3.1.2 (2025-08-20)

Full Changelog: v3.1.1...v3.1.2

Bug Fixes

  • client: ensure correct binary content type (86386c9)

Chores

  • client: rename parameter (86386c9)
  • internal: fix multipart tests (ea67d5d)

v3.1.1

20 Aug 01:48
2f6940a
Compare
Choose a tag to compare

3.1.1 (2025-08-20)

Full Changelog: v3.1.0...v3.1.1

Chores

  • internal/ci: setup breaking change detection (2a18622)

v3.1.0

19 Aug 18:04
Compare
Choose a tag to compare

3.1.0 (2025-08-19)

Full Changelog: v3.0.3...v3.1.0

Features

  • api: add new text parameters, expiration options (658f053)

Performance Improvements

  • internal: make formatting faster (d7909d9)

Chores

  • api: accurately represent shape for verbosity on Chat Completions (d01f37f)
  • ci: add build job (7699c4f)
  • internal: dynamically determine included projects (1342647)
  • internal: support passing arguments to test script (ac596c6)

v3.0.3

13 Aug 15:44
94de167
Compare
Choose a tag to compare

3.0.3 (2025-08-13)

Full Changelog: v3.0.2...v3.0.3

Bug Fixes

  • serialize dates correctly in structured outputs (8cd3639)

Chores

  • internal: format identity methods (fd2661b)

Documentation

  • add response raw structured outputs (e68d31e)

v3.0.2

09 Aug 15:22
Compare
Choose a tag to compare

3.0.2 (2025-08-09)

Full Changelog: v3.0.1...v3.0.2

Chores

  • internal: update comment in script (925656f)