You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
.. towncrier release notes start
2
2
3
+
1.1 (2023-06-30)
4
+
================
5
+
6
+
* Display a list of available files in the static handler when serving a 404 error.
7
+
* Add ``no-cache`` headers to disable browser caching (can be disabled with ``--browser-cache``).
8
+
* 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.
9
+
* Fixed unclean shutdowns on Windows by introducing a shutdown by endpoint method (Windows doesn't work with the default signals method).
10
+
* Changed to run with ``asyncio.Runner`` on Python 3.11+ (apparently fixing an issue with reloads on Windows).
11
+
* Rewrote the package name dynamically to match the app's name (e.g. used in aiohttp-admin as a default admin title).
12
+
* Migrated from ``watchdog`` dependency to the newer ``watchfiles``.
0 commit comments