Releases: etianen/logot
Releases · etianen/logot
1.5.1
1.5.0
1.4.0
What's Changed
New features 🚀
- Added support for Python
3.14-devby @etianen in #232 - Add support for
trio<=0.30by @etianen in #236 - Add support for
structlog<=25.3by @etianen in #237
Other changes
- Fixing artifact upload in build by @etianen in #221
- Removed Python
3.8support by @etianen in #230 - Ensure all test
extrasare installed by @etianen in #234 - Upgrade to
poetryv2 by @etianen in #222
Full Changelog: 1.3.0...1.4.0
1.3.0
1.2.0
What's Changed
New features 🚀
Documentation changes 📖
- Updated project tagline by @etianen in #122
- Adding top-level docs links to
READMEby @etianen in #125
Other changes
- Refactor record matching to use internal
Matcherclass by @etianen in #126 - Refactored
MatcherandLoggedto use dataclasses by @etianen in #127 - Optimized dataclass definition by @etianen in #128
- Use frozen
dataclassesforLoggedandMatcherby @etianen in #129 - Bump hypothesis from 6.98.8 to 6.98.12 by @dependabot in #133
- Bump pytest from 8.0.1 to 8.0.2 by @dependabot in #130
- Bump coverage from 7.4.1 to 7.4.3 by @dependabot in #132
- Bump typing-extensions from 4.9.0 to 4.10.0 by @dependabot in #131
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
Bug fixes 🐛
- Moved the capture location for
structlogto first in the processor chain by @will-ockmore in #118
Documentation changes 📖
- Add note to
structlogdocs by @will-ockmore in #116 - Using consistent log messages in example docs by @etianen in #120
- Not linking to individual 3rd-party framework integrations by @etianen in #121
Other changes
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
New features 🚀
- Added
Logot.reduce()andLogged.reduce()by @etianen in #110 - Added
structlogsupport by @will-ockmore in #109
Other changes
- Bump hypothesis from 6.98.3 to 6.98.4 by @dependabot in #106
- Bump ruff from 0.1.15 to 0.2.1 by @dependabot in #107
- Added tests for log name prefix matching by @etianen in #115
New Contributors
- @dependabot made their first contribution in #106
- @will-ockmore made their first contribution in #109
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
Documentation changes 📖
- Tweaking docs for better appearance on mobile by @etianen in #97
- Documenting comparison to
caplogby @etianen in #102 - Documenting comparison to
assertLogsby @etianen in #103
Other changes
- Activating venv in CI by @etianen in #100
- Merge all dependency groups into
devby @etianen in #101 - Uploading coverage to codecov by @etianen in #99
- 🎉
logotv1.0.0 🎉 by @etianen in #104
Full Changelog: 0.4.0...1.0.0
0.4.0
0.3.5
What's Changed
New features 🚀
Other changes
- Only using
logginglevel constants in modules directly related to logging by @etianen in #87 - Renamed
_matchmodule to_msgby @etianen in #89 - Added type aliases for
LevelandLoggerby @etianen in #90 - Fixing broken docs build by @etianen in #92
- Avoid re-installing
logotin editable module during tests by @etianen in #93
Full Changelog: 0.3.4...0.3.5