Merge branch 'stable'

This commit is contained in:
David Lord 2025-03-30 13:17:17 -07:00
commit b78b5a210b
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
21 changed files with 89 additions and 112 deletions

View file

@ -12,6 +12,11 @@ Version 3.1.1
Unreleased
- 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`
- 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`
Version 3.1.0
@ -113,6 +118,7 @@ Released 2023-05-01
- Set ``Vary: Cookie`` header when the session is accessed, modified, or refreshed.
- Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.
:ghsa:`m2qf-hxjv-5gpq`
Version 2.3.1