Skip to content

Releases: wojas/genericr

v0.3.1

14 Nov 06:29
8fa7b8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Sep 06:01
6431e12
Compare
Choose a tag to compare

BREAKING CHANGES

  • Port genericr to logr >= 1.0.0 (PR #3) (thank you, @jelmer!)

Logr 1.0 introduces several breaking changes to significantly reduce the overhead for loggers, moving away from being purely an interface to a concrete type with pluggable LogSink. See go-logr/logr#42 for details.

If you still use an older pre-1.0 version of logr, stay with v0.2.0 of this package.

v0.2.0

01 Jul 04:03
Compare
Choose a tag to compare

Changes

This release adds support for Caller information in the Entry. To enable, set .WithCaller(true).

v0.1.0

30 Jun 15:36
Compare
Choose a tag to compare

Initial release