sirupsen/logrus (github.com/sirupsen/logrus)
### [`v1.9.3`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.9.3)
[Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3)
- Fix a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines https://github.com/sirupsen/logrus/commit/f9291a534cac1466d26414fd9e326381cd64ecef (re-apply [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376))
- Fix panic in Writer https://github.com/sirupsen/logrus/commit/d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd
**Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3
### [`v1.9.2`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.9.2)
[Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.9.1...v1.9.2)
- Revert [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376), which introduced a regression in v1.9.1
**Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.1...v1.9.2
### [`v1.9.1`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.9.1)
[Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1)
#### What's Changed
- Fix data race in hooks.test package by [@FrancoisWagner](https://redirect.github.com/FrancoisWagner) in [https://github.com/sirupsen/logrus/pull/1362](https://redirect.github.com/sirupsen/logrus/pull/1362)
- Add instructions to use different log levels for local and syslog by [@tommyblue](https://redirect.github.com/tommyblue) in [https://github.com/sirupsen/logrus/pull/1372](https://redirect.github.com/sirupsen/logrus/pull/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](https://redirect.github.com/ozfive) in [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376)
- Use text when shows the logrus output by [@xieyuschen](https://redirect.github.com/xieyuschen) in [https://github.com/sirupsen/logrus/pull/1339](https://redirect.github.com/sirupsen/logrus/pull/1339)
#### New Contributors
- [@FrancoisWagner](https://redirect.github.com/FrancoisWagner) made their first contribution in [https://github.com/sirupsen/logrus/pull/1362](https://redirect.github.com/sirupsen/logrus/pull/1362)
- [@tommyblue](https://redirect.github.com/tommyblue) made their first contribution in [https://github.com/sirupsen/logrus/pull/1372](https://redirect.github.com/sirupsen/logrus/pull/1372)
- [@ozfive](https://redirect.github.com/ozfive) made their first contribution in [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376)
- [@xieyuschen](https://redirect.github.com/xieyuschen) made their first contribution in [https://github.com/sirupsen/logrus/pull/1339](https://redirect.github.com/sirupsen/logrus/pull/1339)
**Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1
### [`v1.9.0`](https://redirect.github.com/sirupsen/logrus/compare/v1.8.3...v1.9.0)
[Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.8.3...v1.9.0)
### [`v1.8.3`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.8.3)
[Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.8.2...v1.8.3)
#### What's Changed
- Add instructions to use different log levels for local and syslog by [@tommyblue](https://redirect.github.com/tommyblue) in [https://github.com/sirupsen/logrus/pull/1372](https://redirect.github.com/sirupsen/logrus/pull/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](https://redirect.github.com/ozfive) in [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376)
- Use text when shows the logrus output by [@xieyuschen](https://redirect.github.com/xieyuschen) in [https://github.com/sirupsen/logrus/pull/1339](https://redirect.github.com/sirupsen/logrus/pull/1339)
#### New Contributors
- [@tommyblue](https://redirect.github.com/tommyblue) made their first contribution in [https://github.com/sirupsen/logrus/pull/1372](https://redirect.github.com/sirupsen/logrus/pull/1372)
- [@ozfive](https://redirect.github.com/ozfive) made their first contribution in [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376)
- [@xieyuschen](https://redirect.github.com/xieyuschen) made their first contribution in [https://github.com/sirupsen/logrus/pull/1339](https://redirect.github.com/sirupsen/logrus/pull/1339)
**Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.8.2...v1.8.3
### [`v1.8.2`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.8.2)
[Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2)
#### What's Changed
- CI: use GitHub Actions by [@thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/sirupsen/logrus/pull/1239](https://redirect.github.com/sirupsen/logrus/pull/1239)
- go.mod: github.com/stretchr/testify v1.7.0 by [@thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/sirupsen/logrus/pull/1246](https://redirect.github.com/sirupsen/logrus/pull/1246)
- Change godoc badge to pkg.go.dev badge by [@minizilla](https://redirect.github.com/minizilla) in [https://github.com/sirupsen/logrus/pull/1249](https://redirect.github.com/sirupsen/logrus/pull/1249)
- Add support for the logger private buffer pool. by [@edoger](https://redirect.github.com/edoger) in [https://github.com/sirupsen/logrus/pull/1253](https://redirect.github.com/sirupsen/logrus/pull/1253)
- bump golang.org/x/sys depency version by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1280](https://redirect.github.com/sirupsen/logrus/pull/1280)
- Update README.md by [@runphp](https://redirect.github.com/runphp) in [https://github.com/sirupsen/logrus/pull/1266](https://redirect.github.com/sirupsen/logrus/pull/1266)
- indicates issues as stale automatically by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1281](https://redirect.github.com/sirupsen/logrus/pull/1281)
- ci: add go 1.17 to test matrix by [@anajavi](https://redirect.github.com/anajavi) in [https://github.com/sirupsen/logrus/pull/1277](https://redirect.github.com/sirupsen/logrus/pull/1277)
- reduce the list of cross build target by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1282](https://redirect.github.com/sirupsen/logrus/pull/1282)
- Improve Log methods documentation by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1283](https://redirect.github.com/sirupsen/logrus/pull/1283)
- fix race condition for SetFormatter and SetReportCaller by [@rubensayshi](https://redirect.github.com/rubensayshi) in [https://github.com/sirupsen/logrus/pull/1263](https://redirect.github.com/sirupsen/logrus/pull/1263)
- bump version of golang.org/x/sys dependency by [@nathanejohnson](https://redirect.github.com/nathanejohnson) in [https://github.com/sirupsen/logrus/pull/1333](https://redirect.github.com/sirupsen/logrus/pull/1333)
- update gopkg.in/yaml.v3 to v3.0.1 by [@izhakmo](https://redirect.github.com/izhakmo) in [https://github.com/sirupsen/logrus/pull/1337](https://redirect.github.com/sirupsen/logrus/pull/1337)
- update dependencies by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1343](https://redirect.github.com/sirupsen/logrus/pull/1343)
- Fix data race in hooks.test package by [@FrancoisWagner](https://redirect.github.com/FrancoisWagner) in [https://github.com/sirupsen/logrus/pull/1362](https://redirect.github.com/sirupsen/logrus/pull/1362)
#### New Contributors
- [@minizilla](https://redirect.github.com/minizilla) made their first contribution in [https://github.com/sirupsen/logrus/pull/1249](https://redirect.github.com/sirupsen/logrus/pull/1249)
- [@edoger](https://redirect.github.com/edoger) made their first contribution in [https://github.com/sirupsen/logrus/pull/1253](https://redirect.github.com/sirupsen/logrus/pull/1253)
- [@runphp](https://redirect.github.com/runphp) made their first contribution in [https://github.com/sirupsen/logrus/pull/1266](https://redirect.github.com/sirupsen/logrus/pull/1266)
- [@anajavi](https://redirect.github.com/anajavi) made their first contribution in [https://github.com/sirupsen/logrus/pull/1277](https://redirect.github.com/sirupsen/logrus/pull/1277)
- [@rubensayshi](https://redirect.github.com/rubensayshi) made their first contribution in [https://github.com/sirupsen/logrus/pull/1263](https://redirect.github.com/sirupsen/logrus/pull/1263)
- [@nathanejohnson](https://redirect.github.com/nathanejohnson) made their first contribution in [https://github.com/sirupsen/logrus/pull/1333](https://redirect.github.com/sirupsen/logrus/pull/1333)
- [@izhakmo](https://redirect.github.com/izhakmo) made their first contribution in [https://github.com/sirupsen/logrus/pull/1337](https://redirect.github.com/sirupsen/logrus/pull/1337)
- [@FrancoisWagner](https://redirect.github.com/FrancoisWagner) made their first contribution in [https://github.com/sirupsen/logrus/pull/1362](https://redirect.github.com/sirupsen/logrus/pull/1362)
**Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v1.8.1
->v1.9.3
Release Notes
sirupsen/logrus (github.com/sirupsen/logrus)
### [`v1.9.3`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.9.3) [Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3) - Fix a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines https://github.com/sirupsen/logrus/commit/f9291a534cac1466d26414fd9e326381cd64ecef (re-apply [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376)) - Fix panic in Writer https://github.com/sirupsen/logrus/commit/d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd **Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.2...v1.9.3 ### [`v1.9.2`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.9.2) [Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.9.1...v1.9.2) - Revert [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376), which introduced a regression in v1.9.1 **Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.1...v1.9.2 ### [`v1.9.1`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1) #### What's Changed - Fix data race in hooks.test package by [@FrancoisWagner](https://redirect.github.com/FrancoisWagner) in [https://github.com/sirupsen/logrus/pull/1362](https://redirect.github.com/sirupsen/logrus/pull/1362) - Add instructions to use different log levels for local and syslog by [@tommyblue](https://redirect.github.com/tommyblue) in [https://github.com/sirupsen/logrus/pull/1372](https://redirect.github.com/sirupsen/logrus/pull/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](https://redirect.github.com/ozfive) in [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376) - Use text when shows the logrus output by [@xieyuschen](https://redirect.github.com/xieyuschen) in [https://github.com/sirupsen/logrus/pull/1339](https://redirect.github.com/sirupsen/logrus/pull/1339) #### New Contributors - [@FrancoisWagner](https://redirect.github.com/FrancoisWagner) made their first contribution in [https://github.com/sirupsen/logrus/pull/1362](https://redirect.github.com/sirupsen/logrus/pull/1362) - [@tommyblue](https://redirect.github.com/tommyblue) made their first contribution in [https://github.com/sirupsen/logrus/pull/1372](https://redirect.github.com/sirupsen/logrus/pull/1372) - [@ozfive](https://redirect.github.com/ozfive) made their first contribution in [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376) - [@xieyuschen](https://redirect.github.com/xieyuschen) made their first contribution in [https://github.com/sirupsen/logrus/pull/1339](https://redirect.github.com/sirupsen/logrus/pull/1339) **Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1 ### [`v1.9.0`](https://redirect.github.com/sirupsen/logrus/compare/v1.8.3...v1.9.0) [Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.8.3...v1.9.0) ### [`v1.8.3`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.8.3) [Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.8.2...v1.8.3) #### What's Changed - Add instructions to use different log levels for local and syslog by [@tommyblue](https://redirect.github.com/tommyblue) in [https://github.com/sirupsen/logrus/pull/1372](https://redirect.github.com/sirupsen/logrus/pull/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](https://redirect.github.com/ozfive) in [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376) - Use text when shows the logrus output by [@xieyuschen](https://redirect.github.com/xieyuschen) in [https://github.com/sirupsen/logrus/pull/1339](https://redirect.github.com/sirupsen/logrus/pull/1339) #### New Contributors - [@tommyblue](https://redirect.github.com/tommyblue) made their first contribution in [https://github.com/sirupsen/logrus/pull/1372](https://redirect.github.com/sirupsen/logrus/pull/1372) - [@ozfive](https://redirect.github.com/ozfive) made their first contribution in [https://github.com/sirupsen/logrus/pull/1376](https://redirect.github.com/sirupsen/logrus/pull/1376) - [@xieyuschen](https://redirect.github.com/xieyuschen) made their first contribution in [https://github.com/sirupsen/logrus/pull/1339](https://redirect.github.com/sirupsen/logrus/pull/1339) **Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.8.2...v1.8.3 ### [`v1.8.2`](https://redirect.github.com/sirupsen/logrus/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2) #### What's Changed - CI: use GitHub Actions by [@thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/sirupsen/logrus/pull/1239](https://redirect.github.com/sirupsen/logrus/pull/1239) - go.mod: github.com/stretchr/testify v1.7.0 by [@thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/sirupsen/logrus/pull/1246](https://redirect.github.com/sirupsen/logrus/pull/1246) - Change godoc badge to pkg.go.dev badge by [@minizilla](https://redirect.github.com/minizilla) in [https://github.com/sirupsen/logrus/pull/1249](https://redirect.github.com/sirupsen/logrus/pull/1249) - Add support for the logger private buffer pool. by [@edoger](https://redirect.github.com/edoger) in [https://github.com/sirupsen/logrus/pull/1253](https://redirect.github.com/sirupsen/logrus/pull/1253) - bump golang.org/x/sys depency version by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1280](https://redirect.github.com/sirupsen/logrus/pull/1280) - Update README.md by [@runphp](https://redirect.github.com/runphp) in [https://github.com/sirupsen/logrus/pull/1266](https://redirect.github.com/sirupsen/logrus/pull/1266) - indicates issues as stale automatically by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1281](https://redirect.github.com/sirupsen/logrus/pull/1281) - ci: add go 1.17 to test matrix by [@anajavi](https://redirect.github.com/anajavi) in [https://github.com/sirupsen/logrus/pull/1277](https://redirect.github.com/sirupsen/logrus/pull/1277) - reduce the list of cross build target by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1282](https://redirect.github.com/sirupsen/logrus/pull/1282) - Improve Log methods documentation by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1283](https://redirect.github.com/sirupsen/logrus/pull/1283) - fix race condition for SetFormatter and SetReportCaller by [@rubensayshi](https://redirect.github.com/rubensayshi) in [https://github.com/sirupsen/logrus/pull/1263](https://redirect.github.com/sirupsen/logrus/pull/1263) - bump version of golang.org/x/sys dependency by [@nathanejohnson](https://redirect.github.com/nathanejohnson) in [https://github.com/sirupsen/logrus/pull/1333](https://redirect.github.com/sirupsen/logrus/pull/1333) - update gopkg.in/yaml.v3 to v3.0.1 by [@izhakmo](https://redirect.github.com/izhakmo) in [https://github.com/sirupsen/logrus/pull/1337](https://redirect.github.com/sirupsen/logrus/pull/1337) - update dependencies by [@dgsb](https://redirect.github.com/dgsb) in [https://github.com/sirupsen/logrus/pull/1343](https://redirect.github.com/sirupsen/logrus/pull/1343) - Fix data race in hooks.test package by [@FrancoisWagner](https://redirect.github.com/FrancoisWagner) in [https://github.com/sirupsen/logrus/pull/1362](https://redirect.github.com/sirupsen/logrus/pull/1362) #### New Contributors - [@minizilla](https://redirect.github.com/minizilla) made their first contribution in [https://github.com/sirupsen/logrus/pull/1249](https://redirect.github.com/sirupsen/logrus/pull/1249) - [@edoger](https://redirect.github.com/edoger) made their first contribution in [https://github.com/sirupsen/logrus/pull/1253](https://redirect.github.com/sirupsen/logrus/pull/1253) - [@runphp](https://redirect.github.com/runphp) made their first contribution in [https://github.com/sirupsen/logrus/pull/1266](https://redirect.github.com/sirupsen/logrus/pull/1266) - [@anajavi](https://redirect.github.com/anajavi) made their first contribution in [https://github.com/sirupsen/logrus/pull/1277](https://redirect.github.com/sirupsen/logrus/pull/1277) - [@rubensayshi](https://redirect.github.com/rubensayshi) made their first contribution in [https://github.com/sirupsen/logrus/pull/1263](https://redirect.github.com/sirupsen/logrus/pull/1263) - [@nathanejohnson](https://redirect.github.com/nathanejohnson) made their first contribution in [https://github.com/sirupsen/logrus/pull/1333](https://redirect.github.com/sirupsen/logrus/pull/1333) - [@izhakmo](https://redirect.github.com/izhakmo) made their first contribution in [https://github.com/sirupsen/logrus/pull/1337](https://redirect.github.com/sirupsen/logrus/pull/1337) - [@FrancoisWagner](https://redirect.github.com/FrancoisWagner) made their first contribution in [https://github.com/sirupsen/logrus/pull/1362](https://redirect.github.com/sirupsen/logrus/pull/1362) **Full Changelog**: https://github.com/sirupsen/logrus/compare/v1.8.1...v1.8.2Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.