Skip to content

Releases: go-logr/glogr

v1.2.2

15 Dec 16:20
54195d6
Compare
Choose a tag to compare

Update to logr v1.2.2

v1.2.0

20 Oct 19:10
cbcc5e1
Compare
Choose a tag to compare

Update to logr v1.2.0

Fix a call-depth error that indicated the wrong caller when using Options.LogCaller

v1.1.0

24 Aug 19:01
35c7cdc
Compare
Choose a tag to compare

This is a minor release, but the minor version is updated to stay in sync with logr.

  • Depends on logr v1.1.0
  • Don't print empty spaces if prefix is empty
  • Do print a colon (':') if prefix is not empty. E.g. "prefix: args..."
  • Change some implementation details but user output should remain the same, except as noted above

v1.0.0

06 Jul 22:55
2440029
Compare
Choose a tag to compare
Merge pull request #15 from thockin/master

Nix 'autogenerated' check - not needed any more

v1.0.0-rc1

29 May 00:24
780011e
Compare
Choose a tag to compare
Merge pull request #13 from thockin/master

Update glogr to logr 1.0.0-rc1

v0.4.0

26 Jan 22:10
3da5426
Compare
Choose a tag to compare
  • Support logr.WithCallDepth()

v0.3.0

02 Nov 16:52
d6464ae
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Tagging to stay in sync with logr API tags

v0.2.0

11 Jun 22:40
d6464ae
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Merge pull request #5 from thockin/master

Get rid of InfoLogger, implement V() as additive

v0.1.0

30 Oct 16:10
03aa3c3
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Merge pull request #1 from thockin/structured-logs

Convert to structured log support