Skip to content

Releases: echocat/slf4g

v1.6.1

15 Aug 21:49
260f142
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/sys from 0.22.0 to 0.23.0 in /native by @dependabot in #30
  • Bump golang.org/x/sys from 0.23.0 to 0.24.0 in /native by @dependabot in #31
  • Fix link error related to Go 1.23 release by @blaubaer in #32

Full Changelog: v1.6.0...v1.6.1

v1.6.0

25 Jul 17:34
956da05
Compare
Choose a tag to compare

New Features

  • We've added sdk/testlog which is an implementation of slf4g for test runs.

What's Changed

  • Bump golang.org/x/sys from 0.18.0 to 0.19.0 in /native by @dependabot in #25
  • Bump golang.org/x/sys from 0.19.0 to 0.20.0 in /native by @dependabot in #26
  • Bump golang.org/x/sys from 0.20.0 to 0.21.0 in /native by @dependabot in #27
  • Bump golang.org/x/sys from 0.21.0 to 0.22.0 in /native by @dependabot in #28
  • Added SDK testlog by @blaubaer in #29

Full Changelog: v1.5.3...v1.6.0

v1.5.3

05 Mar 13:58
358e016
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

19 Oct 16:14
6e174de
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/sys from 0.12.0 to 0.13.0 in /native by @dependabot in #16

Full Changelog: v1.5.1...v1.5.2

v1.5.1

13 Sep 07:21
6561eba
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/sys from 0.9.0 to 0.10.0 in /native by @dependabot in #11
  • Bump golang.org/x/sys from 0.10.0 to 0.11.0 in /native by @dependabot in #12
  • Bump actions/checkout from 3 to 4 by @dependabot in #14
  • Bump golang.org/x/sys from 0.11.0 to 0.12.0 in /native by @dependabot in #13
  • Moved to minimal Go Version 1.17 by @blaubaer in #15

Full Changelog: v1.5.0...v1.5.1

v1.5.0

07 Jul 08:35
473e192
Compare
Choose a tag to compare

What's Changed

  • native/Consumer: Replace panics on formatter errors with a simple fallback text by @blaubaer in #10

Full Changelog: v1.4.2...v1.5.0

v1.4.2

30 Jun 07:24
Compare
Choose a tag to compare

What's Changed

  • Bump github/codeql-action from 1 to 2 by @dependabot in #7
  • Bump actions/checkout from 2 to 3 by @dependabot in #6
  • Bump actions/setup-go from 3 to 4 by @dependabot in #5
  • Bump golang.org/x/sys from 0.1.0 to 0.7.0 in /native by @dependabot in #4
  • Bump golang.org/x/sys from 0.7.0 to 0.8.0 in /native by @dependabot in #8
  • Bump golang.org/x/sys from 0.8.0 to 0.9.0 in /native by @dependabot in #9

Full Changelog: v1.4.1...v1.4.2

v1.4.1

28 Feb 10:43
2e46251
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/sys from 0.0.0-20201015000850-e3ed0017c211 to 0.1.0 in /native by @dependabot in #3

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Jan 17:45
Compare
Choose a tag to compare

New features

  1. Introduced a LoggerFacade interface with some more utility methods.
  2. Introduced a native/facade/value.Formatter.ColorMode to be settable via flags, too.

Improvements

  1. Moved some common level name methods/types from native/level to level.

v1.2.0

03 Jan 09:55
Compare
Choose a tag to compare

New features

  1. Added fields.IgnoreLevels(...)