Releases: aioworkers/aioworkers-aiohttp
Releases · aioworkers/aioworkers-aiohttp
0.6
- Application.make_handler(...) is deprecated, use AppRunner API instead (#4)
- support arg --port
- move app.access_log to http.access_log
- improve plugin interface
0.5
- WebServer with aiohttp.web.AppRunner
0.4
- support immutable config
- set signals
0.3
- added
prefix
param to resources
- added
cors
param to router
- replace
base
param for spec to prefix
- move param
access_log_format
to Application
- added param
access_log_class
to Application
0.2.1
- Fix support aiohttp 3.0.X
- Default values of port, host and access_log_format set by web.run_app