All Versions
41
Latest Version
Avg Release Cycle
31 days
Latest Release
1472 days ago

Changelog History
Page 3

  • v0.14.0 Changes

    December 11, 2018

    โœ‚ Removed

  • v0.13.0 Changes

    December 07, 2018

    ๐Ÿ”„ Changed

    • Replaced go-kit errorlog with a custom interface
  • v0.12.1 Changes

    December 07, 2018

    โž• Added

    • Return nil from With when error is nil
  • v0.12.0 Changes

    September 24, 2018

    โž• Added

    • WrapWith function to wrap an error with message, stack trace and context at the same time
    • ๐Ÿš€ Release scripts
  • v0.11.0 Changes

    August 30, 2018

    ๐Ÿ›  Fixed

    • httperr: Fix wrapped HTTP error formatting
    • ๐Ÿ›  Fix stack expose wrapper error formatting
    • โž• Add Wrap and Wrapf functions
  • v0.10.0 Changes

    August 21, 2018

    โž• Added

    • errorlogrus: Add AttachContext option to the Hook so that the entry data is appended to the error
    • errorlogrus: Add an error handler logging with Logrus

    ๐Ÿ”„ Changed

    • httperr: Moved HTTP related code to separate package
    • ๐Ÿ› bugsnag: Improve logger
    • errorlog: Renamed log package
    • errorlog: Improved package
    • errorlogrus: Rename logrus package
    • airbrake: Improve Airbrake package
  • v0.9.1 Changes

    July 27, 2018

    โž• Added

    • ๐Ÿ› bugsnag: logger
  • v0.9.0 Changes

    July 27, 2018

    โž• Added

    • ๐Ÿ› bugsnag: support stack trace
    • ๐Ÿ› bugsnag: context and error name

    ๐Ÿ”„ Changed

    • ๐Ÿ› bugsnag: notifier struct is not exported anymore
    • ๐Ÿ› bugsnag: NewNotifierFromHandler constructor to create a handler from a custom notifier instance
  • v0.8.0 Changes

    June 24, 2018

    โž• Added

    • ForEachCause function to be able to loop through all errors in a chain
    • Context function to get the context from an error (and all parent errors)
    • StackTrace and ExposeStackTrace for working with stack trace
    • logrus hook

    ๐Ÿ”„ Changed

    • airbrake: Use ForEachCause to find an HTTP request embedded into an error
    • HTTP Request handling
    • ๐Ÿ”จ Refactor converting key-value pairs to maps
    • ๐Ÿ‘• Rename HTTP related function names to upper case (according to golint)

    ๐Ÿ›  Fixed

    • airbrake: Make sure the stack trace is available from the topmost error

    โœ‚ Removed

    • Causer interface
    • WithPrefix didn't really make sense with the decorator pattern
    • Contextor interface
    • StackTracer interface
    • ErrorCollection interface
  • v0.7.1 Changes

    April 27, 2018

    ๐Ÿ”„ Changed

    • ๐ŸŒฒ ErrorCollection errors are handled as separate lines in the log handler