π Release Notes
v8.1.2 (2026-06-16)
What's Changed
π Fixes
- fix: enhance logging options in async_log_http_error and log_http_err⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/55
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v8.1.1...v8.1.2
v8.1.1 (2026-06-10)
What's Changed
π Fixes
- fix: reorder user_id and trace_id in log formats for consistency. by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/54
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v8.1.0...v8.1.1
v8.1.0 (2026-06-09)
What's Changed
β¨ Features
- feat: add client IP to request state in RequestHTTPInfoMiddleware by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/53
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v8.0.3...v8.1.0
v8.0.3 (2026-06-06)
What's Changed
π Fixes
- fix: reorder log format components for consistency in id_std_format a⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/52
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v8.0.2...v8.0.3
v8.0.2 (2026-06-06)
What's Changed
π Fixes
- feat: add exception handling middleware and update logging formats by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/51
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v8.0.1...v8.0.2
v8.0.1 (2026-06-05)
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v8.0.0...v8.0.1
v8.0.0 (2026-06-05)
What's Changed
π₯ Breaking Changes
- feat!: update logging formats and enhance configuration by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/50
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v7.0.0...v8.0.0
v7.0.0 (2026-06-04)
What's Changed
π₯ Breaking Changes
- Upgrade dependencies and enhance logging by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/49
β¨ Features
- build(deps): bump https://github.com/psf/black from 26.1.0 to 26.3.1 by @dependabot[bot] in https://github.com/bybatkhuu/module-fastapi-logging/pull/45
- build(deps): bump https://github.com/psf/black from 26.3.1 to 26.5.1 by @dependabot[bot] in https://github.com/bybatkhuu/module-fastapi-logging/pull/48
π Fixes
- build(deps): bump https://github.com/PyCQA/bandit from 1.9.3 to 1.9.4 by @dependabot[bot] in https://github.com/bybatkhuu/module-fastapi-logging/pull/47
- build(deps): bump https://github.com/gitleaks/gitleaks from v8.30.0 to 8.30.1 by @dependabot[bot] in https://github.com/bybatkhuu/module-fastapi-logging/pull/46
π¦ Dependencies
- build(deps-dev): update setuptools-scm requirement from <10.0.0,>=8.0.4 to >=8.0.4,<11.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-fastapi-logging/pull/26
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/bybatkhuu/module-fastapi-logging/pull/26
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v6.0.4...v7.0.0
v6.0.4 (2026-03-13)
What's Changed
π¦ Dependencies
- fix: update beans-logging version to 11.0.2 in requirements by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/25
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v6.0.3...v6.0.4
v6.0.3 (2026-03-13)
What's Changed
π Fixes
- fix: increase logger binding depth for improved context in HTTP error⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/24
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v6.0.2...v6.0.3
v6.0.2 (2026-03-12)
What's Changed
π Fixes
- fix: correct parameter name in logger binding for HTTP error logging by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/23
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v6.0.1...v6.0.2
v6.0.1 (2026-03-06)
What's Changed
π Fixes
- fix: add log_at to beans_logging exports by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/22
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v6.0.0...v6.0.1
v6.0.0 (2026-03-06)
What's Changed
π₯ Breaking Changes
- feat!: refactor logging configuration and update documentation by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/21
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v5.2.2...v6.0.0
v5.2.2 (2026-02-27)
What's Changed
π Fixes
- fix: update beans-logging version to 10.0.3 and subproject commit ref⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/20
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v5.2.1...v5.2.2
v5.2.1 (2026-02-25)
What's Changed
π¬ Other
- fix: update has_proxy_headers and has_cf_headers to true in configura⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/19
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v5.2.0...v5.2.1
v5.2.0 (2026-02-24)
What's Changed
π₯ Breaking Changes
- Enhance logging and rename headers configuration by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/18
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v5.1.1...v5.2.0
v5.1.1 (2026-02-19)
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v5.1.0...v5.1.1
v5.1.0 (2026-02-19)
What's Changed
β¨ Features
- feat: update beans-logging version and add async HTTP error logging f⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/17
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v5.0.0...v5.1.0
v5.0.0 (2026-02-11)
What's Changed
π₯ Breaking Changes
- feat!: removed 'default' option to simplify configuration by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/16
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v4.1.1...v5.0.0
v4.1.1 (2026-02-11)
What's Changed
π Fixes
- fix: update beans-logging version and changed async log to sync log i⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/15
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v4.1.0...v4.1.1
v4.1.0 (2026-02-04)
What's Changed
π¦ Dependencies
- feat: update configuration loading to read all configs from directory⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/14
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v4.0.1...v4.1.0
v4.0.1 (2026-02-04)
What's Changed
π Fixes
- fix: update import statements for Record type in filters and formats β¦ by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/13
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v4.0.0...v4.0.1
v4.0.0 (2026-02-04)
What's Changed
π₯ Breaking Changes
- feat!: standardize logging configuration and simplify middleware by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/12
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v3.0.0...v4.0.0
v3.0.0 (2026-02-04)
What's Changed
π₯ Breaking Changes
- feat!: re-implement FastAPI application structure with enhanced logging by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/11
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v2.0.0...v3.0.0
v2.0.0 (2025-12-04)
What's Changed
π₯ Breaking Changes
- BREAKING CHANGES!: Refactor and restructure beans_logging_fastapi pac⦠by @bybatkhuu in https://github.com/bybatkhuu/module-fastapi-logging/pull/10
Full Changelog: https://github.com/bybatkhuu/module-fastapi-logging/compare/v1.1.2...v2.0.0