Releases: go-pogo/errors
Releases · go-pogo/errors
v0.11.1
v0.11.0
v0.10.0
Full Changelog: v0.9.1...v0.10.0
v0.9.1
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Full Changelog: v0.8.0...v0.9.0
This release contains breaking changes:
- minimal go version is changed to 1.20;
- Append is renamed to AppendInto, a new Append function is introduced;
- List is moved to pkg errlist;
- NewList is moved to pkg errlist and renamed to New;
- DefaultListCapacity is moved to pkg errlist and renamed to DefaultCapacity;
- WaitGroup is moved to pkg errgroup and renamed to Group;
- removed deprecated functions Combine;
- removed deprecated interface DeprecatedMultiError.
v0.8.0
Full Changelog: v0.7.0...v0.8.0
This release contains breaking changes:
- remove UnsupportedTypeError
- remove Callers()
- StackTrace.Frames() no longer returns []xerrors.Frame
- deprecate Newf in favor of Errorf
- deprecate Combine in favor of Join
- deprecate MultiError.Errors() in favor of MultiError.Unwrap()
v0.7.6
Full Changelog: v0.7.5...v0.7.6