Skip to content

Commit 481f225

Browse files
committed
Release version 5.2.0
1 parent 3b603a8 commit 481f225

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Change Log
22
## Unreleased
33

4+
## [5.2.0](https://github.com/jazzband/django-silk/tree/5.2.0) (2024-08-17)
5+
:release-by: Albert Wang (@albertyw)
6+
[Full Changelog](https://github.com/jazzband/django-silk/compre/5.1.0..5.2.0)
7+
8+
**Features/Enhancements:**
9+
10+
- Support Django 5.1 (#734, #732) @albertyw
11+
12+
**Fixes:**
13+
14+
- Fix when Session, Authentication or Message middleware are not present (#667) @mgaligniana
15+
- Update 'tables_involved' property to include tables from UPDATE operation (#717) @emregeldegul
16+
- Fix double-escaping of the curl and Python example code (#709) @SpecLad
17+
- Correct units in profiling and requests pages (#725) @ka28kumar
18+
19+
**Maintenance and Cleanup:**
20+
21+
- Update python dependencies (#733) @albertyw
22+
- Refactor SQL query time calculation to use Django aggregation (#720) @beltagymohamed
23+
- Fix test failures on Windows (#707) @SpecLad
24+
- Update workflow actions (#700) @albertyw
25+
- Update test matrix to latest version of django, postgres, and mariadb #701) @albertyw
26+
27+
428
## [5.1.0](https://github.com/jazzband/django-silk/tree/5.1.0) (2023-12-30)
529
:release-by: Albert Wang (@albertyw)
630
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.4..5.1.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "silk",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "https://github.com/jazzband/django-silk",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)