Skip to content

Releases: openai/openai-node

v4.55.9

16 Aug 01:22
Compare
Choose a tag to compare

4.55.9 (2024-08-16)

Full Changelog: v4.55.8...v4.55.9

Bug Fixes

  • azure/tts: avoid stripping model param (#999) (c3a7ccd)

v4.55.8

15 Aug 23:55
Compare
Choose a tag to compare

4.55.8 (2024-08-15)

Full Changelog: v4.55.7...v4.55.8

Chores

v4.55.7

13 Aug 20:49
Compare
Choose a tag to compare

4.55.7 (2024-08-13)

Full Changelog: v4.55.6...v4.55.7

Bug Fixes

  • json-schema: correct handling of nested recursive schemas (#992) (ac309ab)

v4.55.6

13 Aug 18:46
Compare
Choose a tag to compare

4.55.6 (2024-08-13)

Full Changelog: v4.55.5...v4.55.6

Bug Fixes

  • zod-to-json-schema: correct licensing (#986) (bd2051e)

v4.55.5

12 Aug 21:30
Compare
Choose a tag to compare

4.55.5 (2024-08-12)

Full Changelog: v4.55.4...v4.55.5

Chores

v4.55.4

09 Aug 18:51
Compare
Choose a tag to compare

4.55.4 (2024-08-09)

Full Changelog: v4.55.3...v4.55.4

Bug Fixes

  • helpers/zod: nested union schema extraction (#979) (31b05aa)

Chores

v4.55.3

08 Aug 22:00
Compare
Choose a tag to compare

4.55.3 (2024-08-08)

Full Changelog: v4.55.2...v4.55.3

Chores

v4.55.2

08 Aug 20:02
Compare
Choose a tag to compare

4.55.2 (2024-08-08)

Full Changelog: v4.55.1...v4.55.2

Bug Fixes

  • helpers/zod: add extract-to-root ref strategy (ef3c73c)
  • helpers/zod: add nullableStrategy option (ad89892)
  • helpers/zod: correct logic for adding root schema to definitions (e4a247a)

Chores

  • internal: add README for vendored zod-to-json-schema (d8a80a9)
  • tests: add more API request tests (04c1590)

v4.55.1

07 Aug 14:53
Compare
Choose a tag to compare

4.55.1 (2024-08-07)

Full Changelog: v4.55.0...v4.55.1

Bug Fixes

  • helpers/zod: correct schema generation for recursive schemas (cb54d93)

Chores

  • api: remove old AssistantResponseFormat type (#967) (9fd94bf)
  • internal: update test snapshots (bceea60)
  • vendor/zodJsonSchema: add option to duplicate top-level ref (84b8a38)

Documentation

  • examples: add UI generation example script (c75c017)

v4.55.0

06 Aug 17:14
Compare
Choose a tag to compare

4.55.0 (2024-08-06)

Full Changelog: v4.54.0...v4.55.0

Features

  • api: add structured outputs support (573787c)