Skip to content

Latest commit

 

History

History
213 lines (112 loc) · 8.54 KB

File metadata and controls

213 lines (112 loc) · 8.54 KB

Changelog

0.13.1 (2026-04-10)

Full Changelog: v0.13.0...v0.13.1

Bug Fixes

  • multipart encoding for file arrays (3bf860f)

0.13.0 (2026-04-07)

Full Changelog: v0.12.1...v0.13.0

Features

0.12.1 (2026-04-03)

Full Changelog: v0.12.0...v0.12.1

Bug Fixes

  • align path encoding with RFC 3986 section 3.3 (23356d5)
  • variable name typo (f8be0fa)

0.12.0 (2026-03-31)

Full Changelog: v0.11.1...v0.12.0

Features

0.11.1 (2026-03-31)

Full Changelog: v0.11.0...v0.11.1

Bug Fixes

  • internal: correct multipart form field name encoding (f7565bc)

Chores

  • ci: support opting out of skipping builds on metadata-only commits (a7b09ef)

0.11.0 (2026-03-25)

Full Changelog: v0.10.1...v0.11.0

Features

Chores

  • ci: skip lint on metadata-only changes (deb319b)
  • internal: update gitignore (6b93a57)

0.10.1 (2026-03-17)

Full Changelog: v0.10.0...v0.10.1

Chores

  • internal: tweak CI branches (1501c04)

0.10.0 (2026-03-16)

Full Changelog: v0.9.0...v0.10.0

Features

0.9.0 (2026-03-12)

Full Changelog: v0.8.0...v0.9.0

Features

0.8.0 (2026-03-12)

Full Changelog: v0.7.0...v0.8.0

Features

0.7.0 (2026-03-11)

Full Changelog: v0.6.0...v0.7.0

Features

Bug Fixes

  • properly mock time in ruby ci tests (4c4ebe0)

Chores

  • ci: add build step (e67706a)
  • ci: skip uploading artifacts on stainless-internal branches (1d6bb94)
  • internal: codegen related update (0dd8713)
  • internal: codegen related update (7b3ead8)

0.6.0 (2026-03-11)

Full Changelog: v0.5.0...v0.6.0

Features

0.5.0 (2026-03-11)

Full Changelog: v0.4.0...v0.5.0

Features

0.4.0 (2026-03-11)

Full Changelog: v0.3.1...v0.4.0

Features

0.3.1 (2026-03-11)

Full Changelog: v0.3.0...v0.3.1

Bug Fixes

  • properly mock time in ruby ci tests (4c4ebe0)

Chores

  • ci: add build step (e67706a)
  • ci: skip uploading artifacts on stainless-internal branches (1d6bb94)
  • internal: codegen related update (0dd8713)
  • internal: codegen related update (7b3ead8)

0.3.0 (2026-02-18)

Full Changelog: v0.2.0...v0.3.0

Features

0.2.0 (2026-02-16)

Full Changelog: v0.1.0...v0.2.0

Features

0.1.0 (2026-02-10)

Full Changelog: v0.0.3...v0.1.0

Features

Bug Fixes

  • client: loosen json header parsing (91563cf)

0.0.3 (2026-02-04)

Full Changelog: v0.0.2...v0.0.3

Bug Fixes

  • client: always add content-length to post body, even when empty (8ca90a2)

Chores

  • docs: remove www prefix (9e13671)

0.0.2 (2026-01-28)

Full Changelog: v0.0.1...v0.0.2

Chores