Skip to content

5.1.0

Latest
Compare
Choose a tag to compare
@albertyw albertyw released this 21 Jan 03:57
· 5 commits to master since this release

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: