Skip to content

Commit 7f04508

Browse files
committed
Bump version to 1.6.11 and add release notes
1 parent c47f585 commit 7f04508

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

release_notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## What's Changed (v1.6.11)
2+
3+
### Fix: security middleware & aria deprecation warning
4+
5+
- `security_middleware` now blocks all non-API paths with an empty 404 (no stack traces).
6+
- The scanner probe counter is initialized at startup so aiohttp no longer emits the "Changing state of started or joined application is deprecated" warning.
7+
8+
### Release status
9+
- v1.6.10 exists but does not include the final aiohttp deprecation fix.
10+
- This release (v1.6.11) includes the final patch and is the current main branch tip.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
here = path.abspath(path.dirname(__file__))
55

6-
__version__ = "1.6.10"
6+
__version__ = "1.6.11"
77

88
# Get the long description from the README file
99
with open(path.join(here, 'README.md')) as f:

0 commit comments

Comments
 (0)