From e0e684457cd7d15fedf4501eb52f6594fbb69c1e Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Sat, 23 Oct 2021 06:54:32 +0600 Subject: [PATCH] release version 4.2.0 --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba636d24..e08e7a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,40 @@ # Change Log - ## Unreleased +## [4.2.0](https://github.com/jazzband/django-silk/tree/4.2.0) (2021-23-10) +:release-by: Asif Saif Uddin (@auvipy) +[Full Changelog](https://github.com/jazzband/django-silk/compare/4.1.0...4.2.0) +- #427 Passed wsgi request to SILKY_PYTHON_PROFILER_FUNC +- Added Django 3.1 & 3.2 to test matrix +- Replace url with re_path for Django 4.0 - Move CI to GitHub Actions. [\#460](https://github.com/jazzband/django-silk/pull/432) ([jezdez](https://github.com/jezdez)) +- Do not crash when silk app is not included in urls +- Add the SILKY_JSON_ENSURE_ASCII configuration item to support Chinese +- Add row view for requests page (#440) +- RequestModelFactory: fallback if request body too large, fix #162 (#451) +- Add query execution plan to sql_detail (#452) +- Add Python 3.9 compatibility (#404) +- Replace re_path with path +- Fix transaction error for mysql +- parse query when count joins to match only Keyword +- fix: DB connection to ClearDB when multiple databases +- fix: DataCollector sql_queries model not found on filter(request=self.request) +- Generate missing row.css from sass +- Filter null values from most time overall summary +- Ensure sorting between longest requests +- Filter null values from most db time summary +- Ensure sorting between most db time requests +- Temporary fix for testing Django 2.2 +- Fix egg metadata error +- Fixed a bug that the profile tab could not be opened when the source code contains japanese +- fix incorrectly made decorator +- Ensure sorting between most db queries requests +- Add tests that access the actual DB (#493) +- remove python 2 style codes from across the codebase +- Fix broken test on Windows 10 (SQLite) (#504) +- Remove Make Migrations (#503) + + ## [4.1.0](https://github.com/jazzband/django-silk/tree/4.1.0) (2020-08-07) diff --git a/package.json b/package.json index 9b6084a8..19a7a6fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silk", - "version": "4.1.0", + "version": "4.2.0", "description": "https://github.com/jazzband/django-silk", "main": "index.js", "directories": {