Skip to content

Releases: go-pkgz/lgr

Version 0.12.3

23 Mar 01:09

Choose a tag to compare

Bug Fixes

  • Fix ToSlogHandler duplicating time and level in output #30 @umputun

Version 0.12.2

25 Feb 17:37
a780ed2

Choose a tag to compare

Bug Fixes

  • Fix FromSlogHandler ignoring AddSource option #28 @paskal
  • Fix CI workflow: checkout before setup-go for proper caching #27 @paskal

v0.12.1

09 Jun 16:39
e175c58

Choose a tag to compare

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

16 Mar 09:52
65a949e

Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0

Version 0.11.0

21 Feb 06:35

Choose a tag to compare

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

31 Aug 07:14

Choose a tag to compare

Add StackTraceOnError option printing stack trace on ERROR level

Version 0.9.0

24 Aug 08:01
9a141d1

Choose a tag to compare

Add mapping func support #19

Version 0.8.0

13 Aug 04:36

Choose a tag to compare

  • add SetupStdLogger to initialize std global logger with lgr
  • memory optimization for secret check
  • update go and linter versions

Version 0.7.0

07 Nov 07:09

Choose a tag to compare

  • go 1.13 compatibility
  • minor docs fixes
  • switch ci to github actions
  • adds secrets support #17

Version 0.6.0

31 Mar 18:29
eadc464

Choose a tag to compare

  • Add support of user-defined output layouts #6
  • Add TRACE level