All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Updated the supported version of httpx
- Changed the close behaviour of AsyncHTTPRequest to use
aclose()
rather thanclose()
as per (https://www.python-httpx.org/async/#opening-and-closing-clients)
- Added Server-side Experiments alias [issues-4]
- Added support of python 3.8, 3.9
- Removed support of python 3.6
- Fixed documentation.
- First release.