Skip to content

Releases: riza-io/riza-api-python

v0.12.0

29 Jun 17:21
ca34d1b

Choose a tag to compare

0.12.0 (2025-06-29)

Full Changelog: v0.11.0...v0.12.0

Features

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

24 Apr 18:59
b0ea2ea

Choose a tag to compare

0.11.0 (2025-04-24)

Full Changelog: v0.10.0...v0.11.0

Features

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

19 Mar 18:36
fe9a27f

Choose a tag to compare

0.10.0 (2025-03-17)

Full Changelog: v0.9.0...v0.10.0

Features

Bug Fixes

Chores

v0.9.0

12 Mar 00:47
3b63a88

Choose a tag to compare

0.9.0 (2025-03-11)

Full Changelog: v0.8.0...v0.9.0

Features

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

  • revise readme docs about nested params (#142) (ad0478e)
  • update URLs from stainlessapi.com to stainless.com (#138) (b3146ea)

v0.8.0

05 Feb 20:11
9862e76

Choose a tag to compare

0.8.0 (2025-02-04)

Full Changelog: v0.7.0...v0.8.0

Features

Chores

  • internal: change default timeout to an int (#124) (0cc525c)
  • internal: minor formatting changes (#118) (61fdf26)

v0.7.0

23 Jan 20:11
084de25

Choose a tag to compare

0.7.0 (2025-01-23)

Full Changelog: v0.6.0...v0.7.0

Features

Bug Fixes

  • reuse model in pagination items type (#111) (6472cde)

Chores

v0.6.0

16 Jan 22:32
a342459

Choose a tag to compare

0.6.0 (2025-01-16)

Full Changelog: v0.5.0...v0.6.0

Features

v0.5.0

15 Jan 07:23
2b5baae

Choose a tag to compare

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 cls fields (#104) (3dcd14e)

Chores

  • add missing isclass check (#96) (eb92ef8)
  • client: simplify Optional[object] to just object (#95) (3f86041)
  • internal: bump httpx dependency (#97) (a68c310)
  • internal: codegen related update (#101) (cc3e865)
  • internal: codegen related update (#93) (f5ad741)

Documentation

v0.4.0

19 Dec 00:05
cec1eab

Choose a tag to compare

0.4.0 (2024-12-18)

Full Changelog: v0.3.0...v0.4.0

Features

Chores

Documentation

  • readme: example snippet for client context manager (#85) (6154b28)
  • readme: fix http client proxies example (#79) (8f08d2b)

v0.3.0

05 Dec 07:34
0eb8d48

Choose a tag to compare

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 Omit type public (#75) (fb119ae)
  • rebuild project due to codegen change (#63) (ddd46bc)
  • rebuild project due to codegen change (#66) (d9dc13d)
  • remove now unused cached-property dep (#70) (767194b)

Documentation