Releases: openai/openai-node
Releases · openai/openai-node
v4.62.0
4.62.0 (2024-09-17)
Full Changelog: v4.61.1...v4.62.0
Features
- client: add ._request_id property to object responses (#1078) (d5c2131)
Chores
- internal: add ecosystem test for qs reproduction (0199dd8)
- internal: add query string encoder (#1079) (f870682)
- internal: fix some types (#1082) (1ec41a7)
- tests: add query string tests to ecosystem tests (36be724)
v4.61.0
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.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)