Releases: aio-libs/aiohttp-debugtoolbar
Releases · aio-libs/aiohttp-debugtoolbar
0.6.1
- Filtered out requests to debugtoolbar itself from the requests history.
- Improved import time by delaying loading of package data.
- Fixed static URLs when using yarl 1.9+.
- Fixed a warning in the
re
module. - Switched to
aiohttp.web.AppKey
for aiohttp 3.9. - Dropped Python 3.7 and added Python 3.11.
0.6.0
aiohttp-debugtoolbar 0.5.0
CHANGES
-
Add safe filter to render_content #195
-
Adopt to aiohtp 3.0
aiohttp-debugtoolbar v0.4.1
Changes
- Fixed issue with redirects without location header #174
aiohttp-debugtoolbar v0.4.0
Changes
- Added asyncio trove classifier
- Addes support for aiohttp>=2.0.7
aiohttp-debugtoolbar 0.2
Changes
- Refactor test suite
- Rename to aiohttp-debugtoolbar
- Fix imcompatibility with aiohttp==1.1
- Fix a link to request info page, sort request information alphabetically #52
v0.1.2
v0.1.1
Changes
0.1.1 (2016-02-21)
^^^^^^^^^^^^^^^^^^
- Fixed a demo
- Added syntax highlight in traceback view, switched highlighter from highlight.js to prism.js #31
0.1.0 (2016-02-13)
^^^^^^^^^^^^^^^^^^
aiohttp_debugtoolbar 0.0.5 release
Bugfix aiohttp_debugtoolbar release
Changes
- Fixed IPv6 socket family error (Thanks @stormandco!)