Skip to content

Latest commit

 

History

History
282 lines (161 loc) · 17.9 KB

File metadata and controls

282 lines (161 loc) · 17.9 KB

Changelog

2.0.0-alpha.1 (2025-06-10)

Full Changelog: v0.6.0...v2.0.0-alpha.1

⚠ BREAKING CHANGES

  • rename package to replicate

Features

  • client: add follow_redirects request option (d606061)

Chores

  • docs: remove reference to rye shell (1dfaea4)
  • rename package to replicate (42e30b7)

Documentation

  • internal: add support for the client config option default_client_example_name to Python (b320609)

0.6.0 (2025-05-22)

Full Changelog: v0.5.1...v0.6.0

Features

Chores

  • docs: grammar improvements (ba42564)

0.5.1 (2025-05-16)

Full Changelog: v0.5.0...v0.5.1

Chores

  • ci: fix installation instructions (eb4702f)
  • ci: upload sdks to package manager (59e0758)

0.5.0 (2025-05-14)

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

Features

0.4.0 (2025-05-13)

Full Changelog: v0.3.2...v0.4.0

Features

0.3.2 (2025-05-13)

Full Changelog: v0.3.1...v0.3.2

Bug Fixes

  • package: support direct resource imports (97b771a)

0.3.1 (2025-05-09)

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

Chores

  • internal: avoid errors for isinstance checks on proxies (b31e651)

0.3.0 (2025-05-08)

Full Changelog: v0.2.1...v0.3.0

Features

0.2.1 (2025-05-07)

Full Changelog: v0.2.0...v0.2.1

Documentation

  • update example requests (eb0ba44)

0.2.0 (2025-05-07)

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

Features

  • api: add Files API methods (3173e5f)
  • api: fix bearer token which also regressed when guessing with AI (13162be)

Bug Fixes

  • api: fix client_settings.opts.api_key.read_env (5a9b95c)

0.1.0 (2025-05-07)

Full Changelog: v0.1.0-alpha.10...v0.1.0

Features

0.1.0-alpha.10 (2025-05-06)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Bug Fixes

  • disable settings.positional_params (f018f4b)

0.1.0-alpha.9 (2025-05-06)

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

Bug Fixes

  • change organization.name to replicate (04b0797)

Chores

  • use lazy imports for module level client (14f6cfc)
  • use lazy imports for resources (b2a0246)

0.1.0-alpha.8 (2025-04-30)

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

Features

  • api: api update (a5aa64a)
  • client: add support for model queries (6df1fd6)

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

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

Features

  • enable mcp package publishing (f116fbb)

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