Django-silk

Latest version: v5.1.0

Safety actively analyzes 613544 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

5.1.0

[5.1.0](https://github.com/jazzband/django-silk/tree/5.1.0) (2023-12-30)
:release-by: Albert Wang (albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.4..5.1.0)

**Upgrading:**

This release includes [Fix deprecation warning for get_storage_class 669](https://github.com/jazzband/django-silk/pull/669)
which deprecates `SILKY_STORAGE_CLASS`. Users should instead use the Django
`STORAGES` configuration. See [README](https://github.com/albertyw/django-silk/blob/master/README.md#profiling)
and [Django documentation](https://docs.djangoproject.com/en/5.0/ref/settings/#std-setting-STORAGES)
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:**

- Allow option to delete profiles (652) viralj

**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:**

- Fix deprecation warning for get_storage_class (669) albertyw
- Support Django 4.2 (685) albertyw
- Support python 3.12 (683) albertyw
- Support Django 5 (686) albertyw
- Remove deprecated datetime.timezone.utc (687) albertyw
- Derive version from importlib (697) robinchow

**Dependencies:**

- Update python dependencies (693) albertyw

5.0.4

[5.0.4](https://github.com/jazzband/django-silk/tree/5.0.4) (2023-09-17)
:release-by: Albert Wang (albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.3..5.0.4)

**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:**

- Update python dependencies (677) albertyw

5.0.3

[5.0.3](https://github.com/jazzband/django-silk/tree/5.0.3) (2023-01-12)
:release-by: Albert Wang (albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.2..5.0.3)

**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

[5.0.2](https://github.com/jazzband/django-silk/tree/5.0.2) (2022-10-12)
:release-by: Albert Wang (albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.1...5.0.2)

**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

[5.0.1](https://github.com/jazzband/django-silk/tree/5.0.1) (2022-07-03)
:release-by: Albert Wang (albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.0...5.0.1)

**Fixes:**

- Add jquery UI 1.13.1 images and fix collectstatic (576)

5.0.0

- Drop support for Django 2.2 (EOL) (567)

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.