Skip to content

Releases: jazzband/django-silk

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)

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