Skip to content

Releases: openai/openai-node

v4.61.0

13 Sep 19:22
Compare
Choose a tag to compare

4.61.0 (2024-09-13)

Full Changelog: v4.60.1...v4.61.0

Bug Fixes

  • client: partial parsing update to handle strings (46e8eb6)
  • examples: handle usage chunk in tool call streaming (#1068) (e4188c4)

Chores

  • examples: add a small delay to tool-calls example streaming (a3fc659)

Documentation

v4.60.1

13 Sep 13:57
Compare
Choose a tag to compare

4.60.1 (2024-09-13)

Full Changelog: v4.60.0...v4.60.1

Bug Fixes

  • zod: correctly add $ref definitions for transformed schemas (#1065) (9b93b24)

v4.60.0

12 Sep 17:06
Compare
Choose a tag to compare

4.60.0 (2024-09-12)

Full Changelog: v4.59.0...v4.60.0

Features

v4.59.0

11 Sep 16:46
Compare
Choose a tag to compare

4.59.0 (2024-09-11)

Full Changelog: v4.58.2...v4.59.0

Features

  • structured outputs: support accessing raw responses (#1058) (af17697)

Documentation

v4.58.2

09 Sep 19:38
Compare
Choose a tag to compare

4.58.2 (2024-09-09)

Full Changelog: v4.58.1...v4.58.2

Bug Fixes

  • errors: pass message through to APIConnectionError (#1050) (5a34316)

Chores

  • better object fallback behaviour for casting errors (#1053) (b7d4619)

v4.58.1

06 Sep 17:20
Compare
Choose a tag to compare

4.58.1 (2024-09-06)

Full Changelog: v4.58.0...v4.58.1

Chores

  • docs: update browser support information (#1045) (d326cc5)

v4.58.0

05 Sep 23:41
Compare
Choose a tag to compare

4.58.0 (2024-09-05)

Full Changelog: v4.57.3...v4.58.0

Features

  • vector store: improve chunking strategy type names (#1041) (471cec3)

Bug Fixes

  • uploads: avoid making redundant memory copies (#1043) (271297b)

v4.57.3

04 Sep 22:02
Compare
Choose a tag to compare

4.57.3 (2024-09-04)

Full Changelog: v4.57.2...v4.57.3

Bug Fixes

  • helpers/zod: avoid import issue in certain environments (#1039) (e238daa)

Chores

v4.57.2

04 Sep 16:19
Compare
Choose a tag to compare

4.57.2 (2024-09-04)

Full Changelog: v4.57.1...v4.57.2

Chores

v4.57.1

03 Sep 14:38
Compare
Choose a tag to compare

4.57.1 (2024-09-03)

Full Changelog: v4.57.0...v4.57.1

Bug Fixes

  • assistants: correctly accumulate tool calls when streaming (#1031) (d935ad3)
  • client: correct File construction from node-fetch Responses (#1029) (22ebdc2)
  • runTools without stream should not emit user message events (#1005) (22ded4d)

Chores

  • internal/tests: workaround bug in recent types/node release (3c7bdfd)