* Improve timeout queue (108, 109) * Improve Python 3.10 support and drop 3.6 (103) rossnomann * Add utils.random_seed and run on current process * Use yaml.SafeLoader instead of yaml.Loader * Context kwargs with instance of Entity (113) * ValueExtractor support kwargs (113) * Links between entities (112)
0.20
-----------------
* Drop support Python 3.5 * Add support Python 3.10 * add stubs by stubgen * URI impl (85) * Support run asgi on aioworkers (86) * Add default header Date to net.web (87) * Decode Content-Type: text/plain * Default key web.Application is "web" instead of "app" (88) * Fix default encode/decode charset * Add cpus factor for processes * Fix log for ContextProcessor.ready
0.19.2
-------------------
* Fix match processing key with url * Fix FileSystemStorage create dir
0.19.1
-------------------
* Revert Cache for ConfigFileLoader
0.19
-----------------
* Support run aioworkers over asgi * Cache for ConfigFileLoader * Simple repr(Context) for not interact mode * Signal logs (70) * Support py3.9 * MultiExecutorEntity * setdefault logging.version * fix concurrent supervisor.init