Skip to content

Releases: sirupsen/logrus

v1.9.3

22 Jun 20:35
Compare
Choose a tag to compare
  • Fix a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines f9291a5 (re-apply #1376)
  • Fix panic in Writer d40e25c

Full Changelog: v1.9.2...v1.9.3

v1.9.2

22 Jun 20:35
Compare
Choose a tag to compare
  • Revert #1376, which introduced a regression in v1.9.1

Full Changelog: v1.9.1...v1.9.2

v1.9.1

22 Jun 20:35
b30aa27
Compare
Choose a tag to compare

What's Changed

  • Fix data race in hooks.test package by @FrancoisWagner in #1362
  • Add instructions to use different log levels for local and syslog by @tommyblue in #1372
  • This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines. by @ozfive in #1376
  • Use text when shows the logrus output by @xieyuschen in #1339

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.8.3

22 Jun 20:34
b30aa27
Compare
Choose a tag to compare

What's Changed

  • Add instructions to use different log levels for local and syslog by @tommyblue in #1372
  • This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines. by @ozfive in #1376
  • Use text when shows the logrus output by @xieyuschen in #1339

New Contributors

Full Changelog: v1.8.2...v1.8.3

v1.8.2

22 Jun 20:34
a448f82
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.9.0: Merge pull request #1343 from sirupsen/dbd-upd-dep

19 Jul 07:11
f8bf765
Compare
Choose a tag to compare

v1.8.1

09 Mar 10:28
bdc0db8
Compare
Choose a tag to compare
Merge pull request #1244 from sirupsen/dbd-release

update changelog

v1.8.0

17 Feb 16:50
d59e561
Compare
Choose a tag to compare

Correct versioning number replacing v1.7.1

v1.7.1

16 Feb 10:22
15ca3c0
Compare
Choose a tag to compare

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

Add new BufferPool and LogFunction APIs

28 Sep 10:51
6699a89
Compare
Choose a tag to compare
  • 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