errors v0.8.1 Release Notes

Release Date: 2019-01-05 // over 5 years ago
  • ๐Ÿš€ pkg/errors 0.8.1 is a bug fix release for errors 0.8.0. It will be the last version to support Go 1.8 and below. pkg/errors 0.9 and above will require Go 1.9 for the new runtime.CallersFrames API.

    pkg/errors 0.8.1 also adds one new feature, errors.WithMessagef. Ideally this would be held over til 0.9, but that complicates the switch to runtime.CallersFrames.

    ๐Ÿ‘Œ Improvements

    • โž• Added errors.WithMessagef. Thanks @chemicL.

    ๐Ÿ› Bugs fixed