Releases: openai/openai-node
Releases · openai/openai-node
v4.59.0
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
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.0
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.1
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)
v4.57.0
4.57.0 (2024-08-29)
Full Changelog: v4.56.2...v4.57.0
Features
- api: add file search result details to run steps (#1023) (d9acd0a)
Bug Fixes
- install examples deps as part of bootstrap script (#1022) (eae8e36)