All Versions
23
Latest Version
Avg Release Cycle
28 days
Latest Release
1301 days ago

Changelog History
Page 1

  • v0.17.0

    August 26, 2020
  • v0.16.2 Changes

    January 16, 2020

    ๐Ÿ›  Fixed

    • WithField return type
  • v0.16.1 Changes

    January 16, 2020

    ๐Ÿ›  Fixed

    • ๐ŸŒฒ Log event assertion output
  • v0.16.0 Changes

    January 15, 2020

    โž• Added

    • LoggerContext interface
    • LoggerFacade interface (combination of Logger and LoggerContext)
    • LoggerContextFunc logger function wrapper
    • NoopHandler no-op error handler
    • โœ… TestLoggerContext, TestLoggerSet test error handlers

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved conformance tests

    ๐Ÿ›  Fixed

    • ๐ŸŒฒ gRPC format log functions

    ๐Ÿ—„ Deprecated

    • NewNoopLogger no-op logger. Use NoopLogger instead.
    • โœ… NewTestHandler test handler factory. Use TestHandler instead.
    • ๐Ÿ“ฆ LoggerTestSuite test suite. Use the new conformance package instead.
    • LogEventsEqual function. Use LogEvent.Equals and LogEvent.AssertEquals instead.
  • v0.15.1 Changes

    November 12, 2019

    โž• Added

    • WithField as a shortcut for WithFields
    • Github Actions workflow
  • v0.15.0 Changes

    August 22, 2019

    ๐Ÿ”„ Changed

    • Import path to logur.dev/logur
  • v0.14.0 Changes

    August 22, 2019

    โœ‚ Removed

    • Adapter implementations. Use the ones from the new organization
    • Integration implementations (with external dependencies). Use the ones from the new organization
  • v0.13.0 Changes

    August 22, 2019

    ๐Ÿ—„ Deprecated

    • Adapter implementations. Use the ones from the new organization
    • Integration implementations (with external dependencies). Use the ones from the new organization
  • v0.12.0 Changes

    August 16, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed ContextualLogger to fieldLogger
    • ๐Ÿšš Examples are moved to a separate module

    โœ‚ Removed

  • v0.11.2 Changes

    July 18, 2019

    ๐Ÿ›  Fixed

    • Minimum Logrus version (#49)