Skip to content

Releases: openai/openai-java

v0.21.1

05 Feb 13:17
054403d
Compare
Choose a tag to compare

0.21.1 (2025-02-05)

Full Changelog: v0.21.0...v0.21.1

Bug Fixes

  • api/types: correct audio duration & role types (#199) (5b57a0d)

v0.21.0

05 Feb 01:39
Compare
Choose a tag to compare

0.21.0 (2025-02-05)

Full Changelog: v0.20.0...v0.21.0

Features

Bug Fixes

v0.20.0

31 Jan 19:11
Compare
Choose a tag to compare

0.20.0 (2025-01-31)

Full Changelog: v0.19.0...v0.20.0

Features

Bug Fixes

  • types: correct metadata type + other fixes (e10c532)

v0.19.0

30 Jan 18:19
9d90f9e
Compare
Choose a tag to compare

0.19.0 (2025-01-30)

Full Changelog: v0.18.1...v0.19.0

Features

  • client: helpers for discriminated classes with one required prop (#189) (adbf4b0)

Documentation

  • fix incorrect additional properties info (#190) (3d443f7)
  • update breaking change expectations (ee4ee2b)

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