All Versions
38
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.11.5 Changes
- 🔋 feature: add writer and writerlevel to entry (#372)
-
v0.11.4 Changes
- 🐛 bug: fix undefined variable on solaris (#493)
-
v0.11.3 Changes
- 🔧 formatter: configure quoting of empty values (#484)
- 🔧 formatter: configure quoting character (default is
"
) (#484) - 🐛 bug: fix not importing io correctly in non-linux environments (#481)
-
v0.11.2 Changes
- 🐛 bug: fix windows terminal detection (#476)
-
v0.11.1 Changes
- 🐛 bug: fix tty detection with custom out (#471)
-
v0.11.0 Changes
- 🐎 performance: Use bufferpool to allocate (#370)
- terminal: terminal detection for app-engine (#343)
- 🔋 feature: exit handler (#375)
-
v0.10.0 Changes
- 🔋 feature: Add a test hook (#180)
- 🔋 feature:
ParseLevel
is now case-insensitive (#326) - 🔋 feature:
FieldLogger
interface that generalizesLogger
andEntry
(#308) - 🐎 performance: avoid re-allocations on
WithFields
(#335)
-
v0.9.0 Changes
- logrus/text_formatter: don't emit empty msg
- 🚚 logrus/hooks/airbrake: move out of main repository
- 🚚 logrus/hooks/sentry: move out of main repository
- 🚚 logrus/hooks/papertrail: move out of main repository
- 🚚 logrus/hooks/bugsnag: move out of main repository
- ✅ logrus/core: run tests with
-race
- logrus/core: detect TTY based on
stderr
- 👍 logrus/core: support
WithError
on logger - 👍 logrus/core: Solaris support
-
v0.8.7 Changes
- logrus/core: fix possible race (#216)
- 🛠 logrus/doc: small typo fixes and doc improvements
-
v0.8.6 Changes
- hooks/raven: allow passing an initialized client