Logrus Versions Save

Structured, pluggable logging for Go.

v1.9.3

10 months ago

Full Changelog: https://github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3

v1.9.2

10 months ago

v1.9.1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1

v1.8.3

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sirupsen/logrus/compare/v1.8.2...v1.8.3

v1.8.2

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2

v1.9.0

1 year ago

v1.8.1

3 years ago

v1.8.0

3 years ago

Correct versioning number replacing v1.7.1

v1.7.1

3 years ago

Code quality:

  • use go 1.15 in travis
  • use magefile as task runner

Fixes:

  • small fixes about new go 1.13 error formatting system
  • Fix for long time race condiction with mutating data hooks

Features:

  • build support for zos

v1.7.0

3 years ago
  • a new buffer pool management API has been added
  • a set of <LogLevel>Fn() functions have been added
  • the dependency toward a windows terminal library has been removed