Releases: sirupsen/logrus
Releases · sirupsen/logrus
v1.9.3
v1.9.2
v1.9.1
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
- @FrancoisWagner made their first contribution in #1362
- @tommyblue made their first contribution in #1372
- @ozfive made their first contribution in #1376
- @xieyuschen made their first contribution in #1339
Full Changelog: v1.9.0...v1.9.1
v1.8.3
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
- @tommyblue made their first contribution in #1372
- @ozfive made their first contribution in #1376
- @xieyuschen made their first contribution in #1339
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- CI: use GitHub Actions by @thaJeztah in #1239
- go.mod: github.com/stretchr/testify v1.7.0 by @thaJeztah in #1246
- Change godoc badge to pkg.go.dev badge by @minizilla in #1249
- Add support for the logger private buffer pool. by @edoger in #1253
- bump golang.org/x/sys depency version by @dgsb in #1280
- Update README.md by @runphp in #1266
- indicates issues as stale automatically by @dgsb in #1281
- ci: add go 1.17 to test matrix by @anajavi in #1277
- reduce the list of cross build target by @dgsb in #1282
- Improve Log methods documentation by @dgsb in #1283
- fix race condition for SetFormatter and SetReportCaller by @rubensayshi in #1263
- bump version of golang.org/x/sys dependency by @nathanejohnson in #1333
- update gopkg.in/yaml.v3 to v3.0.1 by @izhakmo in #1337
- update dependencies by @dgsb in #1343
- Fix data race in hooks.test package by @FrancoisWagner in #1362
New Contributors
- @minizilla made their first contribution in #1249
- @edoger made their first contribution in #1253
- @runphp made their first contribution in #1266
- @anajavi made their first contribution in #1277
- @rubensayshi made their first contribution in #1263
- @nathanejohnson made their first contribution in #1333
- @izhakmo made their first contribution in #1337
- @FrancoisWagner made their first contribution in #1362
Full Changelog: v1.8.1...v1.8.2
v1.9.0: Merge pull request #1343 from sirupsen/dbd-upd-dep
update dependencies
v1.8.1
v1.8.0
v1.7.1
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