We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67737dd commit 25125e0Copy full SHA for 25125e0
2 files changed
CHANGELOG.md
@@ -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
10
## 0.4.3 (2024-08-13)
11
12
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-structlog"
-version = "0.4.3"
+version = "0.4.4"
description = "Structured logs and middleware for fastapi with sentry integration"
authors = ["Vladimir Voronov"]
readme = "README.md"
0 commit comments