Skip to content

Releases: openai/openai-java

v1.6.0

02 May 20:11
2edad41
Compare
Choose a tag to compare

1.6.0 (2025-05-02)

Full Changelog: v1.5.1...v1.6.0

Features

  • api: add image sizes, reasoning encryption (a4a7d53)

Chores

  • internal: update java toolchain (eef415d)

Documentation

v1.5.1

28 Apr 04:01
3c78e3a
Compare
Choose a tag to compare

1.5.1 (2025-04-27)

Full Changelog: v1.5.0...v1.5.1

Bug Fixes

  • client: add missing convenience methods (616d69a)

Chores

  • ci: only use depot for staging repos (7835140)
  • ci: run on more branches and use depot runners (8b7a805)
  • internal: java 17 -> 21 on ci (9f690e4)
  • internal: use byteInputStream() in tests (616d69a)
  • run formatter (5e78fa5)

Documentation

v1.5.0

23 Apr 16:35
Compare
Choose a tag to compare

1.5.0 (2025-04-23)

Full Changelog: v1.4.1...v1.5.0

Features

  • api: adding new image model support (545b900)

Chores

  • ci: add timeout thresholds for CI jobs (579da9b)

v1.4.1

17 Apr 21:07
f55779d
Compare
Choose a tag to compare

1.4.1 (2025-04-17)

Full Changelog: v1.4.0...v1.4.1

Bug Fixes

  • internal: release flow (777a756)
  • internal: test compilation error (544a4ce)

v1.4.0

17 Apr 15:37
de59688
Compare
Choose a tag to compare

1.4.0 (2025-04-17)

Full Changelog: v1.3.1...v1.4.0

Features

  • api: add o3 and o4-mini model IDs (069db4f)

Performance Improvements

  • internal: improve compilation+test speed (ef38b5b)

Documentation

  • explain http client customization (da22f7d)
  • explain jackson compat in readme (6bc1dbd)

v1.3.1

16 Apr 17:02
Compare
Choose a tag to compare

1.3.1 (2025-04-16)

Full Changelog: v1.3.0...v1.3.1

Documentation

  • client: update jackson compat error message (e928c2d)
  • update documentation links to be more uniform (e9bb6bf)

v1.3.0

14 Apr 16:45
Compare
Choose a tag to compare

1.3.0 (2025-04-14)

Full Changelog: v1.2.0...v1.3.0

Features

  • api: adding gpt-4.1 family of model IDs (cdddc6a)

Chores

  • internal: reduce CI branch coverage (ac1f4e9)

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)