* Support py3.11 (142) * Support toml config (136) * Detect inactive path in get_object (144) * Fix warnings with get_object (143) * Config KeyError with full path (145) * Separated logger for named signal (160) * Add param raises to Context.wait_all (161) * Signal raises error (162) * Add connect_timeout and sent_start to Context (163)
0.21.1
-------------------
* Check awaitable for non coro from cython (127)
0.21
-----------------
* 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