- First non-beta release - Support ``aiohttp`` 3.0 version
0.1.0b2
--------------------
- New ``shield_middleware`` to wrap request handler into `asyncio.shield <https://docs.python.org/3/library/asyncio-task.html#asyncio.shield>`_ helper before execution - Allow to match URL by regexp for shield/timeout middleware
0.1.0b1
--------------------
- New ``https_middleware`` to allow use proper scheme in ``request.url``, when deploying aiohttp behind reverse proxy with enabled HTTPS - Allow passing dict of URLs with list methods to flex process of matching request ignored to wrapping into timeout context manager
0.1.0a2
--------------------
- Rename ``timeout_middleware_factory`` to ``timeout_middleware``