Skip to content

Latest commit

 

History

History
289 lines (167 loc) · 20.9 KB

File metadata and controls

289 lines (167 loc) · 20.9 KB

Changelog

1.11.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#150) (9d6a64f)

Chores

1.10.0 (2026-09-02)

Features

  • api: add compute_units to Responses and Chat Completions usage (#142) (fe626c6)
  • api: make function call output call IDs optional (#140) (0cb94ba)
  • api: update usage APIs and documentation (#147) (f0c1afd)

Chores

  • deps: bump the codeql group across 1 directory with 2 updates (#145) (5933dd5)
  • deps: update openai-go to v3.54.0 (#139) (23ade14)

Documentation

1.9.0 (2026-08-26)

Features

  • api: Add residency flag and deprecate geography (#136) (e460582)

Bug Fixes

  • Add provenance-aware untrusted stdin mode (#137) (a133707)
  • build CLI releases with patched Go toolchains (#93) (a58f1cc)
  • discard fish completion diagnostics (#109) (4f35fc0)
  • escape raw output controls on interactive terminals (#112) (7601afb)
  • fail closed when bootstrapping Go dependencies (#94) (4ebe610)
  • lock and verify Steady mock tooling (#95) (681d595)
  • prepare release artifacts before publishing (#111) (4193619)
  • redact sensitive response headers in debug logs (#106) (4931572)
  • reject invalid multipart MIME header controls (#105) (fad98b4)
  • restrict downloaded file permissions (#107) (7a3a7d1)
  • safely construct bash file completions (#110) (b3e0946)
  • stream binary download responses (#108) (1f3ba6c)
  • stream multipart uploads without buffering (#65) (bcf0ecd)
  • verify GoReleaser before privileged release execution (#96) (b3729ea)

Chores

  • api: clarify image background and audio delta docs (#124) (056f306)
  • api: No customer-visible SDK or public API changes (#128) (12e0d28)
  • api: refresh image model API reference (#115) (a771913)
  • api: Refresh the bundled OpenAPI reference (#66) (d14387a)
  • api: Report no customer-visible SDK or public API changes (#113) (8da2d53)
  • api: update generation metadata only (#138) (4244a62)
  • configure Dependabot for Go and GitHub Actions (#69) (f495366)
  • deps: bump actions/attest-build-provenance from 4.1.0 to 4.2.2 (#102) (6594c73)
  • deps: bump actions/checkout from 6.0.2 to 7.0.1 (#103) (ce6a6d0)
  • deps: bump actions/checkout from 6.0.2 to 7.0.1 (#134) (f40d5f2)
  • deps: bump actions/download-artifact from 4.3.0 to 8.0.1 (#133) (98ed029)
  • deps: bump actions/github-script from 7.1.0 to 9.0.0 (#132) (978ce47)
  • deps: bump actions/setup-go in / (#101) (5564982)
  • deps: bump actions/upload-artifact from 4.6.2 to 7.0.1 (#104) (b3ac15a)
  • deps: bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 (#99) (7ac7035)
  • deps: bump github.com/urfave/cli/v3 from 3.4.1 to 3.10.1 in the go-minor-and-patch group across 1 directory (#130) (ddc612e)
  • deps: bump the charmbracelet group across 1 directory with 2 updates (#97) (2137b80)
  • deps: bump the codeql group across 1 directory with 2 updates (#100) (c95ac0a)
  • deps: bump the codeql group across 1 directory with 2 updates (#131) (58e3bdd)
  • deps: bump the go-minor-and-patch group across 1 directory with 5 updates (#98) (74822be)
  • deps: update openai-go to v3.51.0 (#63) (68e3e70)
  • deps: update openai-go to v3.52.0 (#67) (7d87ee2)
  • set a 1,000-line custom-code budget (#126) (016bfb2)

Documentation

  • add secure CLI agent and contributor guidance (#72) (09ec087)
  • standardize CLI vulnerability disclosure policy (#71) (d082a01)

1.8.0 (2026-08-14)

Features

  • api: Add gpt-daybreak-blue-latest, gpt-daybreak-red-latest, and (ed0e180)
  • api: add new Responses model identifiers (#51) (ed0e180)
  • api: add WebSocket stream IDs (#58) (8c85942)
  • api: add workload identity access token issued event (#55) (75ff54a)
  • api: deprecate Sora video APIs (#57) (7e33190)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#62) (068a640)

Bug Fixes

  • api: clarify audio upload metadata requirements (#52) (17c793d)
  • api: handle nullable stream flags (#53) (fa22e6e)

Chores

  • api: Update generated-source attribution in file headers (1b6ec73)
  • api: Update generated-source attribution in file headers (#49) (1b6ec73)
  • deps: update openai-go to v3.50.0 (#61) (f60f255)
  • remove Stainless attribution and infrastructure (#54) (2e59ae5)

Documentation

  • api: describe response stream event unions (#59) (033612a)

1.7.1 (2026-08-05)

Bug Fixes

  • api: add module metadata for api_reference package (#45) (337a64f)

1.7.0 (2026-07-31)

Full Changelog: v1.6.0...v1.7.0

Features

  • Add mutual TLS client certificate support (#42) (d2afc76)
  • api: content provenance checks (f35f186)
  • api: fast tier (be4f41e)
  • api: manual updates (4aceee6)

Bug Fixes

  • stlc: stop hand-edited CI workflows from blocking seals and builds (3157d3f)

1.6.0 (2026-07-28)

Full Changelog: v1.5.0...v1.6.0

Features

  • api: transcription model updates (8b665dc)

Bug Fixes

  • release: make partially published releases retryable (#37) (d43c2d7)

1.5.0 (2026-07-24)

Full Changelog: v1.4.0...v1.5.0

Features

  • api: /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys" endpoint (ad0f9fa)
  • api: accept None for prompt_cache_key/safety_identifier (ef9b250)
  • api: add support for spend_limit admin apis (5992345)
  • api: manual updates (3c1f4b8)
  • api: manual updates (cff8c9d)
  • stlc: configurable CI runner and private-production-repo support in workflow templates (8c73e8c)

Chores

  • internal: codegen related update (6a272cd)
  • internal: codegen related update (5a04ac8)

1.4.0 (2026-07-14)

Full Changelog: v1.3.0...v1.4.0

Features

  • api: add owner_project_access to APIKeyListParams (571c96f)
  • api: gpt-5.6-sol updates (977bac7)

Chores

  • internal: codegen related update (337b800)
  • internal: codegen related update (57caf1e)

1.3.0 (2026-06-17)

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

Features

  • api: admin spend_alerts (f183cb0)
  • api: responses.moderation and chat_completions.moderation (d660d08)
  • api: update OpenAPI spec or Stainless config (7aefee4)
  • api: update OpenAPI spec or Stainless config (dee1f3e)

1.2.0 (2026-06-01)

Full Changelog: v1.1.2...v1.2.0

Features

  • api: add project permissions, file-search/web-search usage, service_tier param (d4dbcea)
  • api: add service_tier parameter to responses compact method (5901109)
  • api: manual updates (e7d9ba0)
  • api: update OpenAPI spec or Stainless config (d33292f)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (c6ad190)

Bug Fixes

  • cli: apply generated API update (1d789ad)
  • treat text/plan with format: binary as raw upload (68b3d40)

Chores

  • api: bump go sdk version to 3.38.0 for CLI (8081ea0)

Documentation

1.1.2 (2026-05-07)

Full Changelog: v1.1.1...v1.1.2

1.1.1 (2026-05-07)

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

1.1.0 (2026-05-07)

Full Changelog: v1.0.0...v1.1.0

Features

Bug Fixes

  • api: fix imagegen size enum regression (6ae6672)

Chores

  • redact api-key headers in debug logs (7452ba1)

Documentation

  • api: update top-logprobs description in chat completions and responses (f3e204e)

1.0.0 (2026-05-05)

Full Changelog: v1.0.0...v1.0.0

Features

  • api: launch realtime translate + update image 2 (18f5119)
  • api: manual updates (82b2da2)

1.0.0 (2026-05-04)

Full Changelog: v0.0.1...v1.0.0

Features

  • api: add params, update optionality in admin org projects/users (41ae0ee)

Bug Fixes

  • api: unpin go SDK version for CLI (b33c0dd)

0.0.1 (2026-05-01)

Initial release