Skip to content

Releases: openai/openai-go

v1.8.2

27 Jun 17:06
Compare
Choose a tag to compare

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)

v1.8.1

26 Jun 19:35
Compare
Choose a tag to compare

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)

v1.8.0

26 Jun 16:58
c262e60
Compare
Choose a tag to compare

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)

v1.7.0

23 Jun 18:27
Compare
Choose a tag to compare

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)

v1.6.0

17 Jun 14:26
77f7b9f
Compare
Choose a tag to compare

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)

v1.5.0

10 Jun 16:50
Compare
Choose a tag to compare

1.5.0 (2025-06-10)

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

Features

  • api: Add o3-pro model IDs (3bbd0b8)

v1.4.0

09 Jun 16:50
Compare
Choose a tag to compare

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)

v1.3.0

03 Jun 17:11
Compare
Choose a tag to compare

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)

v1.2.1

02 Jun 19:39
Compare
Choose a tag to compare

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)

v1.2.0

29 May 16:14
49835c5
Compare
Choose a tag to compare

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)