Skip to content

Releases: openai/openai-go

v3.45.0

Choose a tag to compare

@stainless-app stainless-app released this 23 Jul 01:06
d229dc0

3.45.0 (2026-07-22)

Full Changelog: v3.44.0...v3.45.0

Go version requirement

openai-go v3.45.0 requires Go 1.25 or newer. This release upgrades
golang.org/x/net to v0.57.0 to address security findings and aligns the SDK
with supported Go toolchains. v3.44.0 is the final release that builds with Go
1.22–1.24; older SDK releases do not receive guaranteed security backports. No
exported SDK API or /v3 import path changes are included.

Features

  • api: accept None for prompt_cache_key/safety_identifier (711460e)
  • stlc: configurable CI runner and private-production-repo support in workflow templates (6669f50)

v3.44.0

Choose a tag to compare

@stainless-app stainless-app released this 18 Jul 13:03

3.44.0 (2026-07-17)

Full Changelog: v3.43.0...v3.44.0

Features

  • api: /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys" endpoint (28d2a6a)
  • api: manual updates (a531d4a)
  • api: manual updates (8073e1e)

Bug Fixes

  • api: format service account API key path (999e165)
  • format service account API key path (9fb19bb)

v3.43.0

Choose a tag to compare

@stainless-app stainless-app released this 15 Jul 12:22

3.43.0 (2026-07-14)

Full Changelog: v3.42.0...v3.43.0

Features

  • api: add owner_project_access to APIKeyListParams (df2e35d)

Bug Fixes

  • example: set the 'include usage' field to true under stream options to get accurate usage information (#125) (c38b6c3)
  • ssestream: skip SSE blocks without data (#621) (114224d)

Documentation

v3.42.0

Choose a tag to compare

@stainless-app stainless-app released this 11 Jul 12:35

3.42.0 (2026-07-09)

Full Changelog: v3.41.1...v3.42.0

Features

  • api: gpt-5.6-sol updates (8c062a6)

Bug Fixes

  • api: restore programmatic response types (2384620)
  • api: restore response union metadata (7b2e975)

v3.41.1

Choose a tag to compare

@stainless-app stainless-app released this 08 Jul 12:55

3.41.1 (2026-07-06)

Full Changelog: v3.41.0...v3.41.1

Documentation

v3.41.0

Choose a tag to compare

@stainless-app stainless-app released this 18 Jun 12:43

3.41.0 (2026-06-17)

Full Changelog: v3.40.0...v3.41.0

Features

  • api: update OpenAPI spec or Stainless config (868891f)

v3.40.0

Choose a tag to compare

@stainless-app stainless-app released this 17 Jun 12:59

3.40.0 (2026-06-16)

Full Changelog: v3.39.0...v3.40.0

Features

  • api: admin spend_alerts (26992e5)
  • api: manual updates (28f7e09)
  • api: update OpenAPI spec or Stainless config (57c307e)

v3.39.0

Choose a tag to compare

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

3.39.0 (2026-06-03)

Full Changelog: v3.38.0...v3.39.0

Features

  • api: responses.moderation and chat_completions.moderation (7a2dac0)

v3.38.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Jun 18:58

3.38.0 (2026-06-01)

Full Changelog: v3.37.0...v3.38.0

Features

  • api: manual updates (d7dac81)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (4c3981c)

v3.37.0

Choose a tag to compare

@stainless-app stainless-app released this 21 May 21:30
8f01a93

3.37.0 (2026-05-21)

Full Changelog: v3.36.0...v3.37.0

Features

  • api: api update (7f7416e)
  • api: manual updates (d646562)
  • api: update OpenAPI spec or Stainless config (b34b78a)
  • client: optimize json encoder for internal types (93adc6e)

Bug Fixes

  • go: format generated admin paths (1dd8f5e)
  • go: format generated project permission paths (b751c37)

Chores