Releases: riza-io/riza-api-python
Releases · riza-io/riza-api-python
v0.12.0
0.12.0 (2025-06-29)
Full Changelog: v0.11.0...v0.12.0
Features
- api: api update (345e02a)
- api: api update (54b8081)
- api: api update (ab3a1f5)
- api: api update (333d168)
- client: add follow_redirects request option (729c66e)
- client: add support for aiohttp (b433926)
Bug Fixes
- client: correctly parse binary response | stream (2b6e46f)
- package: support direct resource imports (5a8f2bd)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (4ebdf17)
Chores
- ci: enable for pull requests (ce5b546)
- ci: fix installation instructions (dbfcc81)
- ci: upload sdks to package manager (6f15584)
- docs: grammar improvements (8254ef9)
- docs: remove reference to rye shell (e7c147b)
- docs: remove unnecessary param examples (5dc8d89)
- internal: avoid errors for isinstance checks on proxies (df06fdf)
- internal: update conftest.py (bd8931e)
- readme: update badges (9399af4)
- tests: add tests for httpx client instantiation & proxies (81ec20b)
- tests: run tests in parallel (9c06af9)
- tests: skip some failing tests on the latest python versions (afe509f)
Documentation
- client: fix httpx.Timeout documentation reference (75b4f8d)
v0.11.0
0.11.0 (2025-04-24)
Full Changelog: v0.10.0...v0.11.0
Features
- api: api update (b68056e)
- api: api update (0ae2412)
- api: api update (4257f22)
- api: api update (018f068)
- api: api update (#158) (ea3138e)
Bug Fixes
- perf: optimize some hot paths (7c9cb14)
- perf: skip traversing types for NotGiven values (6c0a72f)
- pydantic v1: more robust ModelField.annotation check (52bbcd1)
Chores
- broadly detect json family of content-type headers (3bcb079)
- ci: add timeout thresholds for CI jobs (9e8bba2)
- ci: only use depot for staging repos (aa670db)
- client: minor internal fixes (8ec6ebe)
- fix typos (#154) (df55edc)
- internal: base client updates (dcd1ef2)
- internal: bump pyright version (04a115a)
- internal: codegen related update (b2ec1bc)
- internal: expand CI branch coverage (b94f114)
- internal: fix list file params (10eaffe)
- internal: import reformatting (64f0359)
- internal: minor formatting changes (a1de223)
- internal: reduce CI branch coverage (608888f)
- internal: refactor retries to not use recursion (2dd912e)
- internal: remove trailing character (#156) (c74e986)
- internal: slight transform perf improvement (#159) (fc0bc46)
- internal: update models test (01afb3d)
- internal: update pyright settings (7c63d23)
Documentation
v0.10.0
v0.9.0
0.9.0 (2025-03-11)
Full Changelog: v0.8.0...v0.9.0
Features
- api: api update (#133) (f3fd506)
- api: api update (#136) (9095362)
- api: api update (#141) (b0ff99a)
- client: allow passing
NotGivenfor body (#134) (b5a1ab9) - client: send
X-Stainless-Read-Timeoutheader (#127) (d2629cf)
Bug Fixes
- asyncify on non-asyncio runtimes (#132) (ce5e5b0)
- client: mark some request bodies as optional (b5a1ab9)
Chores
- docs: update client docstring (#139) (f897bc5)
- internal: fix devcontainers setup (#135) (cc94121)
- internal: fix type traversing dictionary params (#129) (8cfb90d)
- internal: minor type handling changes (#130) (778f16d)
- internal: properly set pydantic_private (#137) (ad8f1bb)
- internal: remove unused http client options forwarding (#140) (91eb039)
- internal: update client tests (#131) (3e9339e)
Documentation
v0.8.0
v0.7.0
v0.6.0
v0.5.0
0.5.0 (2025-01-10)
Full Changelog: v0.4.0...v0.5.0
Features
Bug Fixes
- client: only call .close() when needed (#99) (2f1bc2d)
- correctly handle deserialising
clsfields (#104) (3dcd14e)
Chores
- add missing isclass check (#96) (eb92ef8)
- client: simplify
Optional[object]to justobject(#95) (3f86041) - internal: bump httpx dependency (#97) (a68c310)
- internal: codegen related update (#101) (cc3e865)
- internal: codegen related update (#93) (f5ad741)
Documentation
v0.4.0
0.4.0 (2024-12-18)
Full Changelog: v0.3.0...v0.4.0
Features
Chores
- internal: add support for TypeAliasType (#81) (0316272)
- internal: bump pydantic dependency (#77) (d92850c)
- internal: bump pyright (#80) (dc28972)
- internal: codegen related update (#82) (0f68452)
- internal: codegen related update (#83) (35024d0)
- internal: codegen related update (#84) (56c8c66)
- internal: codegen related update (#87) (52e2d7c)
- internal: fix some typos (#86) (1e56043)
- internal: fix some typos (#88) (75db94a)
Documentation
v0.3.0
0.3.0 (2024-12-04)
Full Changelog: v0.2.0...v0.3.0
Features
Bug Fixes
- asyncify: avoid hanging process under certain conditions (#67) (21f1add)
- client: compat with new httpx 0.28.0 release (#72) (23c7fc1)
Chores
- internal: bump pyright (#74) (cf46ef4)
- internal: exclude mypy from running on tests (#71) (eb486dd)
- internal: fix compat model_dump method when warnings are passed (#68) (97dfabe)
- make the
Omittype public (#75) (fb119ae) - rebuild project due to codegen change (#63) (ddd46bc)
- rebuild project due to codegen change (#66) (d9dc13d)
- remove now unused
cached-propertydep (#70) (767194b)