Releases: openai/openai-java
Releases · openai/openai-java
v2.7.0
v2.6.0
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
v2.4.0
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
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
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
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
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
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
2.1.0 (2025-05-22)
Full Changelog: v2.0.0...v2.1.0
Features
- api: new streaming helpers for background responses (a82279d)