Releases: openai/openai-java
Releases · openai/openai-java
v0.11.8
v0.11.7
v0.11.6
v0.11.5
0.11.5 (2025-01-16)
Full Changelog: v0.11.4...v0.11.5
Bug Fixes
- internal: publishing error (73e22ea)
v0.11.4
0.11.4 (2025-01-16)
Full Changelog: v0.11.3...v0.11.4
Chores
- internal: add and tweak check functions (#117) (627cb56)
- internal: extract a
checkRequired
function (#113) (b63b2b1) - internal: fix tests (61ada05)
- internal: remove space (#125) (27bfcec)
- internal: remove unused gradle task (#121) (0b4e59a)
- internal: tweak client options nullability handling (627cb56)
- simplify examples involving lists (#118) (557c071)
- simplify examples involving unions (#119) (7c7795c)
- types: rename vector store chunking strategy (#116) (387935f)
Documentation
v0.11.3
0.11.3 (2025-01-14)
Full Changelog: v0.11.2...v0.11.3
Bug Fixes
Chores
- internal: fix up root
build.gradle.kts
formatting (#109) (54a806f) - internal: remove unused Gradle imports (#110) (22502eb)
- internal: remove unused or unnecessary Gradle imports (#111) (8d95893)
- tests: add more tests for streaming (#108) (5dec143)
Documentation
v0.11.2
0.11.2 (2025-01-10)
Full Changelog: v0.11.1...v0.11.2
Bug Fixes
Chores
- internal: refactor
validate
methods (dec2d6b)
v0.11.1
v0.11.0
v0.10.0
0.10.0 (2025-01-08)
Full Changelog: v0.9.1...v0.10.0
Features
- client: add various convenience setters to models (#91) (9b3eb17)
- client: allow passing null or optional for nullable fields (#84) (8a8f2f9)
- client: allow setting arbitrary JSON for top-level body params (9b3eb17)
- client: expose getters for
JsonField
of body params (9b3eb17)
Bug Fixes
- client: consistently throw on omitting required fields (9b3eb17)
- client: convert
JsonField
containing list type to mutable in builder (9b3eb17)