Skip to content

Commit 3ad02ba

Browse files
Release 1.1 (#578)
1 parent c290565 commit 3ad02ba

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
.. towncrier release notes start
22

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``.
13+
314
1.0.post0 (2021-12-31)
415
======================
516

aiohttp_devtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.post0"
1+
__version__ = "1.1"

0 commit comments

Comments
 (0)