Skip to content

v0.3.0

Compare
Choose a tag to compare
@wojas wojas released this 27 Sep 06:01
· 5 commits to master since this release
6431e12

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.