Releases: danyi1212/dans-log-formatter
Releases · danyi1212/dans-log-formatter
v0.2.0
What's Changed
Features 🎉
- Changed JSON timestamp to ISO format by @danyi1212 in #14
- Added Python 3.13 support (+ tests) by @danyi1212 in #14
Updates 🆙
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #5
- Create dependabot.yml by @danyi1212 in #15
New Contributors
- @pre-commit-ci made their first contribution in #5
Full Changelog: v0.1.1...0.2.0
Release v0.1.1
First release! 🚀
- Added
TextLogFormatter
andJsonLogFormatter
- Added built-in
ContextProvider
,ExtraProvider
andRuntimeProvider
- Added Django integration
- Added Celery integration
- Added FastAPI integration
- Added Flask integration
- Added ujson / orjson integration