Skip to content

Releases: openai/openai-go

v3.0.1

01 Oct 19:48

Choose a tag to compare

3.0.1 (2025-10-01)

Full Changelog: v3.0.0...v3.0.1

Bug Fixes

  • api: add status, approval_request_id to MCP tool call (a7f95e4)

v3.0.0

30 Sep 17:29
38dbadd

Choose a tag to compare

3.0.0 (2025-09-30)

Full Changelog: v2.7.1...v3.0.0

⚠ BREAKING CHANGES

  • api: ResponseFunctionToolCallOutputItem.output and ResponseCustomToolCallOutput.output now return string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile> instead of string only. This may break existing callsites that assume output is always a string.

Features

  • api: Support images and files for function call outputs in responses, BatchUsage (21901ef)

v2.7.1

30 Sep 03:35

Choose a tag to compare

2.7.1 (2025-09-29)

Full Changelog: v2.7.0...v2.7.1

Bug Fixes

  • bugfix for setting JSON keys with special characters (f9ae028)

v2.7.0

23 Sep 16:59

Choose a tag to compare

2.7.0 (2025-09-23)

Full Changelog: v2.6.1...v2.7.0

Features

v2.6.1

22 Sep 23:48

Choose a tag to compare

2.6.1 (2025-09-22)

Full Changelog: v2.6.0...v2.6.1

Bug Fixes

  • api: fix mcp tool name (6de601a)
  • use slices.Concat instead of sometimes modifying r.Options (7312ee7)

Chores

  • api: openapi updates for conversations (4a7d204)
  • bump minimum go version to 1.22 (8396ab5)
  • do not install brew dependencies in ./scripts/bootstrap by default (d519b81)
  • update more docs for 1.22 (1b0514d)

v2.6.0

19 Sep 16:51

Choose a tag to compare

2.6.0 (2025-09-19)

Full Changelog: v2.5.0...v2.6.0

Features

  • api: add reasoning_text (6ebf50d)

v2.5.0

17 Sep 22:03

Choose a tag to compare

2.5.0 (2025-09-17)

Full Changelog: v2.4.3...v2.5.0

Features

  • api: type updates for conversations, reasoning_effort and results for evals (3e68a60)

v2.4.3

15 Sep 20:09

Choose a tag to compare

2.4.3 (2025-09-15)

Full Changelog: v2.4.2...v2.4.3

Chores

  • api: docs and spec refactoring (e67af66)

v2.4.2

12 Sep 19:53
75e1499

Choose a tag to compare

2.4.2 (2025-09-12)

Full Changelog: v2.4.1...v2.4.2

Chores

  • api: Minor docs and type updates for realtime (d92ea48)

v2.4.1

10 Sep 15:05
f03535a

Choose a tag to compare

2.4.1 (2025-09-10)

Full Changelog: v2.4.0...v2.4.1

Chores

  • api: fix realtime GA types (012b83e)