Skip to content

Commit 25125e0

Browse files
author
Voronov Vladimir
committed
bump: version 0.4.3 → 0.4.4
1 parent 67737dd commit 25125e0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.4.4 (2024-08-20)
2+
3+
### Fix
4+
5+
- **all**: hide password in log
6+
- **access_log**: fix argument passing
7+
- **middleware**: adding custom attribute search functions
8+
- **middleware**: add request when scope type is http
9+
110
## 0.4.3 (2024-08-13)
211

312
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-structlog"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Structured logs and middleware for fastapi with sentry integration"
55
authors = ["Vladimir Voronov"]
66
readme = "README.md"

0 commit comments

Comments
 (0)