Skip to content

Releases: keboola/python-http-client

1.2.0

19 Nov 13:18
7891b0d

Choose a tag to compare

What's Changed

  • Feature/async retry by @kudj in #13
  • Add license by @ujovlado in #7
  • CFT-3212 - Feature/async by @kudj, @soustruh in #9
    • New AsyncHttpClient built on httpx with the same interface as the sync client
    • Built-in rate limiting via aiolimiter
    • Same retry logic, error handling, and parameter merging as the sync client
    • Comprehensive async test suite with proper mock handling
    • Updated README with async examples and usage patterns
    • Modernization (migrated from setup.py to pyproject.toml, added uv for dependency management)

New Contributors

Full Changelog: 1.0.1...1.2.0

1.0.4

03 Oct 13:37

Choose a tag to compare

1.0.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.4

v1.0.1

05 Dec 13:53
1cfed14

Choose a tag to compare

Merge pull request #11 from keboola/fix/package-version-in-setup

version in setup.py changed to latest

v1.0.0

27 Jan 11:40
c05da80

Choose a tag to compare

Original internal HTTP library refactored