Skip to content

Releases: jazzband/django-silk

4.4.0

27 Jun 03:55
a3de52b
Compare
Choose a tag to compare

4.4.0 (2022-06-20)

:release-by: Albert Wang (@albertyw)
Full Changelog

Features/Enhancements:

  • Switch 'Apply' and 'Clear all filters' ordering
  • Make filters on Requests tab more visible
  • Add small margin for filter selects
  • Add 'Clear all filters' button
  • Add message when there are no requests to display
  • Making the error logging more accurate and explicit
  • Fixing #530 - Adding support for SILKY_EXPLAIN_FLAGS

Maintenance and Cleanup:

  • Remove unused js compilation pipeline (#561)
  • Fix pre-commit-config

Dependencies:

  • Update jquery to 3.6.0 and jquery-ui to 1.13.1 [#508]
  • [pre-commit.ci] pre-commit autoupdate (#560, #571)
  • Add django-upgrade to pre-commit hooks (#566)

Moved to 5.0.0

  • Drop support for Django 2.2 (EOL) (#567)

4.3.0

05 Mar 06:09
036f20e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.0...4.3.0

4.2.0

23 Oct 00:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.2.0

4.1.0

07 Aug 15:28
Compare
Choose a tag to compare

4.1.0 (2020-08-07)

Full Changelog

New features/Implemented enhancements:

Fixed bugs:

Closed issues:

  • _mask_credentials uses UGC in a regex substitution #410 (barm)
  • Django Silk is not compatible with Django 3.1: EmptyResultSet is removed in Django 3.1 #431 (Tirzono)

Merged pull requests:

  • Wrap re.sub() in try-except #412 (bambookchos)
  • Replace the call to re.findall with re.sub in _mask_credentials so matched values are not treated as regex patterns #413 (ThePumpingLemma)
  • Capture entire key name during cleansing in _mask_credentials #414 (ThePumpingLemma)
  • Clear DB error when configuring silk to use a non-' default' database #417 (eshxcmhk)
  • Fix force_text RemovedInDjango40Warning #422 (justinmayhew)
  • Make compatible with Django 3.1 #432 (Tirzono)
  • Update README.md django-silk is tested with Django 3.1 #433 (Tirzono)

4.0.1

12 Mar 10:22
badf852
Compare
Choose a tag to compare

4.0.1 (2020-03-12)

Full Changelog

New features/Implemented enhancements:

Fixed bugs:

Closed issues:

  • The "Clear DB" page doesn't work with PostgreSQL #395 (Ikalou)

Merged pull requests:

4.0.0

21 Jan 08:32
Compare
Choose a tag to compare

New features/Implemented enhancements:

Fixed bugs:

Closed issues:

  • Ability to clean up all requests/queries #365
  • Use bulk_create to save number of queries #369
  • Headers are not sanitized #375
  • Django 3 support #382
  • Support functional cProfile enable #390

Merged pull requests:

3.0.4

05 Sep 17:04
9bf2f70
Compare
Choose a tag to compare

Implemented enhancements:

  • templates: limit select width to its container one #351 (xrmx)
  • Clean up RemovedInDjango30Warning with {% load staticfiles %} #353 (devmonkey22)
  • Simplify pattern masking and handle dicts #355 (Chris7)

Fixed bugs:

Closed issues:

  • Clean up RemovedInDjango30Warning warning re load staticfiles in Django 2.1+ #352

Merged pull requests:

  • Fix masking sensitive data in batch JSON request #342 (nikolaik)
  • Fix project url on PyPi #343 (luzfcb)
  • templates: limit select width to its container one #351 (xrmx)
  • Clean up RemovedInDjango30Warning with {% load staticfiles %} #353 (devmonkey22)
  • Simplify pattern masking and handle dicts #355 (Chris7)

3.0.3

13 Aug 06:58
ee24144
Compare
Choose a tag to compare

Implemented enhancements:

  • templates: limit select width to its container one #351 (xrmx)
  • Clean up RemovedInDjango30Warning with {% load staticfiles %} #353 (devmonkey22)
  • Simplify pattern masking and handle dicts #355 (Chris7)

Fixed bugs:

Closed issues:

  • Clean up RemovedInDjango30Warning warning re load staticfiles in Django 2.1+ #352

Merged pull requests:

  • Fix masking sensitive data in batch JSON request #342 (nikolaik)
  • Fix project url on PyPi #343 (luzfcb)
  • templates: limit select width to its container one #351 (xrmx)
  • Clean up RemovedInDjango30Warning with {% load staticfiles %} #353 (devmonkey22)
  • Simplify pattern masking and handle dicts #355 (Chris7)

3.0.2

23 Apr 07:50
cad7888
Compare
Choose a tag to compare

Implemented enhancements:

Fixed bugs:

  • Long url path causes Http 500 #312

Closed issues:

  • Permission checking is skipped due to order of silk_profile decorator #336
  • Support gprof2dot 2017.09.19 #332
  • Duplicate #310 #328
  • Profiling management commands #327
  • NoReverseMatch at /cart/detail/ Reverse for 'cart_add' with arguments not found. #324
  • Request body sanitization #305
  • How to profile middleware? #303
  • Disabling Silk for specific URLs #292
  • silk_clear_request_log fails on Postgres #290
  • silk profile is not work, with dango-version 2.0.2 and django-silk version 2.0.0 #277
  • DataError: value too long for type character varying(190) #179

Merged pull requests:

3.0.1

03 Jul 15:38
Compare
Choose a tag to compare
  • Fixed garbage collection for postgres