Releases: keboola/python-http-client
Releases · keboola/python-http-client
1.2.0
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
- @kudj made their first contribution in #13
- @ujovlado made their first contribution in #7
- @soustruh made their first contribution in #9
Full Changelog: 1.0.1...1.2.0