Releases: openai/openai-java
Releases · openai/openai-java
v2.12.2
v2.12.1
2.12.1 (2025-07-08)
Full Changelog: v2.12.0...v2.12.1
Chores
- ci: ensure docs generation always succeeds (54de202)
v2.12.0
2.12.0 (2025-07-01)
Full Changelog: v2.11.0...v2.12.0
Features
Bug Fixes
- ci: correct conditional (a8c7a16)
- client: don't close client on
withOptions
usage when original is gc'd (e0890e3)
Chores
- ci: only run for pushes and fork pull requests (8dc0179)
Documentation
Refactors
- internal: minor
ClientOptionsTest
change (a7379a2)
v2.11.0
2.11.0 (2025-06-27)
Full Changelog: v2.10.0...v2.11.0
Features
- api: add realtime data models (38d8e89)
Chores
- add deploymentModel (60ffc59)
v2.10.0
2.10.0 (2025-06-26)
Full Changelog: v2.9.1...v2.10.0
Features
- api: webhook and deep research support (79859a1)
Bug Fixes
Chores
v2.9.1
v2.9.0
2.9.0 (2025-06-23)
Full Changelog: v2.8.1...v2.9.0
Features
- api: make model and inputs not required to create response (87dd646)
- api: update api shapes for usage and code interpreter (c003f8d)
Bug Fixes
- client: bump max requests per host to max requests (5 -> 64) (a36d9f6)
v2.8.1
v2.8.0
2.8.0 (2025-06-17)
Full Changelog: v2.7.0...v2.8.0
Features
- api: add reusable prompt IDs (0767a2b)
- api: manual updates (ec235f7)
- client: implement per-endpoint base URL support (c87f1af)
Bug Fixes
- client: update StructuredResponse with Prompt details (a47219b)
- internal: run formatter (5757aa6)
- tests: fix required prop in test (e820c6f)