All Versions
41
Latest Version
Avg Release Cycle
31 days
Latest Release
1472 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.14.0 Changes
December 11, 2018โ Removed
- errorlog: implementation moved to github.com/goph/logur
-
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
- Return nil from
-
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
- errorlogrus: Add
-
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 chainContext
function to get the context from an error (and all parent errors)StackTrace
andExposeStackTrace
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
interfaceWithPrefix
didn't really make sense with the decorator patternContextor
interfaceStackTracer
interfaceErrorCollection
interface
-
v0.7.1 Changes
April 27, 2018๐ Changed
- ๐ฒ
ErrorCollection
errors are handled as separate lines in the log handler
- ๐ฒ