Skip to content

v1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 18:58
· 78 commits to master since this release
3ad02ba
  • 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.