Skip to content

Releases: openai/openai-java

v4.24.1

04 Mar 18:19

Choose a tag to compare

4.24.1 (2026-03-04)

Full Changelog: v4.24.0...v4.24.1

Bug Fixes

  • api: internal schema fixes (b4d6777)
  • api: manual updates (95d5732)
  • java: add missing phase delegates to structured response output wrapper (9c61370)

Chores

  • internal: codegen related update (e5c572f)
  • internal: reduce warnings (445d1ad)

v4.24.0

24 Feb 20:23

Choose a tag to compare

4.24.0 (2026-02-24)

Full Changelog: v4.23.0...v4.24.0

Features

  • api: add phase (28dfb07)
  • api: remove phase from messages and promptCacheKey parameter (6eb0909)

Bug Fixes

Chores

  • internal: expand imports (73adcb9)

v4.23.0

23 Feb 23:37

Choose a tag to compare

4.23.0 (2026-02-23)

Full Changelog: v4.22.0...v4.23.0

Features

  • api: add gpt-realtime-1.5 and gpt-audio-1.5 models to realtime session (b00b515)

Bug Fixes

  • api: manual updates (bd83804)
  • set Accept header in more places (9e2e714)
  • tests: skip unsupported streaming tests (24f9854)

Chores

  • drop apache dependency (37805bf)
  • make Properties more resilient to null (0039eb0)

Documentation

  • api: add batch size limit to file batch create parameters (764fd86)
  • api: clarify safety_identifier max length in chat completions and responses (b2735b0)

v4.22.0

19 Feb 16:57
af653cf

Choose a tag to compare

4.22.0 (2026-02-19)

Full Changelog: v4.21.0...v4.22.0

Features

  • client: add connection pooling option (6b5fd77)

Chores

  • internal: make OkHttp constructor internal (a1e3ca6)
  • internal: remove unnecessary base URL (360edde)
  • internal: update TestServerExtension comment (41182d1)
  • internal: update CI step name (eeb51c6)

Documentation

  • api: update docstrings across audio, chatkit, skills, videos, and other endpoints (f5018f5)

v4.21.0

14 Feb 00:35

Choose a tag to compare

4.21.0 (2026-02-13)

Full Changelog: v4.20.0...v4.21.0

Features

  • api: container network_policy and skills (c248c52)

Documentation

v4.20.0

10 Feb 19:06

Choose a tag to compare

4.20.0 (2026-02-10)

Full Changelog: v4.19.0...v4.20.0

Features

  • api: skills and hosted shell (fcd724d)
  • api: support for images in batch api (c73908a)

v4.19.0

09 Feb 21:40

Choose a tag to compare

4.19.0 (2026-02-09)

Full Changelog: v4.18.0...v4.19.0

Features

  • api: add context_management to responses (da0fb59)
  • api: add webhook signature verification (1823eca)
  • api: responses context_management (c0f2cd1)

Chores

  • internal: upgrade AssertJ (5c01787)

v4.18.0

05 Feb 16:28

Choose a tag to compare

4.18.0 (2026-02-05)

Full Changelog: v4.17.0...v4.18.0

Features

  • api: image generation actions for responses; ResponseFunctionCallArgumentsDoneEvent.name (a0cc1d8)

Bug Fixes

  • client: undo change to web search Find action (7b2ebe5)
  • client: update type for find_in_page action (2cde783)

Chores

  • internal: allow passing args to ./scripts/test (ce2c0ed)

v4.17.0

30 Jan 15:53

Choose a tag to compare

4.17.0 (2026-01-30)

Full Changelog: v4.16.1...v4.17.0

Features

  • api: add shell_call_output status field (1e8a078)
  • api: api updates (23a49f6)

Bug Fixes

  • api: mark assistants as deprecated (a21625e)

Chores

  • ci: upgrade actions/github-script (ddbc5a1)
  • client: improve example values (f5941b5)

v4.16.1

23 Jan 03:16
75d5793

Choose a tag to compare

4.16.1 (2026-01-23)

Full Changelog: v4.16.0...v4.16.1

Bug Fixes

  • client: preserve time zone in lenient date-time parsing (2dcc893)

Chores

  • internal: correct cache invalidation for SKIP_MOCK_TESTS (4f7b317)

Documentation

  • add comment for arbitrary value fields (2d87940)