|
| 1 | +======= |
| 2 | +CHANGES |
| 3 | +======= |
| 4 | + |
| 5 | +.. towncrier release notes start |
| 6 | +
|
| 7 | +0.6.1 (2023-11-19) |
| 8 | +================== |
| 9 | + |
| 10 | +- Filtered out requests to debugtoolbar itself from the requests history. |
| 11 | +- Improved import time by delaying loading of package data. |
| 12 | +- Fixed static URLs when using yarl 1.9+. |
| 13 | +- Fixed a warning in the ``re`` module. |
| 14 | +- Switched to ``aiohttp.web.AppKey`` for aiohttp 3.9. |
| 15 | +- Dropped Python 3.7 and added Python 3.11. |
| 16 | + |
| 17 | +0.6.0 (2020-01-25) |
| 18 | +================== |
| 19 | + |
| 20 | +- Fixed ClassBasedView support. #207 |
| 21 | +- Dropped aiohttp<3.3 support. |
| 22 | +- Dropped Python 3.4 support. |
| 23 | +- Dropped ``yield from`` and ``@asyncio.coroutine`` support. |
| 24 | + |
| 25 | +0.5.0 (2018-02-14) |
| 26 | +================== |
| 27 | + |
| 28 | +- Added safe filter to render_content. #195 |
| 29 | +- Added support for aiohtp 3. |
| 30 | + |
| 31 | +0.4.1 (2017-08-30) |
| 32 | +================== |
| 33 | + |
| 34 | +- Fixed issue with redirects without location header. #174 |
| 35 | + |
| 36 | +0.4.0 (2017-05-04) |
| 37 | +================== |
| 38 | + |
| 39 | +- Added asyncio trove classifier. |
| 40 | +- Addes support for aiohttp 2.0.7+. |
| 41 | + |
| 42 | +0.3.0 (2016-11-18) |
| 43 | +================== |
| 44 | + |
| 45 | +- Fixed middleware route finding when using sub-apps. #65 |
| 46 | +- Added examples for extra panels: pgsql & redis monitor. #59 |
| 47 | + |
| 48 | +0.2.0 (2016-11-08) |
| 49 | +================== |
| 50 | + |
| 51 | +- Refactored test suite. |
| 52 | + |
| 53 | +0.1.4 (2016-11-07) |
| 54 | +================== |
| 55 | + |
| 56 | +- Renamed to aiohttp-debugtoolbar. |
| 57 | +- Fixed imcompatibility with aiohttp 1.1. |
| 58 | + |
| 59 | +0.1.3 (2016-10-27) |
| 60 | +================== |
| 61 | + |
| 62 | +- Fixed a link to request info page, sort request information alphabetically. #52 |
| 63 | + |
| 64 | +0.1.2 (2016-09-27) |
| 65 | +================== |
| 66 | + |
| 67 | +- Fixed empty functions names in performance panel. #43 (Thanks @kammala!) |
| 68 | +- Fixed flashing message during page rendering issue. #46 |
| 69 | + |
| 70 | +0.1.1 (2016-02-21) |
| 71 | +================== |
| 72 | + |
| 73 | +- Fixed a demo. |
| 74 | +- Added syntax highlight in traceback view, switched highlighter from |
| 75 | + highlight.js to prism.js. #31 |
| 76 | + |
| 77 | +0.1.0 (2016-02-13) |
| 78 | +================== |
| 79 | + |
| 80 | +- Added Python 3.5 support. (Thanks @stormandco!) |
| 81 | +- Added view source button in RoutesDebugPanel. (Thanks @stormandco!) |
| 82 | +- Dropped support for Python 3.3. (Thanks @sloria!) |
| 83 | +- Added middleware in setup method. (Thanks @sloria!) |
| 84 | +- Fixed bug with interactive console. |
| 85 | +- Fixed support for aiohttp>=0.21.1. |
| 86 | + |
| 87 | +0.0.5 (2015-09-13) |
| 88 | +================== |
| 89 | + |
| 90 | +- Fixed IPv6 socket family error. (Thanks @stormandco!) |
| 91 | + |
| 92 | +0.0.4 (2015-09-05) |
| 93 | +================== |
| 94 | + |
| 95 | +- Fixed support for aiohttp>=0.17. (Thanks @himikof!) |
| 96 | + |
| 97 | +0.0.3 (2015-07-03) |
| 98 | +================== |
| 99 | + |
| 100 | +- Switched template engine from mako to jinja2. (Thanks @iho!) |
| 101 | +- Added custom *yield from* to track context switches inside coroutine. |
| 102 | +- Implemented panel for collecting request log messages. |
| 103 | +- Disable toolbar code injecting for non web.Response answers |
| 104 | + (StreamResponse or WebSocketResponse for example). #12 |
| 105 | + |
| 106 | +0.0.2 (2015-05-26) |
| 107 | +================== |
| 108 | + |
| 109 | +- Redesigned UI look-and-feel. |
| 110 | +- Renamed `toolbar_middleware_factory` to just `middleware`. |
| 111 | + |
| 112 | +0.0.1 (2015-05-18) |
| 113 | +================== |
| 114 | + |
| 115 | +- Initial release. |
0 commit comments