Merge branch 'stable'

This commit is contained in:
David Lord 2025-05-13 08:10:30 -07:00
commit e7e5380776
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
4 changed files with 24 additions and 11 deletions

View file

@ -9,11 +9,13 @@ Unreleased
Version 3.1.1
-------------
Unreleased
Released 2025-05-13
- Fix type hint for `cli_runner.invoke`. :issue:`5645`
- Fix signing key selection order when key rotation is enabled via
``SECRET_KEY_FALLBACKS``. :ghsa:`4grg-w6v8-c28g`
- Fix type hint for ``cli_runner.invoke``. :issue:`5645`
- ``flask --help`` loads the app and plugins first to make sure all commands
are shown. :issue:5673`
are shown. :issue:`5673`
- Mark sans-io base class as being able to handle views that return
``AsyncIterable``. This is not accurate for Flask, but makes typing easier
for Quart. :pr:`5659`