Skip to content

Latest commit

 

History

History
266 lines (144 loc) · 15.4 KB

File metadata and controls

266 lines (144 loc) · 15.4 KB

Changelog

0.7.0 (2025-06-03)

Full Changelog: v0.6.1...v0.7.0

Features

  • client: add follow_redirects request option (40221d5)

Chores

  • ci: fix installation instructions (157308b)
  • ci: upload sdks to package manager (9f9915c)
  • docs: grammar improvements (eb2766f)
  • docs: remove reference to rye shell (96a0239)

0.6.1 (2025-05-10)

Full Changelog: v0.6.0...v0.6.1

Bug Fixes

  • client: fix bug where types occasionally wouldn't generate (e1bec40)
  • package: support direct resource imports (46ada4d)

Chores

  • internal: avoid errors for isinstance checks on proxies (e4ffb62)
  • internal: codegen related update (ed8951f)

Documentation

  • api: fixed incorrect description of how extraction results are ordered (4c6ee63)
  • remove or fix invalid readme examples (71a39ed)

0.6.0 (2025-04-30)

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

Features

  • api: introduced extractive QA (7b9856c)

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (40be0d5)

Chores

  • broadly detect json family of content-type headers (ef18419)
  • ci: add timeout thresholds for CI jobs (f0438ce)
  • ci: only use depot for staging repos (869c0ff)
  • internal: codegen related update (8860ae0)
  • internal: fix list file params (6dc4e32)
  • internal: import reformatting (57473e2)
  • internal: refactor retries to not use recursion (513599c)

0.5.0 (2025-04-19)

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

⚠ BREAKING CHANGES

  • api: changed how end offsets are computed

Features

  • api: changed how end offsets are computed (3c96279)

0.4.0 (2025-04-19)

Full Changelog: v0.3.3...v0.4.0

⚠ BREAKING CHANGES

  • api: made universal classification endpoint multi-input only

Features

  • api: made universal classification endpoint multi-input only (4fb2535)

Chores

  • internal: bump pyright version (2f992e7)
  • internal: update models test (bb3df78)

0.3.3 (2025-04-16)

Full Changelog: v0.3.2...v0.3.3

Bug Fixes

  • perf: optimize some hot paths (eee757b)
  • perf: skip traversing types for NotGiven values (7705a99)

Chores

  • client: minor internal fixes (a8dad58)
  • internal: codegen related update (93cdfa0)
  • internal: expand CI branch coverage (cc5df77)
  • internal: reduce CI branch coverage (2cb8fb8)
  • internal: slight transform perf improvement (6f47eaf)
  • internal: update pyright settings (7dd9ad4)

Documentation

  • api: removed description of certain objects due to Mintlify bug (9099926)

0.3.2 (2025-04-04)

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

Chores

  • internal: remove trailing character (#53) (1074f1e)

0.3.1 (2025-04-01)

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

Bug Fixes

  • stainless: added missing reranking endpoint to SDK API (#50) (65bcc7c)

0.3.0 (2025-04-01)

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

Features

0.2.0 (2025-03-30)

Full Changelog: v0.1.6...v0.2.0

⚠ BREAKING CHANGES

  • api: started sorting chunks by score and added index field (#45)

Features

  • api: started sorting chunks by score and added index field (#45) (c9999cd)

Chores

0.1.6 (2025-03-18)

Full Changelog: v0.1.5...v0.1.6

Chores

0.1.5 (2025-03-17)

Full Changelog: v0.1.4...v0.1.5

Bug Fixes

0.1.4 (2025-03-15)

Full Changelog: v0.1.3...v0.1.4

Features

  • api: added latest OpenAPI specification (#29) (411d83f)
  • api: added latest OpenAPI specification (#33) (b053a4a)
  • api: added latest OpenAPI specification (#34) (d9aef7f)

Bug Fixes

  • types: handle more discriminated union shapes (#32) (0644ad3)

Chores

0.1.3 (2025-03-15)

Full Changelog: v0.1.2...v0.1.3

Chores

0.1.2 (2025-03-14)

Full Changelog: v0.1.1...v0.1.2

Features

  • api: added latest OpenAPI specification (#20) (a9c1c23)

Chores

0.1.1 (2025-03-08)

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

Features

  • api: added latest OpenAPI specification (#16) (219c568)

Chores

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

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

Features

  • added latest OpenAPI specification (#1) (ee4cdd8)
  • added latest OpenAPI specification (#3) (e6234c7)
  • api: added latest OpenAPI specification (#13) (822a5b5)
  • api: added latest OpenAPI specification (#4) (8841b6a)
  • api: added latest OpenAPI specification (#5) (36f1cd8)
  • api: added latest OpenAPI specification (#8) (0ba3728)
  • api: update via SDK Studio (2863c6c)
  • client: allow passing NotGiven for body (#6) (539267b)

Bug Fixes

  • asyncify on non-asyncio runtimes (268752f)
  • client: mark some request bodies as optional (539267b)

Chores

  • docs: update client docstring (#11) (bb860bc)
  • internal: fix devcontainers setup (#7) (23046c4)
  • internal: properly set pydantic_private (#9) (16c7d5e)
  • internal: remove unused http client options forwarding (#12) (af1ee9e)
  • internal: update client tests (ac65c8f)
  • update SDK settings (#14) (4d87849)

Documentation

  • update URLs from stainlessapi.com to stainless.com (#10) (7e625b2)