| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-19 | 513 Bytes | |
| v1.10.1 source code.tar.gz | 2026-08-19 | 71.8 kB | |
| v1.10.1 source code.zip | 2026-08-19 | 97.7 kB | |
| Totals: 3 Items | 170.0 kB | 2 | |
Logrus v1.10.1
This patch release fixes two issues in field formatting and handling:
- Fix a regression introduced in v1.10.0 where
TextFormattercould panic when formatting nil or panickingerrorandfmt.Stringervalues. - Allow function-backed values implementing
errorto be used withWithError,WithField, andWithFields.
Dependency Changes
- update github.com/stretchr/testify to v1.12.0
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.10.0...v1.10.1