Skip to content

Releases: openai/openai-java

v1.1.0

09 Apr 16:26
b8fe68a
Compare
Choose a tag to compare

1.1.0 (2025-04-09)

Full Changelog: v1.0.0...v1.1.0

Features

  • client: support setting base URL via env var (#427) (d462b34)

v1.0.0

09 Apr 14:32
0917876
Compare
Choose a tag to compare

1.0.0 (2025-04-09)

Full Changelog: v0.45.0...v1.0.0

Chores

  • workaround build errors (6c6faa0)

Documentation

  • remove beta readme note (829fb0a)

v0.45.0

09 Apr 05:05
Compare
Choose a tag to compare

0.45.0 (2025-04-09)

Full Changelog: v0.44.5...v0.45.0

Features

  • api: Add evalapi to sdk (b567998)

Bug Fixes

  • client: trim '/' and empty character in base URL (#424) (37370df)

Chores

v0.44.5

08 Apr 05:05
Compare
Choose a tag to compare

0.44.5 (2025-04-08)

Full Changelog: v0.44.4...v0.44.5

Bug Fixes

v0.44.4

07 Apr 19:50
Compare
Choose a tag to compare

0.44.4 (2025-04-07)

Full Changelog: v0.44.3...v0.44.4

Chores

  • internal: only run examples workflow in main repo (#410) (058008a)

v0.44.3

06 Apr 05:04
Compare
Choose a tag to compare

0.44.3 (2025-04-06)

Full Changelog: v0.44.2...v0.44.3

Bug Fixes

  • client: return Optional&lt;T&gt; instead of Optional<? extends T> (#407) (73eee4f)

Chores

  • internal: add more streamHandler tests (#404) (a29b341)
  • internal: swap from getNullable to getOptional (#406) (32b54f9)

Documentation

  • add comments to JsonField classes (73eee4f)
  • document how to forcibly omit required field (a51c184)
  • swap examples used in readme (#408) (a51c184)

v0.44.2

04 Apr 17:12
62a5c1d
Compare
Choose a tag to compare

0.44.2 (2025-04-04)

Full Changelog: v0.44.1...v0.44.2

Bug Fixes

  • client: support responses API for Azure (#387) (f7f09aa)

v0.44.1

04 Apr 16:59
e28dcb8
Compare
Choose a tag to compare

0.44.1 (2025-04-04)

Full Changelog: v0.44.0...v0.44.1

Bug Fixes

v0.44.0

04 Apr 05:05
Compare
Choose a tag to compare

0.44.0 (2025-04-04)

Full Changelog: v0.43.0...v0.44.0

Features

Bug Fixes

  • client: translate streaming IOException into custom exception (#397) (bc5c577)

Performance Improvements

  • client: cached parsed type in HttpResponseFor (#395) (259b75a)

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