Skip to content

Releases: openai/openai-java

v0.43.0

02 Apr 20:43
560093c
Compare
Choose a tag to compare

0.43.0 (2025-04-02)

Full Changelog: v0.42.0...v0.43.0

Features

  • api: manual updates (9679525)
  • client: expose request body setter and getter (#392) (eaa0bc9)

Chores

v0.42.0

02 Apr 05:05
Compare
Choose a tag to compare

0.42.0 (2025-04-02)

Full Changelog: v0.41.1...v0.42.0

Features

  • api: manual updates (0440105)
  • client: add enum validation method (a641218)
  • client: make union deserialization more robust (#385) (a641218)

Chores

  • client: remove unnecessary json state from some query param classes (a641218)
  • internal: add invalid json deserialization tests (a641218)
  • internal: add json roundtripping tests (a641218)

v0.41.1

01 Apr 14:27
Compare
Choose a tag to compare

0.41.1 (2025-04-01)

Full Changelog: v0.41.0...v0.41.1

Chores

  • Remove deprecated/unused remote spec feature (4d3b56e)

v0.41.0

31 Mar 22:20
c843c0f
Compare
Choose a tag to compare

0.41.0 (2025-03-31)

Full Changelog: v0.40.1...v0.41.0

Features

Bug Fixes

  • client: limit json deserialization coercion (#377) (5234cf9)

v0.40.1

28 Mar 13:57
5d89bd2
Compare
Choose a tag to compare

0.40.1 (2025-03-28)

Full Changelog: v0.40.0...v0.40.1

Bug Fixes

  • client: don't call validate() during deserialization if we don't have to (#372) (1dae9bf)

Documentation

v0.40.0

27 Mar 21:32
5762189
Compare
Choose a tag to compare

0.40.0 (2025-03-27)

Full Changelog: v0.39.0...v0.40.0

Features

  • api: add get /responses/{response_id}/input_items endpoint (#367) (c569175)
  • client: add new responses endpoint (#369) (f15b5ee)

Bug Fixes

v0.39.0

27 Mar 16:41
782eab5
Compare
Choose a tag to compare

0.39.0 (2025-03-27)

Full Changelog: v0.38.0...v0.39.0

Features

  • api: add get /chat/completions endpoint (#364) (8591689)

Bug Fixes

  • add missing deploymentModel (40c568f)

v0.38.0

27 Mar 00:49
25f6953
Compare
Choose a tag to compare

0.38.0 (2025-03-27)

Full Changelog: v0.37.0...v0.38.0

Features

  • client: add chat completion streaming helper (#354) (561c085)

Bug Fixes

  • client: map deserialization bug (caa79a2)

Chores

  • add hash of OpenAPI spec/config inputs to .stats.yml (d27646c)
  • api: updates to supported Voice IDs (#361) (fd0d45a)
  • internal: delete unused methods and annotations (#362) (caa79a2)

v0.37.0

25 Mar 14:28
d6a3742
Compare
Choose a tag to compare

0.37.0 (2025-03-25)

Full Changelog: v0.36.0...v0.37.0

Features

  • client: support a lower jackson version (#357) (13a3c67)
  • client: throw on incompatible jackson version (13a3c67)

Chores

Documentation

v0.36.0

21 Mar 05:05
Compare
Choose a tag to compare

0.36.0 (2025-03-21)

Full Changelog: v0.35.1...v0.36.0

⚠ BREAKING CHANGES

  • client: refactor exception structure and methods (#336)

Features

  • api: new models for TTS, STT, + new audio features for Realtime (#340) (630d63c)
  • api: o1-pro now available through the API (#337) (93a7949)

Bug Fixes

  • add missing deployment models (0f5c072)
  • client: compilation error in adding streaming discriminator (#342) (f26276e)
  • client: remove duplicate types (#341) (e6b3e76)

Chores

  • client: refactor exception structure and methods (#336) (552fcf2)
  • internal: add missing release please block (#335) (3312a39)
  • internal: make multipart assertions more robust (badd931)
  • internal: remove unnecessary assertNotNull calls (badd931)
  • internal: version bump (#333) (7f09373)

Documentation