Releases: openai/openai-java
Releases · openai/openai-java
v4.2.0
v4.1.0
4.1.0 (2025-10-02)
Full Changelog: v4.0.1...v4.1.0
Features
- api: add support for realtime calls (c4d224c)
v4.0.1
4.0.1 (2025-10-01)
Full Changelog: v4.0.0...v4.0.1
Bug Fixes
- api: add status, approval_request_id to MCP tool call (56ed867)
v4.0.0
4.0.0 (2025-09-30)
Full Changelog: v3.7.1...v4.0.0
⚠ BREAKING CHANGES
- api:
ResponseFunctionToolCallOutputItem.output
andResponseCustomToolCallOutput.output
now returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>
instead ofstring
only. This may break existing callsites that assumeoutput
is always a string.
Features
- api: Support images and files for function call outputs in responses, BatchUsage (de7a6c1)
Bug Fixes
- client: remove duplicate outputAsJson function (4718871)
v3.7.1
3.7.1 (2025-09-26)
Full Changelog: v3.7.0...v3.7.1
Bug Fixes
- client: deserialization of empty objects (9a1f927)
Chores
- internal: change some comment formatting (3ae2e58)
v3.7.0
v3.6.1
v3.6.0
v3.5.3
3.5.3 (2025-09-15)
Full Changelog: v3.5.2...v3.5.3
Bug Fixes
- client: incorrect
getPackageVersion
impl (51a0e59)
Chores
- api: docs and spec refactoring (02720cf)