All Versions
18
Latest Version
Avg Release Cycle
89 days
Latest Release
1090 days ago

Changelog History
Page 2

  • v1.13.0 Changes

    July 13, 2018
    • ๐Ÿ›  Fix support to latest aiohttp version (3.3.2).
    • ๐Ÿ›  Fix content-type bug in aiohttp stub.
    • Properly save URL with query params properly when using aiohttp.
  • v1.12.0 Changes

    May 21, 2018
    • ๐Ÿ›  Fix support to latest aiohttp version (3.2.1)
    • Adapted setup to PEP508
    • ๐Ÿ‘Œ Support binary responses on aiohttp
    • โฌ‡๏ธ Dropped support for EOL python versions (2.6 and 3.3)
  • v1.11.1

    May 28, 2017
  • v1.11.0 Changes

    May 02, 2017

    ๐Ÿ‘ Allow injection of persistence methods + bugfixes (thanks @j-funk and @IvanMalison)
    ๐Ÿ‘Œ Support python 3.6 + CI tests (thanks @derekbekoe and @graingert)
    ๐Ÿ‘Œ Support pytest-asyncio coroutines (thanks @graingert)

  • v1.10.5 Changes

    January 12, 2017
    • โž• Added a fix to httplib2 (thanks @carlosds730)
    • ๐Ÿ›  Fix an issue with aiohttp (thanks @madninja)
    • โž• Add missing requirement yarl (thanks @lamenezes),
    • โœ‚ Remove duplicate mock triple (thanks @FooBarQuaxx)
  • v1.10.3

    October 02, 2016
  • v1.10.1

    September 12, 2016
  • v1.10.0 Changes

    August 14, 2016

    ๐Ÿ‘ vcr.py now supports aiohttp!