Skip to content

Releases: openai/openai-java

v0.11.8

17 Jan 23:23
306cec3
Compare
Choose a tag to compare

0.11.8 (2025-01-17)

Full Changelog: v0.11.7...v0.11.8

Documentation

v0.11.7

17 Jan 23:09
f35bfff
Compare
Choose a tag to compare

0.11.7 (2025-01-17)

Full Changelog: v0.11.6...v0.11.7

Chores

  • internal: upgrade kotlin compiler and gradle (#132) (61a0b0d)

Documentation

v0.11.6

17 Jan 17:38
Compare
Choose a tag to compare

0.11.6 (2025-01-17)

Full Changelog: v0.11.5...v0.11.6

Chores

  • internal: move StreamResponse method (#131) (5888e39)
  • internal: refactor streaming implementation (#129) (d2831ec)

v0.11.5

16 Jan 03:16
fb0d4a6
Compare
Choose a tag to compare

0.11.5 (2025-01-16)

Full Changelog: v0.11.4...v0.11.5

Bug Fixes

  • internal: publishing error (73e22ea)

v0.11.4

16 Jan 03:07
fdd3ea9
Compare
Choose a tag to compare

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

14 Jan 05:02
Compare
Choose a tag to compare

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

10 Jan 05:03
Compare
Choose a tag to compare

0.11.2 (2025-01-10)

Full Changelog: v0.11.1...v0.11.2

Bug Fixes

  • client: add some missing validate() calls (#101) (dec2d6b)

Chores

  • internal: refactor validate methods (dec2d6b)

v0.11.1

09 Jan 21:26
Compare
Choose a tag to compare

0.11.1 (2025-01-09)

Full Changelog: v0.11.0...v0.11.1

Chores

  • internal: add some missing newlines between methods (#100) (afc2998)
  • internal: spec update (#97) (0cff792)

Documentation

  • update some builder method javadocs (#99) (192965a)

v0.11.0

08 Jan 16:31
Compare
Choose a tag to compare

0.11.0 (2025-01-08)

Full Changelog: v0.10.0...v0.11.0

Features

  • client: add more builder convenience methods for lists (#96) (9ee703b)

Documentation

v0.10.0

08 Jan 05:03
Compare
Choose a tag to compare

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)

Documentation

Styles

  • internal: explicitly add some method return types (9b3eb17)
  • internal: move headers and query params setters below others (9b3eb17)
  • internal: simplify existing convenience setters on params (9b3eb17)