Skip to content

Releases: jazzband/django-silk

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

3.0.0

28 May 01:28
Compare
Choose a tag to compare
  • Dropped support for Django<1.11.0
  • Dropped support for python 3.3
  • Fix string/byte typing (#268)
  • Fix collecting meta profiling in Django > 2 (#274)
  • Fix FORCE_SCRIPT_NAME (#278)
  • Revert opening sql queries in new tab

2.0.0

28 Jan 23:19
Compare
Choose a tag to compare
  • Fix migration for request.prof_file field (#245)
  • Dropped support for Django 1.5
  • Dropped support for Django 1.6
  • Dropped support for Django 1.7 (#247)
  • Updated documentation (#250)