Releases: go-pkgz/lgr
Releases · go-pkgz/lgr
Version 0.12.3
Version 0.12.2
v0.12.1
Hotfix Release
Bug Fixes
- Fix SetupWithSlog debug filtering: now properly enables debug mode when slog handler accepts debug level (#24)
Improvements
- Migrate golangci-lint configuration to v2 format
- Update GitHub workflow to use golangci-lint-action@v7
- Fix linting issues: use bytes.ReplaceAll and improve test assertions
v0.12.0
Version 0.11.0
What's Changed
- Add check for the difference between stdout/stderr streams by @stillya in #22
- Switch to go 1.19 and update CI settings
New Contributors
Full Changelog: v0.10.4...v0.11.0
Version 0.10.0
Add StackTraceOnError option printing stack trace on ERROR level
Version 0.9.0
Add mapping func support #19
Version 0.8.0
- add SetupStdLogger to initialize std global logger with lgr
- memory optimization for secret check
- update go and linter versions
Version 0.7.0
- go 1.13 compatibility
- minor docs fixes
- switch ci to github actions
- adds secrets support #17
Version 0.6.0
- Add support of user-defined output layouts #6
- Add TRACE level