Skip to content

Releases: openai/openai-node

v4.36.0

16 Apr 17:02
Compare
Choose a tag to compare

4.36.0 (2024-04-16)

Full Changelog: v4.35.0...v4.36.0

Features

Build System

  • configure UTF-8 locale in devcontainer (#774) (bebf4f0)

v4.35.0

16 Apr 00:06
Compare
Choose a tag to compare

4.35.0 (2024-04-15)

Full Changelog: v4.34.0...v4.35.0

Features

v4.34.0

15 Apr 20:23
Compare
Choose a tag to compare

4.34.0 (2024-04-15)

Full Changelog: v4.33.1...v4.34.0

Features

v4.33.1

13 Apr 05:06
9ed8975
Compare
Choose a tag to compare

4.33.1 (2024-04-12)

Full Changelog: v4.33.0...v4.33.1

Chores

v4.33.0

05 Apr 14:16
Compare
Choose a tag to compare

4.33.0 (2024-04-05)

Full Changelog: v4.32.2...v4.33.0

Features

  • api: add additional messages when creating thread run (#759) (f1fdb41)

v4.32.2

04 Apr 15:27
Compare
Choose a tag to compare

4.32.2 (2024-04-04)

Full Changelog: v4.32.1...v4.32.2

Bug Fixes

Chores

  • tests: bump ecosystem tests dependencies (#753) (3f86ea2)

v4.32.1

02 Apr 15:11
d6dde1b
Compare
Choose a tag to compare

4.32.1 (2024-04-02)

Full Changelog: v4.32.0...v4.32.1

Chores

v4.32.0

01 Apr 23:30
Compare
Choose a tag to compare

4.32.0 (2024-04-01)

Full Changelog: v4.31.0...v4.32.0

Features

  • api: add support for filtering messages by run_id (#747) (9a397ac)
  • api: run polling helpers (#749) (02920ae)

Chores

  • deps: remove unused dependency digest-fetch (#748) (5376837)

Documentation

  • readme: change undocumented params wording (#744) (8796691)

Refactors

  • rename createAndStream to stream (02920ae)

v4.31.0

30 Mar 05:52
Compare
Choose a tag to compare

4.31.0 (2024-03-30)

Full Changelog: v4.30.0...v4.31.0

Features

Bug Fixes

  • streaming: trigger all event handlers with fromReadableStream (#741) (7b1e593)

v4.30.0

28 Mar 18:09
Compare
Choose a tag to compare

4.30.0 (2024-03-28)

Full Changelog: v4.29.2...v4.30.0

Features

Bug Fixes

  • client: correctly send deno version header (#736) (b7ea175)
  • example: correcting example (#739) (a819551)
  • handle process.env being undefined in debug func (#733) (2baa149)
  • internal: make toFile use input file's options (#727) (15880d7)

Chores

Documentation

  • readme: consistent use of sentence case in headings (#729) (7e515fd)
  • readme: document how to make undocumented requests (#730) (a06d861)