We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17ed5f commit 3d38c7aCopy full SHA for 3d38c7a
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.7.1 (2026-01-14)
2
+
3
+### Fix
4
5
+- **settings**: add default value for settings submodel
6
7
## 0.7.0 (2025-04-14)
8
9
### Feat
fastapi_structlog/__init__.py
@@ -92,7 +92,7 @@ def setup_logger( # noqa: PLR0913
92
return configurator.setup()
93
94
95
-__version__ = '0.7.0'
+__version__ = '0.7.1'
96
97
98
__all__ = (
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fastapi-structlog"
-version = "0.7.0"
+version = "0.7.1"
description = "Structured logs and middleware for fastapi with sentry integration"
authors = [{ name = "Vladimir Voronov", email = "voronov.volodya2013@yandex.ru" }]
requires-python = ">=3.9,<4.0.0"
0 commit comments