Skip to content

vendor: github.com/sirupsen/logrus v1.10.0 - #4012

Merged
tonistiigi merged 1 commit into
docker:masterfrom
thaJeztah:bump_logrus
Aug 14, 2026
Merged

vendor: github.com/sirupsen/logrus v1.10.0#4012
tonistiigi merged 1 commit into
docker:masterfrom
thaJeztah:bump_logrus

Conversation

@thaJeztah

@thaJeztah thaJeztah commented Aug 13, 2026

Copy link
Copy Markdown
Member

vendor: github.com/sirupsen/logrus v1.10.0

Notable changes:

  • Add bidirectional log/slog integration with a Logrus hook and slog.Handler.
  • Add minimal, composable logging interfaces for individual log levels.
  • Fix reentrant logging deadlocks and improve concurrency safety around formatters, hooks, and entries.
  • Fix generic Log, Logf, Logln, and LogFn methods unexpectedly panicking at PanicLevel.
  • Allow Entry.Caller to be set explicitly and preserved across derived entries.
  • Improve TextFormatter performance and reduce allocations significantly.
  • Improve common Logger and Entry hot paths and caller-reporting performance.
  • Update TextFormatter handling for []byte, debug/trace colors, and Windows ANSI terminals.
  • Raise the minimum supported Go version to Go 1.23.
  • Deprecate Entry.HasCaller and MutexWrap.

release-notes: https://github.com/sirupsen/logrus/releases/tag/v1.10.0
full diff: sirupsen/logrus@v1.9.4...v1.10.0

Notable changes:

- Add bidirectional `log/slog` integration with a Logrus hook and `slog.Handler`.
- Add minimal, composable logging interfaces for individual log levels.
- Fix reentrant logging deadlocks and improve concurrency safety around formatters, hooks, and entries.
- Fix generic `Log`, `Logf`, `Logln`, and `LogFn` methods unexpectedly panicking at `PanicLevel`.
- Allow `Entry.Caller` to be set explicitly and preserved across derived entries.
- Improve `TextFormatter` performance and reduce allocations significantly.
- Improve common Logger and Entry hot paths and caller-reporting performance.
- Update `TextFormatter` handling for `[]byte`, debug/trace colors, and Windows ANSI terminals.
- Raise the minimum supported Go version to Go 1.23.
- Deprecate `Entry.HasCaller` and `MutexWrap`.

release-notes: https://github.com/sirupsen/logrus/releases/tag/v1.10.0
full diff: sirupsen/logrus@v1.9.4...v1.10.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
thaJeztah marked this pull request as ready for review August 13, 2026 15:48
@tonistiigi
tonistiigi merged commit 5c83459 into docker:master Aug 14, 2026
162 checks passed
@thaJeztah
thaJeztah deleted the bump_logrus branch August 14, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants