Skip to content

Releases: openai/openai-node

v6.33.0

25 Mar 22:08

Choose a tag to compare

6.33.0 (2026-03-25)

Full Changelog: v6.32.0...v6.33.0

Features

  • api: add keys field to computer action types (27a850e)
  • client: add async iterator and stream() to WebSocket classes (e1c16ee)

Bug Fixes

  • api: align SDK response types with expanded item schemas (491cd52)
  • types: make type required in ResponseInputMessageItem (2012293)

Chores

  • ci: skip lint on metadata-only changes (74a917f)
  • internal: refactor imports (cfe9c60)
  • internal: update gitignore (71bd114)
  • tests: bump steady to v0.19.4 (f2e9dea)
  • tests: bump steady to v0.19.5 (37c6cf4)
  • tests: bump steady to v0.19.6 (496b3af)
  • tests: bump steady to v0.19.7 (8491eb6)

Refactors

  • tests: switch from prism to steady (47c0581)

v6.32.0

17 Mar 17:53

Choose a tag to compare

6.32.0 (2026-03-17)

Full Changelog: v6.31.0...v6.32.0

Features

  • api: 5.4 nano and mini model slugs (068df6d)

v6.31.0

16 Mar 22:12

Choose a tag to compare

6.31.0 (2026-03-16)

Full Changelog: v6.30.1...v6.31.0

Features

  • api: add in/nin filter types to ComparisonFilter (b2eda27)

v6.30.1

16 Mar 21:16

Choose a tag to compare

6.30.1 (2026-03-16)

Full Changelog: v6.30.0...v6.30.1

Chores

  • internal: tweak CI branches (25f5d74)

v6.30.0

16 Mar 14:59

Choose a tag to compare

6.30.0 (2026-03-16)

Full Changelog: v6.29.0...v6.30.0

Features

  • api: add /v1/videos endpoint option to batches (271d879)
  • api: add defer_loading field to NamespaceTool (7cc8f0a)

Bug Fixes

  • api: oidc publishing for npm (fa50066)

v6.29.0

13 Mar 21:06

Choose a tag to compare

6.29.0 (2026-03-13)

Full Changelog: v6.28.0...v6.29.0

Features

v6.28.0

13 Mar 19:16

Choose a tag to compare

6.28.0 (2026-03-13)

Full Changelog: v6.27.0...v6.28.0

Features

  • api: manual updates (d543959)
  • api: manual updates (4f87840)
  • api: sora api improvements: character api, video extensions/edits, higher resolution exports. (262dac2)

Bug Fixes

  • types: remove detail field from ResponseInputFile and ResponseInputFileContent (8d6c0cd)

Chores

  • internal: update dependencies to address dependabot vulnerabilities (f5810ee)
  • match http protocol with ws protocol instead of wss (6f4e936)
  • mcp-server: improve instructions (aad9ca1)
  • use proper capitalization for WebSockets (cb4cf62)

v6.27.0

05 Mar 23:19

Choose a tag to compare

6.27.0 (2026-03-05)

Full Changelog: v6.26.0...v6.27.0

Features

  • api: The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview (0206188)

Chores

  • internal: improve import alias names (9cc2478)

v6.26.0

05 Mar 18:35

Choose a tag to compare

6.26.0 (2026-03-05)

Full Changelog: v6.25.0...v6.26.0

Features

  • api: gpt-5.4, tool search tool, and new computer tool (1d1e5a9)

Bug Fixes

  • api: internal schema fixes (6b401ad)
  • api: manual updates (2b54919)
  • api: readd phase (4a0cf29)
  • api: remove phase from message types, prompt_cache_key param in responses (088fca6)

Chores

  • internal: codegen related update (6a0aa9e)
  • internal: codegen related update (b2a4299)
  • internal: move stringifyQuery implementation to internal function (f9f4660)
  • internal: reduce warnings (7e19492)

v6.25.0

24 Feb 19:53

Choose a tag to compare

6.25.0 (2026-02-24)

Full Changelog: v6.24.0...v6.25.0

Features

Bug Fixes

Chores

  • internal: refactor sse event parsing (0ea2380)