Skip to content

v0.9.0

Compare
Choose a tag to compare
@roeldev roeldev released this 04 Feb 12:50
· 24 commits to main since this release
381228e

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.