* 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)
0.5.2
------------------
* **server:** Improve inner beauty (code readability) * **server:** Improve reliability and portability of worker-to-main interrupts