Full Changelog: v5.4.0...v5.5.0
- api: add test set api (cf653ef)
- api: api update (d7a73bc)
- clean up environment call outs (6002d27)
- client: add follow_redirects request option (b22320b)
- client: add support for aiohttp (292b89e)
- ci: correct conditional (b23a053)
- ci: release-doctor — report correct token name (71f15b7)
- client: correctly parse binary response | stream (5568773)
- client: don't send Content-Type header on GET requests (41feabc)
- docs/api: remove references to nonexistent types (7d673d4)
- pagination: correct next page check (03552e7)
- parsing: correctly handle nested discriminated unions (5fcaeb7)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (3036c4b)
- ci: change upload type (267f707)
- ci: enable for pull requests (a6636e7)
- ci: only run for pushes and fork pull requests (f5756ca)
- docs: remove reference to rye shell (9fc4749)
- docs: remove unnecessary param examples (d2875f3)
- internal: bump pinned h11 dep (cb54577)
- internal: codegen related update (c281941)
- internal: codegen related update (65ea7c5)
- internal: update conftest.py (f06435d)
- package: mark python 3.13 as supported (e1a20f7)
- readme: fix version rendering on pypi (e05e6e5)
- readme: update badges (bc28102)
- tests: add tests for httpx client instantiation & proxies (c620e09)
- tests: run tests in parallel (9d9d65e)
- tests: skip some failing tests on the latest python versions (188abef)
- client: fix httpx.Timeout documentation reference (482e328)
Full Changelog: v5.3.1...v5.4.0
- api: api update (84767d7)
- api: api update (558ab83)
- api: api update (07d802a)
- api: api update (18a5eaf)
- api: api update (dc90fe3)
- api: api update (8fda6da)
- api: api update (8cfc989)
- api: api update (317b682)
- package: support direct resource imports (e082d60)
- perf: optimize some hot paths (4ce95f7)
- perf: skip traversing types for NotGiven values (00250bb)
- pydantic v1: more robust ModelField.annotation check (c16373d)
- broadly detect json family of content-type headers (3bff15d)
- ci: add timeout thresholds for CI jobs (f51cedc)
- ci: fix installation instructions (02f7bb0)
- ci: only use depot for staging repos (6c155eb)
- ci: upload sdks to package manager (ed6c603)
- client: minor internal fixes (b4af709)
- docs: grammar improvements (8f09ac8)
- internal: avoid errors for isinstance checks on proxies (79c1774)
- internal: base client updates (7e7f8c5)
- internal: bump pyright version (b56ec6c)
- internal: codegen related update (3719d1b)
- internal: fix list file params (12bba1b)
- internal: import reformatting (bb1b5a8)
- internal: minor formatting changes (1f83169)
- internal: refactor retries to not use recursion (af64ff0)
- internal: update models test (4e84f01)
- internal: update pyright settings (c1a4b25)
Full Changelog: v5.3.0...v5.3.1
- api: update default base_url (85ff425)
Full Changelog: v5.2.0...v5.3.0
- api: api update (#187) (645b80a)
- api: api update (#188) (ebd0446)
- api: api update (#190) (fabff6d)
- api: api update (#191) (0270755)
- api: api update (#192) (d6d57bc)
- api: api update (#196) (addbcf9)
- fix typos (#189) (f294618)
- internal: codegen related update (#195) (fb83cf4)
- internal: minor test fixes (#193) (4483c2f)
- internal: remove trailing character (#194) (27b9d4f)
- internal: slight transform perf improvement (#197) (1f09d5b)
- remove custom code (746f693)
- slight wording improvement in README (#199) (9424bae)
- tests: improve enum examples (#198) (133aa56)
Full Changelog: v5.1.0...v5.2.0
Full Changelog: v5.0.0...v5.1.0
- Update publish-pypi.yml (dd3bc4d)
Full Changelog: v4.7.0...v5.0.0
- remove custom code (c1a8142)
Full Changelog: v4.6.0...v4.7.0
Full Changelog: v4.5.0...v4.6.0
- api: api update (#144) (668a25d)
- api: manual updates (#167) (06c63d2)
- api: manual updates (#168) (8990ba9)
- client: allow passing
NotGivenfor body (#155) (153f86b) - client: send
X-Stainless-Read-Timeoutheader (#149) (2bbef8d)
- asyncify on non-asyncio runtimes (#153) (92577a2)
- client: mark some request bodies as optional (153f86b)
- improve names for conflicting params (#148) (3f9650f)
- types: handle more discriminated union shapes (#166) (850d425)
- docs: update client docstring (#159) (5a0da4d)
- internal: bummp ruff dependency (#147) (9638e50)
- internal: bump rye to 0.44.0 (#165) (5ead610)
- internal: change default timeout to an int (#146) (f418605)
- internal: codegen related update (#138) (e70fbf4)
- internal: codegen related update (#141) (56d0462)
- internal: codegen related update (#154) (2242fad)
- internal: codegen related update (#164) (1cb3903)
- internal: fix devcontainers setup (#156) (944423e)
- internal: fix type traversing dictionary params (#150) (0caeb28)
- internal: minor formatting changes (#143) (a4ac34f)
- internal: minor style changes (#142) (cb5834c)
- internal: minor type handling changes (#151) (67e6469)
- internal: properly set pydantic_private (#157) (30a260f)
- internal: remove extra empty newlines (#163) (d8b30ce)
- internal: remove unused http client options forwarding (#160) (298eb9c)
- internal: update client tests (#152) (02af016)
- raw responses: fix duplicate
the(#140) (5580989) - revise readme docs about nested params (#161) (c4a4e34)
- update URLs from stainlessapi.com to stainless.com (#158) (a8ee0e2)
Full Changelog: v4.4.0...v4.5.0
- type hint in custom code (643d5c2)
Full Changelog: v4.3.0...v4.4.0
Full Changelog: v4.2.0...v4.3.0
- Update datasources.py (d4618e4)
Full Changelog: v4.1.0...v4.2.0
Full Changelog: v4.0.0...v4.1.0
- Update datasources.py (bdb8ad1)
Full Changelog: v3.14.0...v4.0.0
- api: better support union schemas with common properties (#116)
Full Changelog: v3.13.0...v3.14.0
- patch create_from_file and add_file_and_update_meta (92ed0da)
Full Changelog: v3.12.0...v3.13.0
Full Changelog: v3.11.0...v3.12.0
- api: api update (#100) (5a7a7bf)
- api: api update (#101) (cdea94b)
- api: api update (#98) (a79bc2e)
- api: api update (#99) (f26d038)
- api: support file management, prolong timeout (#102) (c38851f)
Full Changelog: v3.10.0...v3.11.0
Full Changelog: v3.9.0...v3.10.0
Full Changelog: v3.8.0...v3.9.0
- api: add model groups (#87) (c3aee20)
- api: api update (#81) (60bc504)
- api: api update (#86) (07ca394)
- internal: codegen related update (#83) (b0e0f6f)
- internal: codegen related update (#84) (1734cd8)
- internal: fix some typos (#85) (f6b99d8)
Full Changelog: v3.7.0...v3.8.0
Full Changelog: v3.6.0...v3.7.0
- api: api update (#66) (6594f10)
- api: api update (#68) (5fe3dcb)
- api: api update (#73) (76b3810)
- api: manual updates (#74) (2735ed4)
- internal: add support for TypeAliasType (#70) (c0046ed)
- internal: bump pyright (#69) (3bd5327)
- internal: codegen related update (#71) (ef36085)
- internal: codegen related update (#72) (6a363c3)
Full Changelog: v3.5.0...v3.6.0
- api: api update (#56) (85f14bf)
- api: api update (#58) (d8e87aa)
- api: api update (#60) (d2fde2c)
- api: api update (#61) (b2a2931)
- api: api update (#62) (9a0ade8)
- internal: bump pydantic dependency (#63) (73e26c6)
- internal: bump pyright (#57) (a4d4a4c)
- internal: codegen related update (#52) (5ca5165)
- internal: codegen related update (#64) (aa903ed)
- internal: exclude mypy from running on tests (#54) (3e6ef7b)
- make the
Omittype public (#59) (ebaba2d)
Full Changelog: v3.4.0...v3.5.0
Full Changelog: v3.3.0...v3.4.0
Full Changelog: v3.2.0...v3.3.0
- api: api update (#31) (268e767)
- api: api update (#33) (5a4660f)
- api: api update (#34) (5db3b77)
- api: api update (#35) (3d90aa2)
- api: api update (#36) (9433649)
- api: api update (#39) (0e888dd)
- api: api update (#40) (7d4f6fb)
- api: api update (#41) (95f8c27)
- api: api update (#42) (1e6ad9f)
- api: manual updates (#43) (f58065b)
- api: manual updates (#44) (8e6183c)
- rebuild project due to codegen change (#37) (3da94d2)
- rebuild project due to codegen change (#38) (34b494d)
Full Changelog: v3.1.0...v3.2.0
- api: api update (#15) (0bd4771)
- api: api update (#17) (6e24354)
- api: api update (#18) (8492bb7)
- api: api update (#19) (e9ffbf7)
- api: api update (#20) (eb8d8c1)
- api: api update (#23) (6527b96)
- api: api update (#24) (83045c6)
- api: api update (#27) (c16037f)
- api: manual updates (#28) (a75217e)
- api: manual updates (#29) (35884cc)
- rebuild project due to codegen change (#21) (911dd76)
- rebuild project due to codegen change (#22) (9df1755)
- rebuild project due to codegen change (#25) (c5804aa)
- rebuild project due to codegen change (#26) (6db974f)
Full Changelog: v3.0.0...v3.1.0
- api: api update (#10) (4cbdddc)
- api: api update (#11) (f8e9649)
- api: api update (#12) (8ac4185)
- api: api update (#13) (c7f3137)
- api: api update (#7) (230366d)
- api: api update (#8) (234cd71)
- api: api update (#9) (0956b01)
Full Changelog: v0.0.1-alpha.0...v3.0.0