- Locking httpx version below 0.8.0 (thanks @patcon).
- Simplify httpx timeout handling (thanks @daneoshiga).
- Major release.
- Use httpx instead of aiohttp and requests.
- Drop python 3.5.
- Add support for disable certificate validation (thanks @rfrp).
- Prevent urls with double slashes.
- Fix api_root_url without trailing slash (thanks @dspechnikov).
- Fix JSONDecodeError when processing empty server responses (thanks @zmbbb).
- Change log level for async requests (thanks @kwarunek).
- Add new exceptions: AuthError and NotFoundError.
- Add request.kwargs support.
- Add client_response in Response object.
- Add asyncio support (aiohttp).
- Add MANIFEST.in (fix install by pip).
- Initial release.