Skip to content

Releases: openai/openai-node

v5.9.0

10 Jul 18:36
27f77c8
Compare
Choose a tag to compare

5.9.0 (2025-07-10)

Full Changelog: v5.8.4...v5.9.0

Features

  • api: add file_url, fix event ID (5f5d39e)

v5.8.4

10 Jul 14:20
Compare
Choose a tag to compare

5.8.4 (2025-07-10)

Full Changelog: v5.8.3...v5.8.4

Chores

  • internal: bump undici version in tests (6f38b80)
  • make some internal functions async (841940d)

v5.8.3

08 Jul 15:35
Compare
Choose a tag to compare

5.8.3 (2025-07-08)

Full Changelog: v5.8.2...v5.8.3

Bug Fixes

Chores

  • add docs to RequestOptions type (3735172)
  • ci: only run for pushes and fork pull requests (e200bc4)
  • client: improve path param validation (b5a043b)
  • internal/tests: pin bun types version (fcffa88)

v5.8.2

27 Jun 14:30
Compare
Choose a tag to compare

5.8.2 (2025-06-27)

Full Changelog: v5.8.1...v5.8.2

Bug Fixes

  • client: get fetchOptions type more reliably (b3c959d)

v5.8.1

26 Jun 19:37
1f25c23
Compare
Choose a tag to compare

5.8.1 (2025-06-26)

Full Changelog: v5.8.0...v5.8.1

Bug Fixes

  • client: ensure addOutputText is called on responses.retrieve (d55bb64)

Chores

  • api: remove unsupported property (1966954)
  • docs: update README to include links to docs on Webhooks (586d5da)
  • webhooks: make private methods really private (0ee396a)

v5.8.0

26 Jun 16:57
e3a0a9c
Compare
Choose a tag to compare

5.8.0 (2025-06-26)

Full Changelog: v5.7.0...v5.8.0

Features

  • api: webhook and deep research support (f2b4f66)

Bug Fixes

  • ci: release-doctor — report correct token name (aed2587)

Refactors

  • types: replace Record with mapped types (7865910)

v5.7.0

23 Jun 18:26
ab73eaf
Compare
Choose a tag to compare

5.7.0 (2025-06-23)

Full Changelog: v5.6.0...v5.7.0

Features

  • api: update api shapes for usage and code interpreter (f2100e8)

v5.6.0

20 Jun 20:21
059e83d
Compare
Choose a tag to compare

5.6.0 (2025-06-20)

Full Changelog: v5.5.1...v5.6.0

Features

  • api: make model and inputs not required to create response (52211c0)

Bug Fixes

  • client: explicitly copy fetch in withOptions (0efacae)

Chores

  • readme: update badges (6898954)
  • readme: use better example snippet for undocumented params (668611f)

v5.5.1

17 Jun 14:28
ff87a40
Compare
Choose a tag to compare

5.5.1 (2025-06-17)

Full Changelog: v5.5.0...v5.5.1

Chores

  • ci: enable for pull requests (e1cf00c)

v5.5.0

16 Jun 19:22
7b95954
Compare
Choose a tag to compare

5.5.0 (2025-06-16)

Full Changelog: v5.4.0...v5.5.0

Features