sirupsen/logrus
 Watch   
 Star   
 Fork   
2023-05-21 20:59:35
logrus

v1.9.3

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

2023-05-18 01:59:50
logrus
2023-05-15 18:31:28
logrus

v1.8.3

What's Changed

New Contributors

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

2023-05-15 18:31:28
logrus

v1.9.1

What's Changed

New Contributors

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

2023-01-08 06:04:39
logrus

v1.8.2

What's Changed

New Contributors

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

2022-07-19 15:08:54
logrus
2021-03-09 18:28:17
logrus
2021-02-18 00:48:57
logrus

v1.8.0

Correct versioning number replacing v1.7.1

2021-02-16 18:21:45
logrus

v1.7.1

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
2020-05-28 16:56:38
logrus

Add new BufferPool and LogFunction APIs

  • 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