Releases: openai/openai-go
Releases Β· openai/openai-go
v1.8.2
v1.8.1
v1.8.0
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
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
v1.5.0
v1.4.0
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
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
1.2.1 (2025-06-02)
Full Changelog: v1.2.0...v1.2.1
Bug Fixes
Chores
- make go mod tidy continue on error (48f41c2)
v1.2.0
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)