Releases: openai/openai-java
Releases · openai/openai-java
v1.6.0
1.6.0 (2025-05-02)
Full Changelog: v1.5.1...v1.6.0
Features
- api: add image sizes, reasoning encryption (a4a7d53)
Chores
- internal: update java toolchain (eef415d)
Documentation
v1.5.1
1.5.1 (2025-04-27)
Full Changelog: v1.5.0...v1.5.1
Bug Fixes
- client: add missing convenience methods (616d69a)
Chores
- ci: only use depot for staging repos (7835140)
- ci: run on more branches and use depot runners (8b7a805)
- internal: java 17 -> 21 on ci (9f690e4)
- internal: use
byteInputStream()
in tests (616d69a)
- run formatter (5e78fa5)
Documentation
v1.5.0
1.5.0 (2025-04-23)
Full Changelog: v1.4.1...v1.5.0
Features
- api: adding new image model support (545b900)
Chores
- ci: add timeout thresholds for CI jobs (579da9b)
v1.4.0
1.4.0 (2025-04-17)
Full Changelog: v1.3.1...v1.4.0
Features
- api: add o3 and o4-mini model IDs (069db4f)
Performance Improvements
- internal: improve compilation+test speed (ef38b5b)
Documentation
- explain http client customization (da22f7d)
- explain jackson compat in readme (6bc1dbd)
v1.3.1
1.3.1 (2025-04-16)
Full Changelog: v1.3.0...v1.3.1
Documentation
- client: update jackson compat error message (e928c2d)
- update documentation links to be more uniform (e9bb6bf)
v1.3.0
1.3.0 (2025-04-14)
Full Changelog: v1.2.0...v1.3.0
Features
- api: adding gpt-4.1 family of model IDs (cdddc6a)
Chores
- internal: reduce CI branch coverage (ac1f4e9)
v1.2.0
1.2.0 (2025-04-09)
Full Changelog: v1.1.1...v1.2.0
Features
- client: make pagination robust to missing data (cbccde5)
Documentation
- add comments for page methods (cbccde5)
Refactors
- client: deduplicate page response classes (#433) (cbccde5)
- client: migrate pages to builder pattern (#435) (8cb8878)