Django-silk

Latest version: v5.1.0

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

Scan your dependencies

Page 2 of 7

4.4.1

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

**Fixes:**

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

4.4.0

[4.4.0](https://github.com/jazzband/django-silk/tree/4.4.0) (2022-06-20)
:release-by: Albert Wang (albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/4.3.0...4.4.0)

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

4.3.0

New Contributors
* jazzband-bot made their first contribution in https://github.com/jazzband/django-silk/pull/518
* side2k made their first contribution in https://github.com/jazzband/django-silk/pull/521
* jayvdb made their first contribution in https://github.com/jazzband/django-silk/pull/532
* glujan made their first contribution in https://github.com/jazzband/django-silk/pull/538
* eduzen made their first contribution in https://github.com/jazzband/django-silk/pull/544
* code-review-doctor made their first contribution in https://github.com/jazzband/django-silk/pull/550

**Full Changelog**: https://github.com/jazzband/django-silk/compare/4.2.0...4.3.0

4.2.0

What's Changed
* 427 Passed WSGI request to SILKY_PYTHON_PROFILER_FUNC by nasirhjafri in https://github.com/jazzband/django-silk/pull/438
* Added Django 3.1 to Travis test matrix by smithdc1 in https://github.com/jazzband/django-silk/pull/441
* Do not crash when silk app is not included in urls by asalahli in https://github.com/jazzband/django-silk/pull/443
* Add the SILKY_JSON_ENSURE_ASCII configuration item to support Chinese by eshxcmhk in https://github.com/jazzband/django-silk/pull/420
* Add row view for requests page by mierz00 in https://github.com/jazzband/django-silk/pull/440
* RequestModelFactory: fallback if request body too large, fix 162 by ge0rg in https://github.com/jazzband/django-silk/pull/451
* Add query execution plan to sql_detail by MRoci in https://github.com/jazzband/django-silk/pull/452
* Add Python 3.9 compatibility by tirkarthi in https://github.com/jazzband/django-silk/pull/404
* Replace url with path for Django 4.0 by MuslimBeibytuly in https://github.com/jazzband/django-silk/pull/445
* Migrate to GitHub Actions. by jezdez in https://github.com/jazzband/django-silk/pull/460
* Rename Django's dev branch to main. by jezdez in https://github.com/jazzband/django-silk/pull/463
* Fix transaction error for mysql by yuekui in https://github.com/jazzband/django-silk/pull/464
* Fix django 3.2 support by Jorl17 in https://github.com/jazzband/django-silk/pull/466
* parse query when counting joins by MRoci in https://github.com/jazzband/django-silk/pull/453
* Update django support by hramezani in https://github.com/jazzband/django-silk/pull/467
* Temporary fix for testing Django 2.2 by Andrew-Chen-Wang in https://github.com/jazzband/django-silk/pull/486
* Fix egg metadata error by Archmonger in https://github.com/jazzband/django-silk/pull/485
* DOC: Remove outdated security notice by MT-Cash in https://github.com/jazzband/django-silk/pull/491
* fix incorrectly made decorator by Archmonger in https://github.com/jazzband/django-silk/pull/492
* Fixed a bug that the profile tab could not be opened when the source … by Taikono-Himazin in https://github.com/jazzband/django-silk/pull/490
* Generate missing row.css from sass file by przxmek in https://github.com/jazzband/django-silk/pull/480
* Ensure sorting between most db queries requests by ErwinJunge in https://github.com/jazzband/django-silk/pull/484
* Don't return null values when computing "Most Time Overall" summary by ErwinJunge in https://github.com/jazzband/django-silk/pull/482
* fix: DB connection to ClearDB when multiple databases by prayashm in https://github.com/jazzband/django-silk/pull/469
* Don't return null values when computing "Most Time Overall" summary by ErwinJunge in https://github.com/jazzband/django-silk/pull/483
* fix: DataCollector sql_queries model not found on filter(request=self… by armanjtehrani in https://github.com/jazzband/django-silk/pull/476
* Add tests that access the actual DB by marius-mather in https://github.com/jazzband/django-silk/pull/493
* Update Django Support in the README.md by starryrbs in https://github.com/jazzband/django-silk/pull/474
* `apps.py` added with `default_auto_field` set by daadu in https://github.com/jazzband/django-silk/pull/495
* Make sensitive keys set configurable by jeffrey-effendy in https://github.com/jazzband/django-silk/pull/494
* Revert "`apps.py` added with `default_auto_field` set" by auvipy in https://github.com/jazzband/django-silk/pull/497
* remove python 2 style super() call from models by auvipy in https://github.com/jazzband/django-silk/pull/499
* remove python 2 style codes from across the codebase by auvipy in https://github.com/jazzband/django-silk/pull/500
* doc(readme): minor correction by daadu in https://github.com/jazzband/django-silk/pull/501
* Fix broken test on Windows 10 (SQLite) by Archmonger in https://github.com/jazzband/django-silk/pull/504
* Remove Make Migrations by Archmonger in https://github.com/jazzband/django-silk/pull/503
* Support Simple Pre-Commit CI by Archmonger in https://github.com/jazzband/django-silk/pull/507
* Add isort to CI by Archmonger in https://github.com/jazzband/django-silk/pull/509
* Remove garbage files by Archmonger in https://github.com/jazzband/django-silk/pull/510
* Add pyupgrade to CI by Archmonger in https://github.com/jazzband/django-silk/pull/511
* Add flake8, autopep8, and pycln to CI by Archmonger in https://github.com/jazzband/django-silk/pull/512
* Remove obsolete files by Archmonger in https://github.com/jazzband/django-silk/pull/513
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jazzband/django-silk/pull/516
* Docln by auvipy in https://github.com/jazzband/django-silk/pull/519

New Contributors
* smithdc1 made their first contribution in https://github.com/jazzband/django-silk/pull/441
* asalahli made their first contribution in https://github.com/jazzband/django-silk/pull/443
* mierz00 made their first contribution in https://github.com/jazzband/django-silk/pull/440
* ge0rg made their first contribution in https://github.com/jazzband/django-silk/pull/451
* MRoci made their first contribution in https://github.com/jazzband/django-silk/pull/452
* tirkarthi made their first contribution in https://github.com/jazzband/django-silk/pull/404
* MuslimBeibytuly made their first contribution in https://github.com/jazzband/django-silk/pull/445
* jezdez made their first contribution in https://github.com/jazzband/django-silk/pull/460
* yuekui made their first contribution in https://github.com/jazzband/django-silk/pull/464
* Jorl17 made their first contribution in https://github.com/jazzband/django-silk/pull/466
* hramezani made their first contribution in https://github.com/jazzband/django-silk/pull/467
* Andrew-Chen-Wang made their first contribution in https://github.com/jazzband/django-silk/pull/486
* Archmonger made their first contribution in https://github.com/jazzband/django-silk/pull/485
* MT-Cash made their first contribution in https://github.com/jazzband/django-silk/pull/491
* Taikono-Himazin made their first contribution in https://github.com/jazzband/django-silk/pull/490
* przxmek made their first contribution in https://github.com/jazzband/django-silk/pull/480
* ErwinJunge made their first contribution in https://github.com/jazzband/django-silk/pull/484
* prayashm made their first contribution in https://github.com/jazzband/django-silk/pull/469
* armanjtehrani made their first contribution in https://github.com/jazzband/django-silk/pull/476
* marius-mather made their first contribution in https://github.com/jazzband/django-silk/pull/493
* starryrbs made their first contribution in https://github.com/jazzband/django-silk/pull/474
* daadu made their first contribution in https://github.com/jazzband/django-silk/pull/495
* jeffrey-effendy made their first contribution in https://github.com/jazzband/django-silk/pull/494
* pre-commit-ci made their first contribution in https://github.com/jazzband/django-silk/pull/516

**Full Changelog**: https://github.com/jazzband/django-silk/compare/4.1.0...4.2.0

4.1.0

[4.1.0](https://github.com/jazzband/django-silk/tree/4.1.0) (2020-08-07)

[Full Changelog](https://github.com/jazzband/django-silk/compare/4.0.1...4.1.0)


**New features/Implemented enhancements:**

- Make compatible with Django 3.1 [\432](https://github.com/jazzband/django-silk/pull/432) ([Tirzono](https://github.com/Tirzono))


**Fixed bugs:**

- Capture entire key name during cleansing in \_mask\_credentials [\414](https://github.com/jazzband/django-silk/pull/414) ([ThePumpingLemma](https://github.com/ThePumpingLemma))
- Clear DB error when configuring silk to use a non-' default' database [\417](https://github.com/jazzband/django-silk/pull/417) ([eshxcmhk](https://github.com/eshxcmhk))
- Fix force\_text RemovedInDjango40Warning [\422](https://github.com/jazzband/django-silk/pull/422) ([justinmayhew](https://github.com/justinmayhew))


**Closed issues:**

- \_mask\_credentials uses UGC in a regex substitution [\410](https://github.com/jazzband/django-silk/issues/410) ([barm](https://github.com/barm))
- Django Silk is not compatible with Django 3.1: EmptyResultSet is removed in Django 3.1 [\431](https://github.com/jazzband/django-silk/issues/431) ([Tirzono](https://github.com/Tirzono))


**Merged pull requests:**

- Wrap re.sub() in try-except [\412](https://github.com/jazzband/django-silk/pull/412) ([bambookchos](https://github.com/bambookchos))
- Replace the call to re.findall with re.sub in \_mask\_credentials so matched values are not treated as regex patterns [\413](https://github.com/jazzband/django-silk/pull/413) ([ThePumpingLemma](https://github.com/ThePumpingLemma))
- Capture entire key name during cleansing in \_mask\_credentials [\414](https://github.com/jazzband/django-silk/pull/414) ([ThePumpingLemma](https://github.com/ThePumpingLemma))
- Clear DB error when configuring silk to use a non-' default' database [\417](https://github.com/jazzband/django-silk/pull/417) ([eshxcmhk](https://github.com/eshxcmhk))
- Fix force\_text RemovedInDjango40Warning [\422](https://github.com/jazzband/django-silk/pull/422) ([justinmayhew](https://github.com/justinmayhew))
- Make compatible with Django 3.1 [\432](https://github.com/jazzband/django-silk/pull/432) ([Tirzono](https://github.com/Tirzono))
- Update README.md django-silk is tested with Django 3.1 [\433](https://github.com/jazzband/django-silk/pull/433) ([Tirzono](https://github.com/Tirzono))

4.0.1

[4.0.1](https://github.com/jazzband/django-silk/tree/4.0.1) (2020-03-12)

[Full Changelog](https://github.com/jazzband/django-silk/compare/4.0.0...4.0.1)


**New features/Implemented enhancements:**

- Restructured clear db HTML [\399](https://github.com/jazzband/django-silk/pull/399) ([nasirhjafri](https://github.com/nasirhjafri))
- JS workflow cleanup [\397](https://github.com/jazzband/django-silk/pull/397) ([nasirhjafri](https://github.com/nasirhjafri))
- Refactor QA setup [\393](https://github.com/jazzband/django-silk/pull/393) ([aleksihakli](https://github.com/aleksihakli))


**Fixed bugs:**

- docs: Fix simple typo, tracebackk -> traceback [\406](https://github.com/jazzband/django-silk/pull/406) ([timgates42](https://github.com/timgates42))
- Clear DB page doesn't work with PostgreSQL and SQLite [\396](https://github.com/jazzband/django-silk/pull/396) ([nasirhjafri](https://github.com/nasirhjafri))


**Closed issues:**

- The "Clear DB" page doesn't work with PostgreSQL [\395](https://github.com/jazzband/django-silk/issues/395) ([Ikalou](https://github.com/Ikalou))


**Merged pull requests:**

- docs: Fix simple typo, tracebackk -> traceback [\406](https://github.com/jazzband/django-silk/pull/406) ([timgates42](https://github.com/timgates42))
- Restructured clear db HTML [\399](https://github.com/jazzband/django-silk/pull/399) ([nasirhjafri](https://github.com/nasirhjafri))
- JS workflow cleanup [\397](https://github.com/jazzband/django-silk/pull/397) ([nasirhjafri](https://github.com/nasirhjafri))
- Clear DB page doesn't work with PostgreSQL and SQLite [\396](https://github.com/jazzband/django-silk/pull/396) ([nasirhjafri](https://github.com/nasirhjafri))
- Refactor QA setup [\393](https://github.com/jazzband/django-silk/pull/393) ([aleksihakli](https://github.com/aleksihakli))

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.