* Improve support for Python 3.6/3.7 using a small compatibility module against asyncio. * func: Add `expire_after` option to `lru_cache()` function.
0.7.1
------------------
* Minor updates to the documentation
0.7.0
------------------
* Add support for Python 3.7 * **context:** Updated to work like Python 3.7 * **context:** Deprecated `AsyncContextDecorator` stuffs in Python 3.7+ * **context:** Added an alias to `contextlib.AsyncExitStack` in the standard library.
0.6.0
------------------
* Introduce a new module `aiotools.iter` with `aiter()` function which corresponds to an async version of the builtin `iter()`.
0.5.4
------------------
* **server:** Remove use of unncessary setpgrp syscall, which is also blocked by Docker's default seccomp profile!
0.5.3
------------------
* **server:** Ooops! (a finally block should have been an else block)