Skip to content

Releases: jazzband/django-silk

5.3.1

09 Nov 20:44
b2bb4df
Compare
Choose a tag to compare

5.3.1 (2024-11-08)

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

Fixes:

  • Fix missing jQuery UI images (#754) @Tatsh
  • Fix swallowing exceptions when processing response in silk middleware (#753) @albertyw

5.3.0

03 Nov 19:39
Compare
Choose a tag to compare

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

Note: this release removes support for Django 3.2 and Python 3.8

Features/Enhancements:

  • Support python 3.13 (#747)

Fixes:

  • Upgrade jQuery-UI to 1.13.2 to fix XSS vulnerability (#742)

Maintenance and Cleanup:

  • Remove Django 3.2 support (#736)
  • Drop support for python 3.8 (#749)
  • Update python dependencies (#748)

5.2.0

20 Aug 17:39
c591f4e
Compare
Choose a tag to compare

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

Features/Enhancements:

Fixes:

  • Fix when Session, Authentication or Message middleware are not present (#667) @mgaligniana
  • Update 'tables_involved' property to include tables from UPDATE operation (#717) @emregeldegul
  • Fix double-escaping of the curl and Python example code (#709) @SpecLad
  • Correct units in profiling and requests pages (#725) @ka28kumar

Maintenance and Cleanup:

5.1.0

21 Jan 03:57
Compare
Choose a tag to compare

5.1.0 (2023-12-30)

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

Upgrading:

This release includes Fix deprecation warning for get_storage_class #669
which deprecates SILKY_STORAGE_CLASS. Users should instead use the Django
STORAGES configuration. See README
and Django documentation
for more information.

Also, for python 3.12, the cProfile stdlib library cannot be enabled multiple times concurrently.
Silk will therefore skip profiling if another profile is already enabled.

Features/Enhancements:

Fixes:

  • Gracefully error out when there are concurrent profilers (#692) @albertyw
  • Always disable cProfile as part of cleanup (#699) @albertyw
  • Fix when Session, Authentication or Message middlewares are not present (#667) @mgaligniana

Maintenance and Cleanup:

Dependencies:

5.0.4

21 Jan 03:56
20074dc
Compare
Choose a tag to compare

5.0.4 (2023-09-17)

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

Features/Enhancements:

  • Handle case-insensitive sensitive headers (#674) @shtimn
  • Add a "pagetitle" block to Silky templates (#661) @vsajip
  • Allow to generate more informative profile file name (#638) @k4rl85

Maintenance and Cleanup:

  • Remove unsupported versions of Django and Python (#668) @albertyw
  • Outsource all inline scripts and styles (#635) @sgelis
  • Remove support for looking up headers on django <3.2 (#643) @albertyw

Dependencies:

5.0.3

15 Jan 00:27
Compare
Choose a tag to compare

5.0.3 (2023-01-12)

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

Fixes:

  • #46 Retain ordering, view style and limit (#614)
  • #157 prevent encoding errors in params (#617)
  • #594 Silk fails on constraint check queries (#618) (Fixes compatibility with Django 4.1)

Features/Enhancements:

  • #132 Add action on sql query list (#611)
  • traceback only when needed (#387)

Dependencies:

  • #625 Drop dependency to jinja2

5.0.2

29 Oct 19:23
b13b0a9
Compare
Choose a tag to compare

5.0.2 (2022-10-12)

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

Fixes:

  • Multipart forms and RawPostDataException (#592)
  • Decrease unnecessary database hits (#587) (#588)

Features/Enhancements:

  • Remove unneeded pytz package (#603)
  • Use contextlib in test_profile_parser (#590)
  • Add support for storages, that don't implement full filesystem path (#596)

5.0.1

03 Jul 21:44
755e381
Compare
Choose a tag to compare

5.0.1 (2022-07-03)

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

Fixes:

  • Add jquery UI 1.13.1 images and fix collectstatic (#576)

4.4.1

03 Jul 21:44
885b7a5
Compare
Choose a tag to compare

4.4.1 (2022-07-03)

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

Fixes:

  • Add jquery UI 1.13.1 images and fix collectstatic (#576)

5.0.0

27 Jun 03:55
5afcdea
Compare
Choose a tag to compare

5.0.0 (2022-06-20)

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

Features/Enhancements:

  • Drop support for Django 2.2 (EOL) (#567)
  • Added silk_request_garbage_collect command for out-of-band garbage collection. (#541)