Skip to content

Releases: openai/openai-java

v0.18.1

30 Jan 00:10
41309c1
Compare
Choose a tag to compare

0.18.1 (2025-01-29)

Full Changelog: v0.18.0...v0.18.1

Bug Fixes

  • client: don't leak responses when retrying (#185) (a13f967)

v0.18.0

29 Jan 22:16
e453789
Compare
Choose a tag to compare

0.18.0 (2025-01-29)

Full Changelog: v0.17.0...v0.18.0

Features

  • client: helpers for discriminated union variants with one required prop (#182) (ec756b9)

Chores

  • internal: improve RetryingHttpClientTest (#180) (b7ebe5d)
  • internal: simplify object construction (#183) (3d5a59d)

Documentation

  • simpliy param construction (2c2ccbc)

v0.17.0

29 Jan 20:09
Compare
Choose a tag to compare

0.17.0 (2025-01-29)

Full Changelog: v0.16.0...v0.17.0

Features

  • client: add _queryParams and _headers methods (#177) (2d67005)

Refactors

  • internal: extract request preparation logic (2d67005)

v0.16.0

28 Jan 15:12
Compare
Choose a tag to compare

0.16.0 (2025-01-28)

Full Changelog: v0.15.1...v0.16.0

Features

  • client: add some more builder helpers (#173) (f314e68)

Chores

  • internal: shorten model method impl (f314e68)

Documentation

v0.15.1

27 Jan 18:18
Compare
Choose a tag to compare

0.15.1 (2025-01-27)

Full Changelog: v0.15.0...v0.15.1

Documentation

v0.15.0

27 Jan 05:02
Compare
Choose a tag to compare

0.15.0 (2025-01-27)

Full Changelog: v0.14.1...v0.15.0

Features

Bug Fixes

  • client: make some classes and constructors non-public (#169) (20fb5a1)

Chores

  • internal: remove some unnecessary constructor keywords (20fb5a1)

Documentation

v0.14.1

25 Jan 06:01
4fcd0fc
Compare
Choose a tag to compare

0.14.1 (2025-01-25)

Full Changelog: v0.14.0...v0.14.1

Bug Fixes

Chores

v0.14.0

24 Jan 19:06
Compare
Choose a tag to compare

0.14.0 (2025-01-24)

Full Changelog: v0.13.0...v0.14.0

⚠ BREAKING CHANGES

  • client: better union variant method and variable names (#157)

Features

  • client: better union variant method and variable names (#157) (da5bce5)

Bug Fixes

Chores

  • internal: swap checkNotNull to checkRequired (#156) (d6f65f7)

Documentation

v0.13.0

22 Jan 14:30
Compare
Choose a tag to compare

0.13.0 (2025-01-22)

Full Changelog: v0.12.0...v0.13.0

Features

  • api: update enum values, comments, examples, and constants (#149) (4bfa305)

Bug Fixes

  • examples: remove now unneeded role param (045f141)

v0.12.0

22 Jan 01:02
Compare
Choose a tag to compare

0.12.0 (2025-01-22)

Full Changelog: v0.11.10...v0.12.0

Features

  • client: make it easy to roundtrip messages (#148) (f4a1617)

Bug Fixes

  • client: bad assistants v2 deserialization (#146) (59d6de8)