Skip to content

Releases: amureki/django-devbar

v0.7.0

16 Feb 18:28
c9d8dea

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

14 Jan 08:53
ab4d346

Choose a tag to compare

What's Changed

  • Fix #27 -- prevent TypeError with psycopg3 Composed SQL objects by @amureki in #28

Full Changelog: v0.6.0...v0.6.1

v0.6.0

13 Jan 08:47
39b2868

Choose a tag to compare

What's Changed

  • Track and highlight similar queries, match DDT semantics, and more by @amureki in #26

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Jan 10:24
c310a8d

Choose a tag to compare

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

06 Jan 10:16
1bae245

Choose a tag to compare

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_HEADERS to ENABLE_DEVTOOLS_DATA by @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_duplicates param 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

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Jan 13:16
1ecfd1e

Choose a tag to compare

What's Changed

  • Ref #4 - Introduce devtools by @amureki in #5
  • Add Chrome Webstore link, improve extension docs by @amureki in #9
  • Add a mention of Chrome Extension to the README.md by @amureki in #10

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Dec 23:14
0a7b690

Choose a tag to compare

What's Changed

  • Various improvements and changes by @amureki in #7
  • Breaking: Fix #6 -- Switch to settings dictionary by @amureki in #8

Full Changelog: v0.1.3...v0.2.0

v0.1.3

12 Dec 10:20
53b25be

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

11 Dec 13:02
047c9c7

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Dec 22:44
b5c4cb5

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1