Releases: openai/openai-node
Releases · openai/openai-node
v6.1.0
6.1.0 (2025-10-02)
Full Changelog: v6.0.1...v6.1.0
Features
- api: add support for realtime calls (5de9585)
v6.0.1
6.0.1 (2025-10-01)
Full Changelog: v6.0.0...v6.0.1
Bug Fixes
- api: add status, approval_request_id to MCP tool call (498c6a5)
v6.0.0
6.0.0 (2025-09-30)
Full Changelog: v5.23.2...v6.0.0
⚠ BREAKING CHANGES
- api:
ResponseFunctionToolCallOutputItem.output
andResponseCustomToolCallOutput.output
now returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>
instead ofstring
only. This may break existing callsites that assumeoutput
is always a string.
Features
- api: Support images and files for function call outputs in responses, BatchUsage (abe56f8)
Chores
v5.23.2
v5.23.1
5.23.1 (2025-09-26)
Full Changelog: v5.23.0...v5.23.1
Bug Fixes
- realtime: remove beta header from GA classes (a5e9e70)
Performance Improvements
- faster formatting (d56f309)
Chores
v5.23.0
v5.22.1
v5.22.0
5.22.0 (2025-09-19)
Full Changelog: v5.21.0...v5.22.0
Features
- api: add reasoning_text (7ff6186)
Chores
- api: manual fixes for streaming (3a2ae4c)
v5.21.0
5.21.0 (2025-09-17)
Full Changelog: v5.20.3...v5.21.0
Features
- api: type updates for conversations, reasoning_effort and results for evals (f243f54)
v5.20.3
5.20.3 (2025-09-15)
Full Changelog: v5.20.2...v5.20.3
Chores
- api: docs and spec refactoring (05b4498)