Skip to content

Latest commit

 

History

History
620 lines (370 loc) · 40.6 KB

File metadata and controls

620 lines (370 loc) · 40.6 KB

Changelog

0.1.0-alpha.34 (2025-11-19)

Full Changelog: v0.1.0-alpha.33...v0.1.0-alpha.34

Features

  • api: add expert review endpoints (cda6f91)
  • api: api update (5848aac)

0.1.0-alpha.33 (2025-11-18)

Full Changelog: v0.1.0-alpha.32...v0.1.0-alpha.33

Features

Bug Fixes

  • compat with Python 3.14 (0ec7ffd)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (1225af1)

Chores

  • package: drop Python 3.8 support (b5ef513)

0.1.0-alpha.32 (2025-11-05)

Full Changelog: v0.1.0-alpha.31...v0.1.0-alpha.32

Features

Bug Fixes

  • client: close streams without requiring full consumption (b5a889c)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (8f06048)
  • internal: grammar fix (it's -> its) (9d4a431)

0.1.0-alpha.31 (2025-10-28)

Full Changelog: v0.1.0-alpha.30...v0.1.0-alpha.31

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (666f855)

0.1.0-alpha.30 (2025-10-14)

Full Changelog: v0.1.0-alpha.29...v0.1.0-alpha.30

Features

Chores

  • internal: detect missing future annotations with ruff (8e2cc28)

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

Full Changelog: v0.1.0-alpha.28...v0.1.0-alpha.29

Features

  • api: add /detect to accessible routes (73dd089)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (a8f1181)

0.1.0-alpha.28 (2025-09-19)

Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28

Features

0.1.0-alpha.27 (2025-09-19)

Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27

Features

Chores

  • internal: update pydantic dependency (2c0bd75)
  • tests: simplify get_platform test (1c03b05)
  • types: change optional parameter type from NotGiven to Omit (5cd7ee0)

0.1.0-alpha.26 (2025-09-05)

Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26

Features

Bug Fixes

  • avoid newer type syntax (7a7b9a3)

Chores

  • internal: add Sequence related utils (ead0105)
  • internal: change ci workflow machines (052599a)
  • internal: move mypy configurations to pyproject.toml file (6285dbe)
  • internal: update pyright exclude list (cc58363)

0.1.0-alpha.25 (2025-08-22)

Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25

Features

Chores

  • internal: codegen related update (04b7858)
  • internal: codegen related update (6e1f882)
  • internal: fix ruff target version (6d3b8a2)
  • internal: update comment in script (dfc7725)
  • update @stainless-api/prism-cli to v5.15.0 (b46d19e)
  • update github action (5608ea3)

0.1.0-alpha.24 (2025-07-28)

Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24

Features

Bug Fixes

  • client: don't send Content-Type header on GET requests (4732aae)
  • parsing: correctly handle nested discriminated unions (b374589)
  • parsing: ignore empty metadata (1cdf391)
  • parsing: parse extra field types (3c74ca0)

Chores

  • internal: bump pinned h11 dep (7ce51e9)
  • package: mark python 3.13 as supported (5cba949)
  • project: add settings file for vscode (00df8ec)
  • readme: fix version rendering on pypi (d05336d)

0.1.0-alpha.23 (2025-07-07)

Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23

Features

Bug Fixes

  • ci: correct conditional (45d3bc0)
  • ci: release-doctor — report correct token name (1a5e444)

Chores

  • ci: change upload type (023823b)
  • ci: only run for pushes and fork pull requests (6b590bd)

0.1.0-alpha.22 (2025-06-24)

Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22

Features

Chores

  • tests: skip some failing tests on the latest python versions (aea4c5c)

0.1.0-alpha.21 (2025-06-22)

Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21

Features

Bug Fixes

  • client: correctly parse binary response | stream (9debf1d)
  • docs/api: remove references to nonexistent types (7ba3858)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (14a4f3c)

Chores

  • api: mark some methods as deprecated (57f522f)
  • ci: enable for pull requests (a28cd9c)
  • ci: fix installation instructions (3aa9884)
  • docs: grammar improvements (428e500)
  • docs: remove reference to rye shell (8fcb74d)
  • docs: remove unnecessary param examples (2ef6184)
  • internal: codegen related update (18f661d)
  • internal: update conftest.py (9bd8925)
  • readme: update badges (0bb6eec)
  • tests: add tests for httpx client instantiation & proxies (bf46662)
  • tests: run tests in parallel (0a3aaa1)

Documentation

  • client: fix httpx.Timeout documentation reference (2836ef3)

0.1.0-alpha.20 (2025-05-15)

Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20

Features

Bug Fixes

  • package: support direct resource imports (09066c8)

Chores

  • ci: upload sdks to package manager (6594b48)
  • internal: avoid errors for isinstance checks on proxies (a1d7faf)
  • internal: version bump (971e28d)

0.1.0-alpha.19 (2025-05-07)

Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19

Features

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

Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18

Features

Chores

  • broadly detect json family of content-type headers (60ee0e2)
  • ci: only use depot for staging repos (3f37e38)
  • internal: codegen related update (a19531f)
  • internal: minor formatting changes (379fc4f)
  • internal: version bump (376681a)

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

Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17

Features

  • api: add proj analytics endpoint (ae79a63)
  • api: add project increment_queries and other recent endpoints (5bf31f7)
  • api: add project increment_queries and other recent endpoints (e81cc3d)
  • api: add project increment_queries and other recent endpoints (b038fbe)
  • api: api update (ed0b337)
  • api: api update (3f85757)
  • api: api update (4f39e46)

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (2db34b6)

Chores

  • ci: add timeout thresholds for CI jobs (bcc2ed0)
  • internal: fix list file params (2e9cf89)
  • internal: import reformatting (bcf89d2)
  • internal: refactor retries to not use recursion (2f3a24a)
  • internal: update models test (444cd03)
  • internal: version bump (03cd933)
  • internal: version bump (88821c7)

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

Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16

Features

Chores

  • internal: base client updates (e7d165b)
  • internal: bump pyright version (5eac17b)
  • internal: version bump (9326b60)

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

Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15

Features

Bug Fixes

  • client: send all configured auth headers (#106) (772695b)
  • perf: optimize some hot paths (fb1f7c1)
  • perf: skip traversing types for NotGiven values (38418ad)

Chores

  • client: minor internal fixes (228700d)
  • internal: expand CI branch coverage (8ce4af4)
  • internal: reduce CI branch coverage (0aee51f)
  • internal: remove trailing character (#103) (45f7fde)
  • internal: slight transform perf improvement (#108) (552640f)
  • internal: update pyright settings (fc0f5bc)
  • internal: version bump (#99) (4bc12e4)

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

Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14

Features

Chores

0.1.0-alpha.13 (2025-04-02)

Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13

Features

Bug Fixes

  • ci: ensure pip is always available (#88) (86a40cc)
  • ci: remove publishing patch (#89) (674c661)
  • types: handle more discriminated union shapes (#87) (ea6a942)

Chores

0.1.0-alpha.12 (2025-03-11)

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Features

Bug Fixes

  • asyncify on non-asyncio runtimes (#69) (dc7519f)
  • client: mark some request bodies as optional (f022d08)

Chores

  • docs: update client docstring (#75) (5b371a6)
  • internal: bummp ruff dependency (#62) (123ccca)
  • internal: change default timeout to an int (#61) (66fc9b7)
  • internal: fix devcontainers setup (#71) (9ec8473)
  • internal: fix type traversing dictionary params (#64) (648fc48)
  • internal: minor type handling changes (#65) (27aa5db)
  • internal: properly set pydantic_private (#72) (9765c39)
  • internal: remove unused http client options forwarding (#76) (c5ed0fd)
  • internal: update client tests (#68) (9297d25)
  • internal: version bump (#58) (d032df2)

Documentation

  • revise readme docs about nested params (#77) (649ec25)
  • update URLs from stainlessapi.com to stainless.com (#73) (8f500b4)

0.1.0-alpha.11 (2025-01-30)

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

Features

  • various codegen changes (96c7551)

0.1.0-alpha.10 (2025-01-30)

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

Features

0.1.0-alpha.9 (2025-01-29)

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

Features

0.1.0-alpha.8 (2025-01-28)

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

Features

0.1.0-alpha.7 (2025-01-27)

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

Features

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

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

Features

Chores

0.1.0-alpha.5 (2025-01-22)

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

Features

0.1.0-alpha.4 (2025-01-21)

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

Features

Bug Fixes

  • tests: make test_get_platform less flaky (#26) (d192517)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#27) (1ab1a4e)

Documentation

  • raw responses: fix duplicate the (#24) (ddeaa6d)

0.1.0-alpha.3 (2025-01-17)

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

Features

Chores

  • internal: codegen related update (#20) (e6cdd0b)

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

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

Features

0.1.0-alpha.1 (2025-01-14)

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

Chores