Skip to content

1.2.0

Latest

Choose a tag to compare

@soustruh soustruh released this 19 Nov 13:18
7891b0d

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