Releases: openai/openai-java
Releases · openai/openai-java
v0.22.0
0.22.0 (2025-02-06)
Full Changelog: v0.21.1...v0.22.0
Features
- api: Add more new Azure service versions (#208) (a117892)
- pagination: avoid fetching when has_more: false (#209) (183b132)
Bug Fixes
- api: add missing
@MustBeClosed
annotations (#205) (0a60b9a) - api: add missing reasoning effort + model enums (#207) (8eb2394)
- api: switch
CompletableFuture<Void>
toCompletableFuture<Void?>
(0a60b9a) - client: add missing validation calls on response (0a60b9a)
- client: always provide a body for
PATCH
methods (0a60b9a) - deploymentModel arg (3ab4110)
Chores
v0.21.1
v0.21.0
v0.20.0
0.20.0 (2025-01-31)
Full Changelog: v0.19.0...v0.20.0
Features
Bug Fixes
- types: correct metadata type + other fixes (e10c532)
v0.19.0
v0.18.1
v0.18.0
v0.17.0
0.17.0 (2025-01-29)
Full Changelog: v0.16.0...v0.17.0
Features
Refactors
- internal: extract request preparation logic (2d67005)