All Versions
38
Latest Version
Avg Release Cycle
-
Latest Release
-

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 generalizes Logger and Entry (#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