Skip to content

Releases: bombsimon/logrusr

v4.1.0

04 Nov 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

26 Nov 08:44
Compare
Choose a tag to compare

What's Changed

  • Adapt FormatFunc return type to the expected logrus.Fields type by @d1egoaz in #23
  • Bump major version by @bombsimon in #24

New Contributors

Full Changelog: v3.1.0...v4.0.0

v3.1.0

22 Oct 08:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

03 May 18:41
6409c42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v3.0.0

v2.0.1

11 Jul 07:03
Compare
Choose a tag to compare
  • Bump logr to v1.0.0

v2.0.0

08 Jun 22:03
e2c8fd9
Compare
Choose a tag to compare
  • Implement logr-1.0.0-rc1
  • Add support to report caller and caller depth

This is a new major release even though logr is only on v1.0.0 because logrusr already had a stable v1 release and this contains breaking changes.

v1.1.0

11 May 22:03
Compare
Choose a tag to compare

Fix race condition that existed since we didn't create a copy of the logger. Now every modifying method will create a clone, this means

  • V()
  • WithName()
  • WithValues()

This is almost a breaking change since the behavior of the logger changes, although this seems like the expected behavior based on logrus, it's the expected behavior in the tests and the expected behavior in the examples. I settled on only bumping the minor version hoping that this will not have a negative effect to anyone.

v1.0.0

03 Nov 07:26
40373e7
Compare
Choose a tag to compare

Initial release.