Skip to content

Releases: riza-io/riza-api-python

v0.8.0

05 Feb 20:11
9862e76
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.2.0

07 Nov 18:00
212afa5
Compare
Choose a tag to compare

0.2.0 (2024-11-07)

Full Changelog: v0.1.1...v0.2.0

Features

v0.1.1

06 Nov 23:06
4af7d60
Compare
Choose a tag to compare

0.1.1 (2024-11-06)

Full Changelog: v0.1.0-alpha.10...v0.1.1

Features

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#46) (4c7fd4f)

Chores

  • add repr to PageInfo class (#47) (67459c0)
  • internal: add support for parsing bool response content (#44) (d908040)
  • internal: codegen related update (#43) (aa685cb)
  • rebuild project due to codegen change (#52) (c96d6bc)
  • rebuild project due to codegen change (#55) (6a4c4a5)

v0.1.0-alpha.10

08 Oct 18:41
f14001e
Compare
Choose a tag to compare
v0.1.0-alpha.10 Pre-release
Pre-release

0.1.0-alpha.10 (2024-09-18)

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

Chores

v0.1.0-alpha.9

13 Sep 22:40
e129a9d
Compare
Choose a tag to compare
v0.1.0-alpha.9 Pre-release
Pre-release

0.1.0-alpha.9 (2024-09-13)

Full Changelog: v0.1.0-alpha.8...v0.1.0-alpha.9

Features

  • api: OpenAPI spec update via Stainless API (#33) (da968f6)

Chores

  • add docstrings to raw response properties (#35) (3296fbc)
  • ci: limit release doctor target branches (#29) (4c0b46c)
  • docs: document how to do per-request http client customization (#28) (15f7718)
  • internal: codegen related update (#34) (213c89e)
  • internal: codegen related update (#37) (31ce301)
  • internal: refactor release doctor script (#31) (afaf9cf)
  • remove custom code (1086ca7)
  • tests: update prism version (#32) (82c2c7d)

Documentation

  • readme: add section on determining installed version (#36) (81fec16)
  • update CONTRIBUTING.md (#38) (5f9e19c)