Skip to content

Releases: sirupsen/logrus

v1.9.4

15 Jan 09:56
v1.9.4
b61f268

Choose a tag to compare

Notable changes

  • go.mod: update minimum supported go version to v1.17 #1460
  • go.mod: bump up dependencies #1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #1364
  • Add WASI wasip1 support #1388
  • Remove uses of deprecated ioutil package #1472
  • CI: update actions and golangci-lint #1459
  • CI: remove appveyor, add macOS #1460

Full Changelog: v1.9.3...v1.9.4

v1.9.3

22 Jun 20:35

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

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

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

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

Choose a tag to compare

What's Changed

New Contributors

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

v1.9.0

19 Jul 07:11
f8bf765

Choose a tag to compare

What's Changed

  • CI: use GitHub Actions in #1239
  • go.mod: github.com/stretchr/testify v1.7.0 in #1246
  • Change godoc badge to pkg.go.dev badge in #1249
  • Add support for the logger private buffer pool in #1253
  • bump golang.org/x/sys depency version in #1280
  • Update README.md in #1266
  • indicates issues as stale automatically in #1281
  • ci: add go 1.17 to test matrix in #1277
  • reduce the list of cross build target in #1282
  • Improve Log methods documentation in #1283
  • fix race condition for SetFormatter and SetReportCaller in #1263
  • bump version of golang.org/x/sys dependency in #1333
  • update gopkg.in/yaml.v3 to v3.0.1 in #1337
  • update dependencies in #1343

Full Changelog: v1.8.1...v1.9.0

v1.8.1

09 Mar 10:28
bdc0db8

Choose a tag to compare

Merge pull request #1244 from sirupsen/dbd-release

update changelog

v1.8.0

17 Feb 16:50
d59e561

Choose a tag to compare

Correct versioning number replacing v1.7.1

v1.7.1

16 Feb 10:22
15ca3c0

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