New
0.16.0
What's Changed
- Drop Python 3.7 support in https://github.com/pallets-eco/flask-debugtoolbar/pull/255
- Require Flask >= 2.3.0 in https://github.com/pallets-eco/flask-debugtoolbar/pull/256
- Drop unnecessary Blinker dependency in https://github.com/pallets-eco/flask-debugtoolbar/pull/248
- Add static type annotations in https://github.com/pallets-eco/flask-debugtoolbar/pull/259
- Remove
__version__in https://github.com/pallets-eco/flask-debugtoolbar/pull/260 - Add support for
Flask.host_matchingin https://github.com/pallets-eco/flask-debugtoolbar/pull/274
Full Changelog: https://github.com/pallets-eco/flask-debugtoolbar/compare/0.15.1...0.16.0