Skip to content

Version 0.13.4

Compare
Choose a tag to compare
@tomchristie tomchristie released this 09 Jun 11:28
· 311 commits to master since this release
5baf209

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 with asyncio. Resolves some awkward TLS timeout issues.