Skip to content

Releases: aio-libs/aiohttp-devtools

1.1.2

07 Dec 17:02
528a7f6
Compare
Choose a tag to compare
  • Improved reliability of reloads by delaying multiple reloads until the browser has
    reconnected, and increasing the period of time to gather filesystem changes.

1.1.1

19 Nov 16:26
859687f
Compare
Choose a tag to compare
  • Use aiohttp.web.AppKey to avoid warnings on aiohttp 3.9.

v1.1

30 Jun 18:58
3ad02ba
Compare
Choose a tag to compare
  • Display a list of available files in the static handler when serving a 404 error.
  • Add no-cache headers to disable browser caching (can be disabled with --browser-cache).
  • Improved reliability of live reload by waiting up to 15 seconds (previously 2) for the app to restart and allowing the browser to reconnect when multiple files change quickly.
  • Fixed unclean shutdowns on Windows by introducing a shutdown by endpoint method (Windows doesn't work with the default signals method).
  • Changed to run with asyncio.Runner on Python 3.11+ (apparently fixing an issue with reloads on Windows).
  • Rewrote the package name dynamically to match the app's name (e.g. used in aiohttp-admin as a default admin title).
  • Migrated from watchdog dependency to the newer watchfiles.

v1.0.post0

31 Dec 20:45
336b9fa
Compare
Choose a tag to compare
  • Fix missing JS files in release process

v1.0

31 Dec 16:09
b7f3850
Compare
Choose a tag to compare
  • Add support for passing arguments to the application, like adev runserver [adev-args] project -- [project-args]
  • Remove start command (take a look at create-aio-app for an alternative).
  • Remove debugtoolbar integration (it must be installed manually now).
  • Fix an error when reloading a file not in the static path.
  • Fix app cleanup not running is some situations.
  • Fix static URLs in subapps.
  • Fix support for aiohttp 3.8+.

v0.13.1

19 Jun 11:19
Compare
Choose a tag to compare

re-enable support for alternative loops, #238

v0.13

21 May 16:51
689f35f
Compare
Choose a tag to compare
  • greatly simplify the start command, #233
  • disable coloured output on windows, #234
  • fix adev serve ..., #235

v0.12

20 Feb 11:54
Compare
Choose a tag to compare
  • fix tests for python 3.7, #218
  • fix tests for aiohttp >= 3.5, #223
  • rebuild logging with coloured tracebacks and request & response details, #221

v0.11

07 Dec 20:46
Compare
Choose a tag to compare
  • use --root as base directory for watching if it's set, #209
  • add MutableValue to avoid aiohttp warnings, #215
  • improved logging including request time, #217
  • remove aiohttp_debugtoolbar as a requirement, improve CI, #216
  • uprev dependencies

v0.10.4

19 Nov 12:38
Compare
Choose a tag to compare
  • fix conflict with click checks that prevented the --root flag working properly, #206
  • uprev dependencies