Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 1.85 KB

HISTORY.rst

File metadata and controls

87 lines (56 loc) · 1.85 KB

History

0.8.3

  • Include querystring in host output ([PR #17])

0.8.2

  • Fixed statistics duplicate count.
  • Fixed version (again).
  • Fixed project url.

0.8.1

  • Fixed internal version

0.8.0

  • Improved duplicate detection caused by N+1 conditions.

0.7.0

  • Introduced the [RESPONSE_HEADER Setting in #15](#15). Thanks @LifeCoder45!

0.6.0

  • Fixed Issue #14 so that running tests doesn't result in AttributeError: 'QueryCountMiddleware' object has no attribute 'get_response'.
  • Removed the test_app and replaced existing tests with very simple smoke tests.

0.5.0

  • Added support for Django 1.10 Middleware.

0.4.2

  • Fixed an issue that may cause an exception if we got a None value for the sql query.

0.4.1

  • Fixed an issue where previous request's queries didn't get reset.
  • Minor output formatting

0.4.0

  • Included a count for duplicate sql queries. (issue #7)
  • Included a new setting option, DISPLAY_DUPLICATES to control how many duplicate queries are printed in the shell.

0.3.0

  • Added IGNORE_SQL_PATTERNS. PR #6. Thanks @GitFree
  • Changed IGNORE_PATTERNS setting to IGNORE_REQUEST_PATTERNS (but still support the old setting)

0.2.0

  • Added an IGNORE_PATTERNS setting and ability to ignore certain http requests.
  • Slight project reorganization.

0.1.1

  • Minor update to dynamically put version number in setup.py

0.1.0

  • Added "elapsed" and "query count" log thresholds. PR #4. Thanks @alonisser

0.0.0

  • Initial version. Huge thanks to @mrrrgn for making this look like a real project.