Version 0.13.4
0.13.4 (June 9th, 2021)
Added
- Improved error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. (Pull ##354)
Fixed
- Switched to
anyio
as the default backend implementation when running withasyncio
. Resolves some awkward TLS timeout issues.