- 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.
- Fixed ClassBasedView support. #207
- Dropped aiohttp<3.3 support.
- Dropped Python 3.4 support.
- Dropped
yield from
and@asyncio.coroutine
support.
- Added safe filter to render_content. #195
- Added support for aiohtp 3.
- Fixed issue with redirects without location header. #174
- Added asyncio trove classifier.
- Addes support for aiohttp 2.0.7+.
- Fixed middleware route finding when using sub-apps. #65
- Added examples for extra panels: pgsql & redis monitor. #59
- Refactored test suite.
- Renamed to aiohttp-debugtoolbar.
- Fixed imcompatibility with aiohttp 1.1.
- Fixed a link to request info page, sort request information alphabetically. #52
- Fixed empty functions names in performance panel. #43 (Thanks @kammala!)
- Fixed flashing message during page rendering issue. #46
- Fixed a demo.
- Added syntax highlight in traceback view, switched highlighter from highlight.js to prism.js. #31
- Added Python 3.5 support. (Thanks @stormandco!)
- Added view source button in RoutesDebugPanel. (Thanks @stormandco!)
- Dropped support for Python 3.3. (Thanks @sloria!)
- Added middleware in setup method. (Thanks @sloria!)
- Fixed bug with interactive console.
- Fixed support for aiohttp>=0.21.1.
- Fixed IPv6 socket family error. (Thanks @stormandco!)
- Fixed support for aiohttp>=0.17. (Thanks @himikof!)
- Switched template engine from mako to jinja2. (Thanks @iho!)
- Added custom yield from to track context switches inside coroutine.
- Implemented panel for collecting request log messages.
- Disable toolbar code injecting for non web.Response answers (StreamResponse or WebSocketResponse for example). #12
- Redesigned UI look-and-feel.
- Renamed toolbar_middleware_factory to just middleware.
- Initial release.