Releases: openai/openai-java
Releases · openai/openai-java
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)
v0.45.0
0.45.0 (2025-04-09)
Full Changelog: v0.44.5...v0.45.0
Features
Bug Fixes
- client: trim '/' and empty character in base URL (#424) (37370df)
Chores
v0.44.3
0.44.3 (2025-04-06)
Full Changelog: v0.44.2...v0.44.3
Bug Fixes
- client: return
Optional<T>
instead of Optional<? extends T>
(#407) (73eee4f)
Chores
- internal: add more
streamHandler
tests (#404) (a29b341)
- internal: swap from
getNullable
to getOptional
(#406) (32b54f9)
Documentation
- add comments to
JsonField
classes (73eee4f)
- document how to forcibly omit required field (a51c184)
- swap examples used in readme (#408) (a51c184)