Releases: etianen/logot
Releases · etianen/logot
1.7.0
1.6.0
1.5.2
What's Changed
Other changes
- Added support for
trio>=0.22,<0.34by @etianen in #323 - Testing against Python 3.14 by @etianen in #324
- Added support for
pytestv9, dropped support for Python 3.9 by @etianen in #325 - Fixing
optional-dependenciesversion specifiers by @etianen in #326
Full Changelog: 1.5.1...1.5.2
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