Skip to content

Releases: openai/openai-java

v1.2.0

09 Apr 19:24
32afc29
Compare
Choose a tag to compare

1.2.0 (2025-04-09)

Full Changelog: v1.1.1...v1.2.0

Features

  • client: make pagination robust to missing data (cbccde5)

Documentation

  • add comments for page methods (cbccde5)

Refactors

  • client: deduplicate page response classes (#433) (cbccde5)
  • client: migrate pages to builder pattern (#435) (8cb8878)

v1.1.1

09 Apr 18:07
412d7eb
Compare
Choose a tag to compare

1.1.1 (2025-04-09)

Full Changelog: v1.1.0...v1.1.1

Bug Fixes

  • client: bump to better jackson version (#432) (b4ec1d1)

Chores

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