Release Notes - Version 2.0.0
Major Release: Full Async/Await Migration
- All API methods are now async and require
await
- Must use
async with
for ApiClient - Not backwards compatible with v1.x
🚄 Performance Improvements
- 3-5x faster queue operations
- Migrated from urllib3 to aiohttp
- Concurrent API calls support
Full Changelog: 1.0.0...2.0.0