forked from orbit-oss/flask
blinker is required, signals are always available
This commit is contained in:
parent
e1e4e82096
commit
9cb1a7a52d
18 changed files with 77 additions and 163 deletions
|
|
@ -28,6 +28,8 @@ Unreleased
|
|||
- The ``app.got_first_request`` property is deprecated. :pr:`4997`
|
||||
- The ``locked_cached_property`` decorator is deprecated. Use a lock inside the
|
||||
decorated function if locking is needed. :issue:`4993`
|
||||
- Signals are always available. ``blinker>=1.6.2`` is a required dependency. The
|
||||
``signals_available`` attribute is deprecated. :issue:`5056`
|
||||
- Remove uses of locks that could cause requests to block each other very briefly.
|
||||
:issue:`4993`
|
||||
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue