releases.shpreview
OpenAI/Go SDK

Go SDK

$npx -y @buildinternet/releases show openai-go-sdk
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases17Avg5/moVersionsv3.17.0 → v3.32.0
Jul 15, 2025

1.10.2 (2025-07-15)

Full Changelog: v1.10.1...v1.10.2

Chores

  • api: update realtime specs, build config (3d2afda)
Jul 11, 2025

1.10.1 (2025-07-11)

Full Changelog: v1.10.0...v1.10.1

Chores

  • api: specification cleanup (5dbf6d2)
  • lint tests in subpackages (02f440d)
Jul 10, 2025

1.10.0 (2025-07-10)

Full Changelog: v1.9.0...v1.10.0

Features

  • api: add file_url, fix event ID (cb33971)

1.9.0 (2025-07-10)

Full Changelog: v1.8.3...v1.9.0

Features

  • client: expand max streaming buffer size (44390c8)
Jul 8, 2025

1.8.3 (2025-07-08)

Full Changelog: v1.8.2...v1.8.3

Chores

  • ci: only run for pushes and fork pull requests (d6aab99)
  • internal: fix lint script for tests (9c0a745)
  • lint tests (2bd38d2)
Jun 27, 2025

1.8.2 (2025-06-27)

Full Changelog: v1.8.1...v1.8.2

Bug Fixes

  • don't try to deserialize as json when ResponseBodyInto is []byte (74ad0f8)
  • pagination: check if page data is empty in GetNextPage (c9becdc)
Jun 26, 2025

1.8.1 (2025-06-26)

Full Changelog: v1.8.0...v1.8.1

Chores

  • api: remove unsupported property (e22316a)
  • docs: update README to include links to docs on Webhooks (7bb8f85)

1.8.0 (2025-06-26)

Full Changelog: v1.7.0...v1.8.0

Features

  • api: webhook and deep research support (f6a7e7d)

Chores

  • internal: add tests for breaking change detection (339522d)
Jun 23, 2025

1.7.0 (2025-06-23)

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

Features

  • api: make model and inputs not required to create response (19f0b76)
  • api: update api shapes for usage and code interpreter (d24d42c)
  • client: add escape hatch for null slice & maps (9c633d6)

Chores

  • fix documentation of null map (8f3a134)
Jun 17, 2025

1.6.0 (2025-06-17)

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

Features

  • api: add reusable prompt IDs (280c698)
  • api: manual updates (740f840)
  • client: add debug log helper (5715c49)

Chores

  • ci: enable for pull requests (9ed793a)
Jun 10, 2025

1.5.0 (2025-06-10)

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

Features

  • api: Add o3-pro model IDs (3bbd0b8)
Jun 9, 2025

1.4.0 (2025-06-09)

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

Features

  • client: allow overriding unions (27c6299)

Bug Fixes

  • client: cast to raw message when converting to params (a3282b0)
Jun 3, 2025

1.3.0 (2025-06-03)

Full Changelog: v1.2.1...v1.3.0

Features

  • api: add new realtime and audio models, realtime session options (8b8f62b)
Jun 2, 2025

1.2.1 (2025-06-02)

Full Changelog: v1.2.0...v1.2.1

Bug Fixes

  • api: Fix evals and code interpreter interfaces (7e244c7)
  • fix error (a200fca)

Chores

  • make go mod tidy continue on error (48f41c2)
May 29, 2025

1.2.0 (2025-05-29)

Full Changelog: v1.1.0...v1.2.0

Features

  • api: Config update for pakrym-stream-param (84d59d5)

Bug Fixes

  • client: return binary content from get /containers/{container_id}/files/{file_id}/content (f8c8de1)

Chores

  • deprecate Assistants API (027470e)
  • internal: fix release workflows (fd46533)
May 23, 2025

1.1.0 (2025-05-22)

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

Features

  • api: add container endpoint (2bd777d)
  • api: new API tools (e7e2123)
  • api: new streaming helpers for background responses (422a0db)

Chores

  • docs: grammar improvements (f4b23dd)
  • improve devcontainer setup (dfdaeec)
May 19, 2025

1.0.0 (2025-05-19)

Full Changelog: v0.1.0-beta.11...v1.0.0

⚠ BREAKING CHANGES

  • client: rename file array param variant
  • api: improve naming and remove assistants
  • accumulator: update casing (#401)

Features

  • api: improve naming and remove assistants (4c623b8)

Bug Fixes

  • accumulator: update casing (#401) (d59453c)
  • client: correctly set stream key for multipart (0ec68f0)
  • client: don't panic on marshal with extra null field (9c15332)
  • client: increase max stream buffer size (9456455)
  • client: rename file array param variant (4cfcf86)
  • client: use scanner for streaming (aa58806)

Chores

0.1.0-beta.11 (2025-05-16)

Full Changelog: v0.1.0-beta.10...v0.1.0-beta.11

⚠ BREAKING CHANGES

  • client: clearer array variant names
  • client: rename resp package
  • client: improve core function names
  • client: improve union variant names
  • client: improve param subunions & deduplicate types

Features

  • api: add image sizes, reasoning encryption (0852fb3)
  • api: add o3 and o4-mini model IDs (3fabca6)
  • api: Add reinforcement fine-tuning api support (831a124)
  • api: adding gpt-4.1 family of model IDs (1ef19d4)
  • api: adding new image model support (bf17880)
  • api: manual updates (11f5716)
  • api: responses x eval api (183aaf7)
  • api: Updating Assistants and Evals API schemas (47ca619)
  • client: add dynamic streaming buffer to handle large lines (8e6aad6)
  • client: add helper method to generate constant structs (ff82809)
  • client: add support for endpoint-specific base URLs in python (072dce4)
  • client: add support for reading base URL from environment variable (0d37268)
  • client: clearer array variant names (a5d8b5d)
  • client: experimental support for unmarshalling into param structs (5234875)
  • client: improve param subunions & deduplicate types (8a78f37)
  • client: rename resp package (4433516)
  • client: support more time formats (ec171b2)
  • fix lint (9c50a1e)

Bug Fixes

  • client: clean up reader resources (710b92e)
  • client: correctly update body in WithJSONSet (f2d7118)
  • client: improve core function names (9f312a9)
  • client: improve union variant names (a2c3de9)
  • client: include path for type names in example code (69561c5)
  • client: resolve issue with optional multipart files (910d173)
  • client: time format encoding fix (ca17553)
  • client: unmarshal responses properly (fc9fec3)
  • handle empty bodies in WithJSONSet (8372464)
  • pagination: handle errors when applying options (eebf84b)

Chores

  • ci: add timeout thresholds for CI jobs (26b0dd7)
  • ci: only use depot for staging repos (7682154)
  • ci: run on more branches and use depot runners (d7badbc)
  • docs: document pre-request options (4befa5a)
  • docs: update respjson package name (9a00229)
  • readme: improve formatting (a847e8d)
  • utils: add internal resp to param utility (239c4e2)

Documentation

  • update documentation links to be more uniform (f5f0bb0)
Apr 14, 2025

0.1.0-beta.10 (2025-04-14)

Full Changelog: v0.1.0-beta.9...v0.1.0-beta.10

Chores

  • internal: expand CI branch coverage (#369) (258dda8)
  • internal: reduce CI branch coverage (a2f7c03)
Apr 9, 2025

0.1.0-beta.9 (2025-04-09)

Full Changelog: v0.1.0-beta.8...v0.1.0-beta.9

Chores

Latest
v3.32.0
Tracking Since
Aug 7, 2024
Last fetched Apr 19, 2026