Skip to content

Releases: openai/openai-node

v4.85.0

13 Feb 20:03
Compare
Choose a tag to compare

4.85.0 (2025-02-13)

Full Changelog: v4.84.1...v4.85.0

Features

  • api: add support for storing chat completions (#1327) (8d77f8e)

Bug Fixes

  • realtime: call .toString() on WebSocket url (#1324) (09bc50d)

v4.84.1

13 Feb 13:02
Compare
Choose a tag to compare

4.84.1 (2025-02-13)

Full Changelog: v4.84.0...v4.84.1

Bug Fixes

  • realtime: correct websocket type var constraint (#1321) (afb17ea)

v4.84.0

12 Feb 15:05
Compare
Choose a tag to compare

4.84.0 (2025-02-12)

Full Changelog: v4.83.0...v4.84.0

Features

  • pagination: avoid fetching when has_more: false (#1305) (b6944c6)

Bug Fixes

  • api: add missing reasoning effort + model enums (#1302) (14c55c3)
  • assistants: handle thread.run.incomplete event (7032cc4)
  • correctly decode multi-byte characters over multiple chunks (#1316) (dd776c4)

Chores

  • internal: remove segfault-handler dependency (3521ca3)

Documentation

  • readme: cleanup into multiple files (da94424)

v4.83.0

05 Feb 14:33
Compare
Choose a tag to compare

4.83.0 (2025-02-05)

Full Changelog: v4.82.0...v4.83.0

Features

Bug Fixes

  • api/types: correct audio duration & role types (#1300) (a955ac2)
  • azure/audio: use model param for deployments (#1297) (85de382)

v4.82.0

31 Jan 19:18
Compare
Choose a tag to compare

4.82.0 (2025-01-31)

Full Changelog: v4.81.0...v4.82.0

Features

Bug Fixes

  • examples/realtime: remove duplicate session.update call (#1293) (ad800b4)
  • types: correct metadata type + other fixes (378e2f7)

v4.81.0

29 Jan 20:10
Compare
Choose a tag to compare

4.81.0 (2025-01-29)

Full Changelog: v4.80.1...v4.81.0

Features

v4.80.1

24 Jan 19:05
Compare
Choose a tag to compare

4.80.1 (2025-01-24)

Full Changelog: v4.80.0...v4.80.1

Bug Fixes

  • azure: include retry count header (3e0ba40)

Documentation

  • fix typo, "zodFunctionTool" -> "zodFunction" (#1128) (b7ab6bb)
  • helpers: fix type annotation (fc019df)
  • readme: fix realtime errors docs link (#1286) (d1d50c8)

v4.80.0

22 Jan 14:25
Compare
Choose a tag to compare

4.80.0 (2025-01-22)

Full Changelog: v4.79.4...v4.80.0

Features

  • api: update enum values, comments, and examples (#1280) (d38f2c2)

v4.79.4

21 Jan 22:39
Compare
Choose a tag to compare

4.79.4 (2025-01-21)

Full Changelog: v4.79.3...v4.79.4

Bug Fixes

  • jsr: correct zod config (e45fa5f)

Chores

Documentation

v4.79.3

21 Jan 16:34
Compare
Choose a tag to compare

4.79.3 (2025-01-21)

Full Changelog: v4.79.2...v4.79.3

Bug Fixes

  • jsr: export zod helpers (9dc55b6)