Skip to content

HTTPX support! And several aiohttp bugfixes and improvements.

Compare
Choose a tag to compare
@kevin1024 kevin1024 released this 31 Jul 14:44
· 308 commits to master since this release
  • 4.1.0
    • Add support for httpx!! (thanks @herdigiorgi)
    • Add the new allow_playback_repeats option (thanks @tysonholub)
    • Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks @pauloromeira)
    • Use enums for record modes (thanks @aaronbannin)
    • Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs)
    • Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique)