Changelog
=========

v0.3.0 (2020-08-20)
-------------------

* Added configurable grace period before shutting down
* Exceptions now have a common superclass
* Switched async Redis driver from aioredis to aredis
* Adopted AnyIO for better async primitives

v0.2.4 (2020-07-03)
-------------------

* Fixed multiprocessing bug for thread listener

v0.2.3 (2020-07-02)
-------------------

* Bump pydantic major version

v0.2.2 (2020-07-02)
-------------------

* Bump structlog major version

v0.2.1 (2020-07-02)
-------------------

* Improved testing for CPU-bound tasks

v0.2.0 (2020-06-14)
-------------------

* Added Python 3.8 support

v0.1.2 (2019-10-06)
-------------------

* Fixed typo maintenence -> maintenance

v0.1.1 (2019-10-03)
-------------------

* Fixed CLI and autodiscovery bugs

v0.1.0 (2019-10-03)
-------------------

* Initial release