Releases: amureki/django-devbar
Releases · amureki/django-devbar
v0.7.0
v0.6.1
v0.6.0
v0.5.0
What's Changed
- Ref #22 -- Show all queries in the browser extension by @amureki in #25
- Add a waterfall diagram to browser extension to see how long each query took
- Add basic SQL formatting
- Breaking: shorten metric names in the headers (make sure to use latest PyPI and Chrome extension releases)
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Ext: Differentiate between prod and dev panels by @amureki in #15
- Ref #12 -- Reorder displayed stats, trim links by @amureki in #14
- Ref #11 -- Introduce Server-Timing header by @amureki in #13
- Ref #13 -- Rename misleading
SHOW_HEADERStoENABLE_DEVTOOLS_DATAby @amureki in #17 - Ref #12 -- Do not group XHR requests, unless there is a page or document request by @amureki in #20
- Remove redundant
has_duplicatesparam from the header by @amureki in #21 - Modernize the JS code by @codingjoe in #23
- Add prek and useful pre-commit hooks by @amureki in #24
Migration Guide (v0.3.0 → v0.4.0)
Rename SHOW_HEADERS to ENABLE_DEVTOOLS_DATA:
# Before
DEVBAR = {'SHOW_HEADERS': True}
# After
DEVBAR = {'ENABLE_DEVTOOLS_DATA': True}
The new default follows Django's DEBUG setting. Explicitly set to True/False if you need different behavior.
New Contributors
- @codingjoe made their first contribution in #23
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1