Skip to content

Releases: openai/openai-node

v6.1.0

02 Oct 20:43
Compare
Choose a tag to compare

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

01 Oct 19:50
Compare
Choose a tag to compare

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

30 Sep 16:34
Compare
Choose a tag to compare

6.0.0 (2025-09-30)

Full Changelog: v5.23.2...v6.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 (abe56f8)

Chores

v5.23.2

30 Sep 03:34
Compare
Choose a tag to compare

5.23.2 (2025-09-29)

Full Changelog: v5.23.1...v5.23.2

Chores

  • env-tests: upgrade jest-fixed-jsdom 0.0.9 -> 0.0.10 (6d6d0b0)
  • internal: codegen related update (1b684af)
  • internal: ignore .eslintcache (da9e146)

v5.23.1

26 Sep 16:06
Compare
Choose a tag to compare

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

Chores

  • internal: fix incremental formatting in some cases (166d28f)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (dfab408)

v5.23.0

23 Sep 17:07
Compare
Choose a tag to compare

5.23.0 (2025-09-23)

Full Changelog: v5.22.1...v5.23.0

Features

v5.22.1

22 Sep 23:47
Compare
Choose a tag to compare

5.22.1 (2025-09-22)

Full Changelog: v5.22.0...v5.22.1

Bug Fixes

Chores

  • api: openapi updates for conversations (975c075)
  • do not install brew dependencies in ./scripts/bootstrap by default (6f5e45f)
  • improve example values (b336a64)

v5.22.0

19 Sep 17:32
Compare
Choose a tag to compare

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

17 Sep 22:03
Compare
Choose a tag to compare

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

15 Sep 20:09
Compare
Choose a tag to compare

5.20.3 (2025-09-15)

Full Changelog: v5.20.2...v5.20.3

Chores

  • api: docs and spec refactoring (05b4498)