Full Changelog: v0.1.0-alpha.33...v0.1.0-alpha.34
Full Changelog: v0.1.0-alpha.32...v0.1.0-alpha.33
- compat with Python 3.14 (0ec7ffd)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (1225af1)
- package: drop Python 3.8 support (b5ef513)
Full Changelog: v0.1.0-alpha.31...v0.1.0-alpha.32
- api: api update (e8c8537)
- client: close streams without requiring full consumption (b5a889c)
- internal/tests: avoid race condition with implicit client cleanup (8f06048)
- internal: grammar fix (it's -> its) (9d4a431)
Full Changelog: v0.1.0-alpha.30...v0.1.0-alpha.31
- api: add create from template (bb733b1)
- api: api update (1481cd8)
- api: api update (5468580)
- api: api update (766e331)
- api: api update (377dc6b)
- api: api update (321392c)
- bump
httpx-aiohttpversion to 0.1.9 (666f855)
Full Changelog: v0.1.0-alpha.29...v0.1.0-alpha.30
- api: api update (5116aea)
- api: api update (f62cb7c)
- api: api update (cb2c6ed)
- api: api update (c515d78)
- internal: detect missing future annotations with ruff (8e2cc28)
Full Changelog: v0.1.0-alpha.28...v0.1.0-alpha.29
- api: add /detect to accessible routes (73dd089)
- do not install brew dependencies in ./scripts/bootstrap by default (a8f1181)
Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28
- api: api update (dc0a0cc)
Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27
- api: api update (7075aca)
- api: api update (54beb02)
- api: api update (16ec26b)
- api: api update (9a65cae)
- api: api update (7ccf252)
- internal: update pydantic dependency (2c0bd75)
- tests: simplify
get_platformtest (1c03b05) - types: change optional parameter type from NotGiven to Omit (5cd7ee0)
Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26
- api: api update (3b745af)
- api: api update (9bb8f17)
- api: api update (ecbda1c)
- api: api update (4151cf2)
- api: api update (cfc87fb)
- api: manual updates (5a4e424)
- improve future compat with pydantic v3 (d9ffa38)
- types: replace List[str] with SequenceNotStr in params (07bdde8)
- avoid newer type syntax (7a7b9a3)
- internal: add Sequence related utils (ead0105)
- internal: change ci workflow machines (052599a)
- internal: move mypy configurations to
pyproject.tomlfile (6285dbe) - internal: update pyright exclude list (cc58363)
Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25
- api: add user feedback (a8394fa)
- api: api update (4bc752b)
- api: api update (d51e2a9)
- api: api update (d3a1591)
- api: api update (eddd6b2)
- api: api update (9c5d83e)
- api: api update (bdfdd70)
- api: api update (70be786)
- client: support file upload requests (370bb62)
- 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)
Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24
- api: api update (ce6d89f)
- api: api update (1a06cfc)
- api: api update (2ee8095)
- api: api update (6992031)
- api: api update (7e7caf9)
- api: api update (0a33c47)
- api: api update (575d190)
- api: api update (f55f4b7)
- api: api update (b956ce0)
- api: remove deprecated endpoint increment_queries (6b52a98)
- 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)
- 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)
Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23
- api: api update (29f65d7)
- api: api update (bc15e90)
- api: api update (75b1e81)
- api: api update (ab93d9d)
- api: api update (0207b98)
- api: api update (31096f4)
- api: api update (be06884)
- api: api update (41b210d)
- api: define pagination schemes (d36c2c7)
- api: more pagination schemes (d4d82fe)
- api: remove entries routes (e80bee9)
Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22
- tests: skip some failing tests on the latest python versions (aea4c5c)
Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21
- api: add bearer token auth (ee0e109)
- api: add new endpoints (7a72928)
- api: api update (b8729dd)
- api: api update (20a7b36)
- api: api update (425caff)
- api: api update (0a636fa)
- api: api update (8489bc7)
- api: api update (ef4acf2)
- api: api update (3a52931)
- api: api update (7bbf57a)
- api: api update (40ae04a)
- client: add follow_redirects request option (f8a8e15)
- 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)
- 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)
- client: fix httpx.Timeout documentation reference (2836ef3)
Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20
- package: support direct resource imports (09066c8)
- ci: upload sdks to package manager (6594b48)
- internal: avoid errors for isinstance checks on proxies (a1d7faf)
- internal: version bump (971e28d)
Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19
- api: add validate endpoint (099ac1b)
- api: api update (8e01ccd)
- api: api update (61fdb7a)
- api: api update (a52c74a)
- api: api update (6947764)
Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18
- 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)
Full Changelog: v0.1.0-alpha.16...v0.1.0-alpha.17
- 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)
- pydantic v1: more robust ModelField.annotation check (2db34b6)
- 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)
Full Changelog: v0.1.0-alpha.15...v0.1.0-alpha.16
- api: api update (f5c1cee)
- internal: base client updates (e7d165b)
- internal: bump pyright version (5eac17b)
- internal: version bump (9326b60)
Full Changelog: v0.1.0-alpha.14...v0.1.0-alpha.15
- api: api update (a25d003)
- api: api update (#102) (5675c9e)
- api: api update (#104) (404e013)
- api: api update (#107) (9a3564e)
- client: send all configured auth headers (#106) (772695b)
- perf: optimize some hot paths (fb1f7c1)
- perf: skip traversing types for NotGiven values (38418ad)
- 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)
Full Changelog: v0.1.0-alpha.13...v0.1.0-alpha.14
Full Changelog: v0.1.0-alpha.12...v0.1.0-alpha.13
- api: api update (#83) (b41e3bf)
- api: api update (#90) (52933f2)
- api: updates from question grouping (#93) (14da023)
- ci: ensure pip is always available (#88) (86a40cc)
- ci: remove publishing patch (#89) (674c661)
- types: handle more discriminated union shapes (#87) (ea6a942)
- fix typos (#91) (6b97689)
- internal: bump rye to 0.44.0 (#86) (e026b73)
- internal: codegen related update (#85) (7e1eaca)
- internal: remove extra empty newlines (#84) (e4b2929)
- internal: version bump (#81) (7ee4e09)
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
- api: add tlm routes (#79) (783282d)
- api: api update (#60) (f28da42)
- api: api update (#67) (5697955)
- client: allow passing
NotGivenfor body (#70) (f022d08) - client: send
X-Stainless-Read-Timeoutheader (#63) (5904ed6)
- asyncify on non-asyncio runtimes (#69) (dc7519f)
- client: mark some request bodies as optional (f022d08)
- 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)
- revise readme docs about nested params (#77) (649ec25)
- update URLs from stainlessapi.com to stainless.com (#73) (8f500b4)
Full Changelog: v0.1.0-alpha.10...v0.1.0-alpha.11
- various codegen changes (96c7551)
Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10
Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
- api: api update (#30) (13e6f7c)
- api: api update (#33) (038e1d0)
- api: update prod api url (#32) (58ef0f2)
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