Releases: aio-libs/aiohttp-devtools
Releases · aio-libs/aiohttp-devtools
v0.10.3
- remove
loop
argument from run_app()
, #206
- uprev dependencies
v0.10.1
- fix logging with
runserver
#193
v0.10
- allow async app factories #185
- uprev to aiohttp 3.2.0 min #187
- revert runserver to use a separate process #188
v0.9
- deep reload for for better auto-reloading #181
v0.8
- complete rewrite for aiohttp >= 3 stop using multiprocessing #173
- update required packages #171
v0.7.1
- set
Access-Control-Allow-Origin
for static files, #169
v0.7
- use
static_root_url
on with --static
option #170
- fix
unquote
import #167
v0.6.4
- fix loop usage to work with uvloop, #158
v0.6.3
- add
livereload.js
to release package
v0.6.2
- fix loop pickling regression in #150 #154
- cleanup termination with uvloop #154