π Release Notes
v11.0.1 (2026-03-06)
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v11.0.0...v11.0.1
v11.0.0 (2026-03-06)
What's Changed
π₯ Breaking Changes
- feat!: rename logging handler constants and update configuration files by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/48
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v10.0.3...v11.0.0
v10.0.3 (2026-02-27)
What's Changed
π Fixes
- fix: update potato_util version to 0.5.3 by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/47
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v10.0.2...v10.0.3
v10.0.2 (2026-02-24)
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v10.0.1...v10.0.2
v10.0.1 (2026-02-19)
What's Changed
π Fixes
- fix: simplify _check_level method by removing type checks by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/46
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v10.0.0...v10.0.1
v10.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-python-logging/pull/45
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v9.1.1...v10.0.0
v9.1.1 (2026-02-11)
What's Changed
π Fixes
- fix: update potato_util version and refine type hint for _check_level⦠by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/44
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v9.1.0...v9.1.1
v9.1.0 (2026-02-04)
What's Changed
π¦ Dependencies
- feat: update potato_util version to 0.3.0 in requirements.txt by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/43
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v9.0.2...v9.1.0
v9.0.2 (2026-02-04)
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v9.0.1...v9.0.2
v9.0.1 (2026-02-04)
What's Changed
π Fixes
- feat: add typing definitions for logging records and update imports by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/42
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v9.0.0...v9.0.1
v9.0.0 (2026-02-04)
What's Changed
π₯ Breaking Changes
- feat!: standardize handler names and update logging configuration filters by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/41
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v8.0.2...v9.0.0
v8.0.2 (2026-02-04)
What's Changed
π Fixes
- fix: include missing classes in all export in config.py by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/40
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v8.0.1...v8.0.2
v8.0.1 (2026-02-04)
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v8.0.0...v8.0.1
v8.0.0 (2026-02-04)
What's Changed
π₯ Breaking Changes
- feat!: small but a lot of breaking changes... by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/38
π¦ Dependencies
- chore(deps): update beans-logging-fastapi requirement from <2.0.0,>=1.0.0 to >=1.0.0,<3.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-logging/pull/37
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v7.1.0...v8.0.0
v7.1.0 (2025-12-04)
What's Changed
π Fixes
- Streamline log path handling and simplify logger configuration by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/36
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v7.0.0...v7.1.0
v7.0.0 (2025-11-30)
What's Changed
π₯ Breaking Changes
- Major update: enhance and refactor logging module with new features. by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/35
π¦ Dependencies
- β¬οΈ Update pylint requirement from <4.0.0,>=3.0.4 to >=3.0.4,<5.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-logging/pull/32
- β¬οΈ Update pytest requirement from <9.0.0,>=8.0.2 to >=8.0.2,<10.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-logging/pull/33
- β¬οΈ Update mkdocstrings[python] requirement from <1.0.0,>=0.24.3 to >=0.24.3,<2.0.0 by @dependabot[bot] in https://github.com/bybatkhuu/module-python-logging/pull/34
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/bybatkhuu/module-python-logging/pull/32
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v6.0.3...v7.0.0
v6.0.3 (2025-10-02)
What's Changed
π Fixes
- Simplify Pydantic version checks and reorganize schemas by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/31
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v6.0.2...v6.0.3
v6.0.2 (2025-10-01)
What's Changed
π Fixes
- fix: remove unnecessary UTF-8 encoding declarations and improve type β¦ by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/30
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v6.0.1...v6.0.2
v6.0.1 (2025-10-01)
What's Changed
π₯ Breaking Changes
- BREAKING CHANGES!: refactor setup.py to pyproject.toml and many more β¦ by @bybatkhuu in https://github.com/bybatkhuu/module-python-logging/pull/29
Full Changelog: https://github.com/bybatkhuu/module-python-logging/compare/v6.0.0...v6.0.1