Skip to content

Latest commit

 

History

History
148 lines (80 loc) · 8.38 KB

CHANGELOG.md

File metadata and controls

148 lines (80 loc) · 8.38 KB

Changelog

0.1.0-beta.9 (2025-04-09)

Full Changelog: v0.1.0-beta.8...v0.1.0-beta.9

Chores

0.1.0-beta.8 (2025-04-09)

Full Changelog: v0.1.0-beta.7...v0.1.0-beta.8

Features

Chores

0.1.0-beta.7 (2025-04-07)

Full Changelog: v0.1.0-beta.6...v0.1.0-beta.7

Features

  • client: make response union's AsAny method type safe (#352) (1252f56)

Chores

0.1.0-beta.6 (2025-04-04)

Full Changelog: v0.1.0-beta.5...v0.1.0-beta.6

Features

  • api: manual updates (4e39609)
  • client: support unions in query and forms (#347) (cf8af37)

0.1.0-beta.5 (2025-04-03)

Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5

Features

  • api: manual updates (563cc50)
  • client: omitzero on required id parameter (#339) (c0b4842)

Bug Fixes

  • client: return error on bad custom url instead of panic (#341) (a06c5e6)
  • client: support multipart encoding array formats (#342) (5993b28)
  • client: unmarshal stream events into fresh memory (#340) (52c3e08)

0.1.0-beta.4 (2025-04-02)

Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4

Features

Chores

  • docs: update file uploads in README (#333) (471c452)
  • internal: codegen related update (#335) (48422dc)
  • Remove deprecated/unused remote spec feature (c5077a1)

0.1.0-beta.3 (2025-03-28)

Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3

⚠ BREAKING CHANGES

  • client: add enums (#327)

Features

  • api: add get /chat/completions endpoint (e8ed116)
  • api: add get /responses/{response_id}/input_items endpoint (8870c26)

Bug Fixes

Chores

0.1.0-beta.2 (2025-03-22)

Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2

Bug Fixes

  • client: elide fields in ToAssistantParam (#309) (1fcd837)

0.1.0-beta.1 (2025-03-22)

Full Changelog: v0.1.0-alpha.67...v0.1.0-beta.1

Chores

0.1.0-alpha.67 (2025-03-21)

Full Changelog: v0.1.0-alpha.66...v0.1.0-alpha.67

⚠ BREAKING CHANGES

  • api: migrate to v2

Features

  • api: migrate to v2 (9377508)
  • api: new models for TTS, STT, + new audio features for Realtime (#298) (48fa064)

Chores

Documentation