Pyramid Debugtoolbar 2.5 has been released.

Here are the changes:

- Drop Python 2.6 and Python 3.2 support.

- Add Python 3.5 support.

- Remove inline javascript from injected pages to work better with any
  Content Security Policy that may be in place.
  See https://github.com/Pylons/pyramid_debugtoolbar/pull/250

- Added the packages' `.location` to the "Versions" panel so developers can tell
  which version of each package is actually being used.
  See https://github.com/Pylons/pyramid_debugtoolbar/pull/240

- Upon exception do a better job guessing the charset of the sourcefile when
  reading it in to display tracebacks.
  See https://github.com/Pylons/pyramid_debugtoolbar/pull/244

- Removed jQuery code in the toolbar referring to a DOM node called 'myTab',
  which doesn't seem to exist anymore.
  See https://github.com/Pylons/pyramid_debugtoolbar/pull/247

- Updated the "Request Vars" panel:
  1. Show additional values that were previously missing
  2. Sections upgraded to link to Pyramid Documentation when possible
  3. Mako reformatted into "defs" for simpler reorganization in the future
  See https://github.com/Pylons/pyramid_debugtoolbar/pull/241

- Fix to prevent the toolbar from loading the session until it is actually
  accessed by the user. This avoids unnecessary parsing of the session object
  as well as waiting to parse it until later in the request which may meet
  more expectations of the session factory.
  See https://github.com/Pylons/pyramid_debugtoolbar/pull/249



Full change history:
http://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/changes.html



You can install it via PyPI:

  pip install pyramid_debugtoolbar==2.X.X

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid_debugtoolbar/issues

Thanks!

- Pylons Project core developers

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Steve Piercy              Website Builder              Soquel, CA
<[email protected]>               <http://www.stevepiercy.com/>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/r471Ps-1085i-8A3E27F1E2F14095A1F743B5F036290F%40stevepi-mbp.local.
For more options, visit https://groups.google.com/d/optout.

Reply via email to