Skip to content

Releases: openai/openai-java

v4.42.0

Choose a tag to compare

@stainless-app stainless-app released this 09 Jul 19:43

4.42.0 (2026-07-09)

Features

  • api: gpt-5.6-sol updates (2ca768a)

Bug Fixes

  • api: preserve deprecated beta realtime accessors (a1cd1f1)
  • api: restore beta responses custom code (73f67f2)

Chores

  • retrigger release automation (a3006ee)

v4.41.0

Choose a tag to compare

@stainless-app stainless-app released this 17 Jun 17:06

4.41.0 (2026-06-17)

Full Changelog: v4.40.0...v4.41.0

Features

  • api: update OpenAPI spec or Stainless config (ce1d334)

v4.40.0

Choose a tag to compare

@stainless-app stainless-app released this 16 Jun 21:54

4.40.0 (2026-06-16)

Full Changelog: v4.39.1...v4.40.0

Features

  • api: admin spend_alerts (512770c)
  • api: manual updates (701ebe0)
  • api: update OpenAPI spec or Stainless config (94b7412)

Build System

  • Use CI environment for OpenAI API key workflow (#756) (27de5f5)
  • Use publish environment for release job (#758) (bbb66f8)

v4.39.1

Choose a tag to compare

@stainless-app stainless-app released this 04 Jun 17:36

4.39.1 (2026-06-04)

Full Changelog: v4.39.0...v4.39.1

Chores

  • ci: allow local testing to use incremental compilation + daemons (a1c71e4)

v4.39.0

Choose a tag to compare

@stainless-app stainless-app released this 03 Jun 22:54

4.39.0 (2026-06-03)

Full Changelog: v4.38.0...v4.39.0

Features

  • api: responses.moderation and chat_completions.moderation (b8f8bdd)

v4.38.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Jun 19:03

4.38.0 (2026-06-01)

Full Changelog: v4.37.0...v4.38.0

Features

  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (76574c1)

v4.37.0

Choose a tag to compare

@stainless-app stainless-app released this 21 May 21:25

4.37.0 (2026-05-21)

Full Changelog: v4.36.0...v4.37.0

Features

  • api: manual updates (751f476)
  • api: manual updates (1a21364)
  • api: update OpenAPI spec or Stainless config (33debac)

Chores

v4.36.0

Choose a tag to compare

@stainless-app stainless-app released this 15 May 22:30
3108314

4.36.0 (2026-05-13)

Full Changelog: v4.35.0...v4.36.0

Features

  • api: add service_tier parameter to response compact method (c72b807)
  • api: realtime 2 (8057452)

v4.35.0

Choose a tag to compare

@stainless-app stainless-app released this 07 May 15:13

4.35.0 (2026-05-07)

Full Changelog: v4.34.0...v4.35.0

Features

  • api: add quantity field to organization usage responses, update topLogprobs docs (d4686cc)
  • api: launch realtime translate + update image 2 (28ad918)
  • api: manual updates (7905ef6)
  • api: manual updates (8328a1e)
  • client: improve logging (6393b34)
  • client: more robust error parsing (5a1bfdc)
  • client: support proxy authentication (97c8087)

Bug Fixes

  • api: fix imagegen size enum regression (aacb886)
  • client: match JsonSchemaValidator heading levels to API (#733) (fc57ef7)
  • logging: redact Azure api-key header in logging (#717) (157207f)

Performance Improvements

  • client: create one json mapper (6bdc12e)

Chores

  • fix build error (82a8527)
  • redact api-key headers in debug logs (73d01b0)
  • remove duplicated dokka setup (06e43e2)
  • tests: update test fixtures to use valid example URLs (021f44a)

Documentation

  • api: document web_search_call.results in response includables (18fe08a)
  • clarify forwards compat behavior (d44f466)
  • clarify structured output map limitations (#726) (e1e1161)
  • remove bad semicolon (#725) (b5dbd07)

v4.34.0

Choose a tag to compare

@stainless-app stainless-app released this 04 May 17:37

4.34.0 (2026-05-01)

Full Changelog: v4.33.0...v4.34.0

Features

  • api: add fields to groups/projects/users, remove enums, update types (abda696)
  • api: add support for Admin API Keys per endpoint (52840e8)
  • api: admin API updates (ce01f2c)
  • api: manual updates (4ce7800)
  • api: manual updates (54bb616)
  • support setting headers via env (f37acbd)

Bug Fixes

  • api: allow admin api key credential auth (d0ea12d)
  • auth: apply route-specific security options (4203865)
  • ignore post-completion response stream events (65ea33e)
  • types: correct createdAt and completedAt to Double in Response model (e591f78)
  • types: correct timestamp precision in transcriptions/realtime, unix timestamps in responses (cc8d80f)

Chores

  • internal: regenerate SDK with no functional changes (0a4327c)

Documentation

  • api: update rate limit documentation for file upload endpoint (f4eb157)