Releases: openai/openai-go
Releases · openai/openai-go
v3.0.1
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
3.0.0 (2025-09-30)
Full Changelog: v2.7.1...v3.0.0
⚠ BREAKING CHANGES
- api:
ResponseFunctionToolCallOutputItem.outputandResponseCustomToolCallOutput.outputnow returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>instead ofstringonly. This may break existing callsites that assumeoutputis always a string.
Features
- api: Support images and files for function call outputs in responses, BatchUsage (21901ef)
v2.7.1
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
v2.6.1
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
v2.6.0
v2.5.0
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
v2.4.2
2.4.2 (2025-09-12)
Full Changelog: v2.4.1...v2.4.2
Chores
- api: Minor docs and type updates for realtime (d92ea48)