forked from orbit-oss/flask
release version 3.1.0 (#5640)
This commit is contained in:
commit
bc098406af
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Version 3.1.0
|
Version 3.1.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Unreleased
|
Released 2024-11-13
|
||||||
|
|
||||||
- Drop support for Python 3.8. :pr:`5623`
|
- Drop support for Python 3.8. :pr:`5623`
|
||||||
- Update minimum dependency versions to latest feature releases.
|
- Update minimum dependency versions to latest feature releases.
|
||||||
|
|
@ -16,7 +16,7 @@ Unreleased
|
||||||
``MAX_FORM_MEMORY_SIZE`` and ``MAX_FORM_PARTS`` config. Added documentation
|
``MAX_FORM_MEMORY_SIZE`` and ``MAX_FORM_PARTS`` config. Added documentation
|
||||||
about resource limits to the security page. :issue:`5625`
|
about resource limits to the security page. :issue:`5625`
|
||||||
- Add support for the ``Partitioned`` cookie attribute (CHIPS), with the
|
- Add support for the ``Partitioned`` cookie attribute (CHIPS), with the
|
||||||
``SESSION_COOKIE_PARTITIONED`` config. :issue`5472`
|
``SESSION_COOKIE_PARTITIONED`` config. :issue:`5472`
|
||||||
- ``-e path`` takes precedence over default ``.env`` and ``.flaskenv`` files.
|
- ``-e path`` takes precedence over default ``.env`` and ``.flaskenv`` files.
|
||||||
``load_dotenv`` loads default files in addition to a path unless
|
``load_dotenv`` loads default files in addition to a path unless
|
||||||
``load_defaults=False`` is passed. :issue:`5628`
|
``load_defaults=False`` is passed. :issue:`5628`
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "Flask"
|
name = "Flask"
|
||||||
version = "3.1.0.dev"
|
version = "3.1.0"
|
||||||
description = "A simple framework for building complex web applications."
|
description = "A simple framework for building complex web applications."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE.txt"}
|
license = {file = "LICENSE.txt"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue