Skip to content

Latest commit

 

History

History
128 lines (84 loc) · 11.5 KB

File metadata and controls

128 lines (84 loc) · 11.5 KB

Changelog

0.1.0-alpha.6 (2025-04-24)

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

Bug Fixes

  • correct mapping for account.get (e501778)

Chores

  • broadly detect json family of content-type headers (eeaa507)
  • ci: only use depot for staging repos (f7ec0b8)
  • internal: codegen related update (fd43800)

0.1.0-alpha.5 (2025-04-24)

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

Features

  • add missing resources (8bbddc7)
  • enable openapi.code_samples (85810f5)

0.1.0-alpha.4 (2025-04-23)

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

Features

  • api: add models.readme.get and models.examples.list operations (bcac9e5)

0.1.0-alpha.3 (2025-04-23)

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

⚠ BREAKING CHANGES

  • api: use correct env var for bearer token

Features

Bug Fixes

  • api: use correct env var for bearer token (00eab77)
  • pydantic v1: more robust ModelField.annotation check (c907599)

Chores

  • ci: add timeout thresholds for CI jobs (1bad4d3)
  • internal: base client updates (c1d6ed5)
  • internal: bump pyright version (f1e4d14)
  • internal: fix list file params (2918eba)
  • internal: import reformatting (4cdf515)
  • internal: refactor retries to not use recursion (75005e1)
  • internal: update models test (fc34c6d)

0.1.0-alpha.2 (2025-04-16)

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

Features

Chores

0.1.0-alpha.1 (2025-04-15)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

Bug Fixes

  • ci: ensure pip is always available (#14) (d4f8f18)
  • ci: remove publishing patch (#15) (002b758)
  • perf: optimize some hot paths (d14ecac)
  • perf: skip traversing types for NotGiven values (35ce48c)
  • pluralize list response variables (#26) (19f7bd9)
  • types: handle more discriminated union shapes (#13) (4ca1ca8)

Chores