Full Changelog: v0.11.0...v0.12.0
- api: api update (35d4404)
Full Changelog: v0.10.0...v0.11.0
- internal: detect missing future annotations with ruff (f3a0218)
Full Changelog: v0.9.2...v0.10.0
- api: api update (c5ebcd8)
- improve future compat with pydantic v3 (92560b2)
- types: replace List[str] with SequenceNotStr in params (e19b0ab)
- do not install brew dependencies in ./scripts/bootstrap by default (0fc1a17)
- internal: move mypy configurations to
pyproject.tomlfile (31efb95) - internal: update pydantic dependency (b3b9856)
- tests: simplify
get_platformtest (b0f26dc) - types: change optional parameter type from NotGiven to Omit (47d3d13)
Full Changelog: v0.9.1...v0.9.2
- timeout issue on sync api (82fdc65)
Full Changelog: v0.9.0...v0.9.1
- internal: add Sequence related utils (ec2a5db)
- internal: change ci workflow machines (d7ce4e6)
- internal: update pyright exclude list (d0b2591)
- update github action (a001e5c)
Full Changelog: v0.8.0...v0.9.0
- api: api update (27c6eec)
Full Changelog: v0.7.0...v0.8.0
- api: api update (49f5992)
- api: api update (2055ec7)
- api: api update (17e78ce)
- api: api update (ac8847c)
- client: support file upload requests (f39ab33)
- internal: fix ruff target version (b686aa3)
- internal: update comment in script (fdaf7d9)
- project: add settings file for vscode (077b238)
- update @stainless-api/prism-cli to v5.15.0 (b6cb1cd)
Full Changelog: v0.6.0...v0.7.0
- api: api update (7c3a807)
- client: don't send Content-Type header on GET requests (3663409)
- parsing: correctly handle nested discriminated unions (d88c056)
- internal: bump pinned h11 dep (f79c166)
- package: mark python 3.13 as supported (a70bc61)
- readme: fix version rendering on pypi (14b7820)
Full Changelog: v0.5.0...v0.6.0
- ci: change upload type (76f1526)
Full Changelog: v0.4.0...v0.5.0
- ci: correct conditional (76d9c3f)
- ci: release-doctor — report correct token name (0500644)
- client: correctly parse binary response | stream (96bc0a5)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (ffacf10)
- ci: enable for pull requests (4f581f1)
- ci: only run for pushes and fork pull requests (51c348d)
- internal: update conftest.py (95540f2)
- readme: update badges (e210ee7)
- tests: add tests for httpx client instantiation & proxies (ad4f8a1)
- tests: run tests in parallel (825c97f)
- tests: skip some failing tests on the latest python versions (c64047c)
- client: fix httpx.Timeout documentation reference (2c5ba6f)
Full Changelog: v0.3.0...v0.4.0
- api: api update (0ffa501)
- api: api update (c0d3b97)
- api: api update (09c0202)
- api: api update (f93403a)
- api: api update (b4fae02)
- api: api update (c1b2314)
- client: add follow_redirects request option (fc3c2fd)
- ci: fix installation instructions (a3534f2)
- ci: upload sdks to package manager (f6b95a9)
- docs: grammar improvements (88fd0c8)
- docs: remove reference to rye shell (4cf3d51)
- docs: remove unnecessary param examples (36c3756)
Full Changelog: v0.2.0...v0.3.0
- api: api update (de03f2d)
- package: support direct resource imports (6bcebb1)
- internal: avoid errors for isinstance checks on proxies (5517961)
Full Changelog: v0.1.0...v0.2.0
- api: api update (48e74c7)
- perf: optimize some hot paths (ba59e30)
- perf: skip traversing types for NotGiven values (f8f5c80)
- pydantic v1: more robust ModelField.annotation check (c96c43b)
- broadly detect json family of content-type headers (6b4eda4)
- ci: add timeout thresholds for CI jobs (253270e)
- ci: only use depot for staging repos (01c88a5)
- client: minor internal fixes (e00651a)
- internal: base client updates (6a1038d)
- internal: bump pyright version (e851175)
- internal: codegen related update (f9a063f)
- internal: expand CI branch coverage (6bbf5f1)
- internal: fix list file params (f3e1d8c)
- internal: import reformatting (176a86e)
- internal: minor formatting changes (ca3dd6a)
- internal: reduce CI branch coverage (1f82860)
- internal: refactor retries to not use recursion (df55de6)
- internal: update models test (2ea55a4)
- internal: update pyright settings (8805d95)
Full Changelog: v0.0.1...v0.1.0
- fix typos (#107) (dabc9fe)
- internal: remove test without asserts (#109) (89fd178)
- internal: slight transform perf improvement (#110) (85f6c31)
Full Changelog: v0.1.0-beta.11...v0.0.1
- ci: ensure pip is always available (#103) (1860732)
- ci: remove publishing patch (#104) (d989ea3)
- types: handle more discriminated union shapes (#102) (abe344f)
- internal: bump rye to 0.44.0 (#101) (1e457b2)
- internal: codegen related update (#100) (5e997a0)
- internal: remove extra empty newlines (#98) (6038058)
Full Changelog: v0.1.0-beta.10...v0.1.0-beta.11
- docs: update client docstring (#93) (3c539d6)
- internal: properly set pydantic_private (#91) (ae9843e)
- internal: remove unused http client options forwarding (#94) (5f788da)
- revise readme docs about nested params (#95) (3d889f3)
- update URLs from stainlessapi.com to stainless.com (#92) (1c5b479)
Full Changelog: v0.1.0-beta.9...v0.1.0-beta.10
Full Changelog: v0.1.0-beta.8...v0.1.0-beta.9
- api: api update (#82) (c2b468e)
- client: allow passing
NotGivenfor body (#81) (5634d78) - client: send
X-Stainless-Read-Timeoutheader (#75) (9c82e52)
- asyncify on non-asyncio runtimes (#79) (5dc2c1e)
- client: mark some request bodies as optional (5634d78)
- internal: bummp ruff dependency (#73) (549e327)
- internal: change default timeout to an int (#72) (571a926)
- internal: fix type traversing dictionary params (#76) (f116d3d)
- internal: minor type handling changes (#77) (f5a1ec4)
- internal: update client tests (#78) (03074e5)
- internal: update client tests (#80) (e076ecf)
Full Changelog: v0.1.0-beta.7...v0.1.0-beta.8
- reuse model in pagination items type (#67) (705b3a1)
- tests: make test_get_platform less flaky (#65) (2e1099d)
- internal: avoid pytest-asyncio deprecation warning (#66) (243f123)
- internal: codegen related update (#62) (c6f2f2e)
- internal: codegen related update (#68) (c9074c4)
- internal: minor formatting changes (#69) (a97c037)
Full Changelog: v0.1.0-beta.6...v0.1.0-beta.7
Full Changelog: v0.1.0-beta.5...v0.1.0-beta.6
Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5
Full Changelog: v0.1.0-beta.3...v0.1.0-beta.4
- internal: add support for TypeAliasType (#32) (0539c09)
- internal: bump pydantic dependency (#28) (ccc5a69)
- internal: bump pyright (#31) (bb33e00)
- internal: codegen related update (#33) (2e62e96)
- internal: codegen related update (#34) (f2ebab8)
- internal: codegen related update (#35) (3aa860b)
- internal: codegen related update (#36) (f6aecb1)
- internal: codegen related update (#37) (5b3c70d)
- internal: codegen related update (#40) (8aa7cf3)
- internal: codegen related update (#41) (d41eef3)
- internal: codegen related update (#42) (6407dff)
- internal: codegen related update (#43) (e0fe5f3)
- internal: codegen related update (#44) (fd3e1f0)
- internal: codegen related update (#45) (2e0dd7a)
- internal: fix some typos (#39) (94af0f4)
- readme: example snippet for client context manager (#38) (56a0b13)
- readme: fix http client proxies example (#30) (2dc1f98)
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2
- internal: codegen related update (#18) (264d442)
- internal: exclude mypy from running on tests (#20) (2d4a38d)
- rebuild project due to codegen change (#12) (c49b406)
- rebuild project due to codegen change (#14) (1ab28ec)
- rebuild project due to codegen change (#15) (60da75c)
- rebuild project due to codegen change (#16) (f0f9386)
- rebuild project due to codegen change (#17) (dcfc0ea)
- remove now unused
cached-propertydep (#19) (c65914b)
Full Changelog: v0.0.1-beta.5...v0.1.0-beta.1
Full Changelog: v0.1.0-alpha.4...v0.0.1-beta.5
- api: api update (#1) (d82690c)
- api: api update (#5) (479c65e)
- api: api update (#6) (63a57ce)
- api: update via SDK Studio (1e795e9)
- api: update via SDK Studio (8b3ef90)
- api: update via SDK Studio (cbc5172)
- api: update via SDK Studio (7b8d7ef)
- api: update via SDK Studio (0135328)
- api: update via SDK Studio (c634859)
- api: update via SDK Studio (0a43c36)
- api: update via SDK Studio (3a652a0)
- api: update via SDK Studio (06f1dc8)
- api: update via SDK Studio (a87eac4)
- api: update via SDK Studio (61c5f16)
- api: update via SDK Studio (e64a35b)
- api: update via SDK Studio (449f1df)
- api: update via SDK Studio (0f73613)
- api: update via SDK Studio (a3f8239)
- api: update via SDK Studio (dbc2f92)
- api: update via SDK Studio (a1ed364)
- api: update via SDK Studio (f4c745b)
- api: update via SDK Studio (#5) (5e0fc94)
- api: update via SDK Studio (#8) (0fdd07e)
- client: add
retry_countto raw response class (8786acf)
- ci: also run pydantic v1 tests (d79f6be)
- client: fix parsing union responses when non-json is returned (a852365)
- configure new SDK language (09244a4)
- go live (#1) (9b221cb)
- internal: add support for parsing bool response content (6ce6439)
- internal: bump pyright (db73196)
- internal: codegen related update (7161529)
- internal: codegen related update (fc0a10c)
- internal: codegen related update (f1a182e)
- internal: codegen related update (d8c8d2a)
- internal: codegen related update (e2bcc9f)
- internal: test updates (a64fbb9)
- update SDK settings (#3) (db4a74c)
- update SDK settings (#7) (7887d28)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1
- api: update via SDK Studio (1e795e9)
- api: update via SDK Studio (8b3ef90)
- api: update via SDK Studio (cbc5172)
- api: update via SDK Studio (7b8d7ef)
- api: update via SDK Studio (0135328)
- api: update via SDK Studio (c634859)
- api: update via SDK Studio (0a43c36)
- api: update via SDK Studio (3a652a0)
- api: update via SDK Studio (06f1dc8)
- api: update via SDK Studio (a87eac4)
- api: update via SDK Studio (61c5f16)
- api: update via SDK Studio (e64a35b)
- api: update via SDK Studio (449f1df)
- api: update via SDK Studio (0f73613)
- api: update via SDK Studio (a3f8239)
- api: update via SDK Studio (dbc2f92)
- api: update via SDK Studio (a1ed364)
- api: update via SDK Studio (f4c745b)
- client: add
retry_countto raw response class (8786acf)
- ci: also run pydantic v1 tests (d79f6be)
- client: fix parsing union responses when non-json is returned (a852365)
- configure new SDK language (09244a4)
- go live (#1) (9b221cb)
- internal: add support for parsing bool response content (6ce6439)
- internal: bump pyright (db73196)
- internal: codegen related update (7161529)
- internal: codegen related update (fc0a10c)
- internal: codegen related update (f1a182e)
- internal: codegen related update (d8c8d2a)
- internal: codegen related update (e2bcc9f)
- internal: test updates (a64fbb9)
- update SDK settings (#3) (db4a74c)