Skip to content

Releases: aio-libs/aiohttp-debugtoolbar

0.6.1

19 Nov 22:40
f88d27c
Compare
Choose a tag to compare
  • 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

19 Nov 21:36
Compare
Choose a tag to compare
  • Fixed ClassBasedView support. #207
  • Dropped aiohttp<3.3 support.
  • Dropped Python 3.4 support.
  • Dropped yield from and @asyncio.coroutine support.

aiohttp-debugtoolbar 0.5.0

14 Feb 20:54
Compare
Choose a tag to compare

CHANGES

  • Add safe filter to render_content #195

  • Adopt to aiohtp 3.0

aiohttp-debugtoolbar v0.4.1

31 Aug 01:43
Compare
Choose a tag to compare

Changes

  • Fixed issue with redirects without location header #174

aiohttp-debugtoolbar v0.4.0

04 May 20:23
Compare
Choose a tag to compare

Changes

  • Added asyncio trove classifier
  • Addes support for aiohttp>=2.0.7

aiohttp-debugtoolbar 0.2

08 Nov 07:21
Compare
Choose a tag to compare

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

27 Sep 18:48
Compare
Choose a tag to compare

Changes

  • Fixed empty functions names in performance panel #43 (Thanks @kammala !)
  • Fixed flashing message during page rendering issue #46

v0.1.1

21 Feb 20:37
Compare
Choose a tag to compare

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)
^^^^^^^^^^^^^^^^^^

  • Fixed python 3.5 support (Thanks @stormandco!)
  • Added view source button in RoutesDebugPanel (Thanks @stormandco!)
  • Dropped support for Python 3.3 (Thanks @sloria!)
  • Add middleware in setup method (Thanks @sloria!)
  • Fixed bug with interactive console
  • Fixed support for aiohttp>=0.21.1

aiohttp_debugtoolbar 0.0.5 release

13 Sep 09:24
Compare
Choose a tag to compare

Bugfix aiohttp_debugtoolbar release

Changes

  • Fixed IPv6 socket family error (Thanks @stormandco!)

aiohttp_debugtoolbar 0.0.4 release

05 Sep 19:01
Compare
Choose a tag to compare

Bugfix aiohttp_debugtoolbar release

Changes

  • Fixed support for aiohttp>=0.17. (Thanks @himikof!)