Skip to content

Releases: openai/openai-java

v3.0.3

13 Aug 15:44
94de167
Compare
Choose a tag to compare

3.0.3 (2025-08-13)

Full Changelog: v3.0.2...v3.0.3

Bug Fixes

  • serialize dates correctly in structured outputs (8cd3639)

Chores

  • internal: format identity methods (fd2661b)

Documentation

  • add response raw structured outputs (e68d31e)

v3.0.2

09 Aug 15:22
Compare
Choose a tag to compare

3.0.2 (2025-08-09)

Full Changelog: v3.0.1...v3.0.2

Chores

  • internal: update comment in script (925656f)

v3.0.1

08 Aug 18:14
c1de354
Compare
Choose a tag to compare

3.0.1 (2025-08-08)

Full Changelog: v3.0.0...v3.0.1

Bug Fixes

  • client: fix verbosity parameter location in Responses (c4200c3)
  • responses: remove incorrect verbosity builder method (76286de)
  • responses: remove more references to incorrect verbosity location (1f56089)

Chores

  • update @stainless-api/prism-cli to v5.15.0 (61263de)
  • update delegation tests (060ec4c)

v3.0.0

08 Aug 13:50
Compare
Choose a tag to compare

3.0.0 (2025-08-08)

Full Changelog: v2.20.1...v3.0.0

Features

  • api: adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 (fa34d24)
  • api: manual updates (089a075)
  • client: support new unified Azure URL scheme (#554) (9aacff0)

Bug Fixes

  • functions: add accidentally removed arguments method (696dfb1)

Chores

  • example: fix run example comment (42fe3d9)
  • increase max gradle JVM heap to 8GB (87afac0)
  • internal: add async lock helper (1a75cea)

Documentation

  • more prominently call out examples (d601c1a)
  • multiple image editing (a64f375)

v2.20.1

31 Jul 23:48
984e85d
Compare
Choose a tag to compare

2.20.1 (2025-07-31)

Full Changelog: v2.20.0...v2.20.1

Bug Fixes

Chores

  • internal: bump ci test timeout (0ea80f0)
  • internal: reduce proguard ci logging (876aa8f)

v2.20.0

30 Jul 12:51
Compare
Choose a tag to compare

2.20.0 (2025-07-30)

Full Changelog: v2.19.2...v2.20.0

Features

  • add retryable exception (4916163)
  • api: manual updates (c4f9a92)
  • client: ensure compat with proguard (0d4db65)

v2.19.2

28 Jul 21:11
88056ab
Compare
Choose a tag to compare

2.19.2 (2025-07-28)

Full Changelog: v2.19.1...v2.19.2

Bug Fixes

  • client: some bad _additionalBodyProperties serialization (ae900c6)

v2.19.1

24 Jul 20:10
1926dcd
Compare
Choose a tag to compare

2.19.1 (2025-07-24)

Full Changelog: v2.19.0...v2.19.1

Bug Fixes

  • client: accidental mutability of some classes (8f377c4)

Chores

  • internal: remove unnecessary [...] in [@see](https://github.com/see) (ba7945f)
  • internal: simplify handling of deployment models (#556) (2c7e661)

Documentation

v2.19.0

23 Jul 21:07
c0aa6b5
Compare
Choose a tag to compare

2.19.0 (2025-07-23)

Full Changelog: v2.18.2...v2.19.0

Features

  • client: support base64 embeddings and use as default (#519) (12b0ff7)

Documentation

  • fix missing readme comment (720ed2c)

v2.18.2

22 Jul 15:20
3b809df
Compare
Choose a tag to compare

2.18.2 (2025-07-22)

Full Changelog: v2.18.1...v2.18.2

Bug Fixes

  • client: support structured outputs in async requests (#548). (#550) (b9d52cf)