Skip to content

Commit 8a1cbfd

Browse files
authored
Release 5.4.1 (#803)
1 parent befba19 commit 8a1cbfd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Change Log
22
## Unreleased
33

4+
## [5.4.1](https://github.com/jazzband/django-silk/tree/5.4.1) (2025-08-10)
5+
:release-by: Albert Wang (@albertyw)
6+
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.4.0..5.4.1)
7+
8+
**Fixes:**
9+
10+
- Fixes curl/client values rendering in request_detail (#797) @bcmyguest
11+
- Fix serialization of non-unicode binary data, add cleanup in middleware (#798) @glennmatthews
12+
- Make transactions target the DB alias selected by the router (#801) @OscarVanL
13+
14+
**Maintenance and Cleanup:**
15+
16+
- Dependency updates
17+
- Documentation updates
18+
19+
420
## [5.4.0](https://github.com/jazzband/django-silk/tree/5.4.0) (2025-05-03)
521
:release-by: Albert Wang (@albertyw)
622
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.3.2..5.4.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "silk",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "https://github.com/jazzband/django-silk",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)