Releases: containerd/errdefs
Releases · containerd/errdefs
v1.0.0
pkg/v0.3.0
What's Changed
Full Changelog: v0.3.0...pkg/v0.3.0
v0.3.0
This release splits the errdefs package into the github.com/containerd/errdefs
package which only contains error definitions as well as basic functions to check for those definitions and the github.com/containerd/errdefs/pkg
package which containers functionality for using the errdefs, such as error serialization and adding more data to errors.
What's Changed
- Update GitHub Actions packages and runners by @austinvazquez in #20
- Add errdefs/pkg package by @dmcgowan in #19
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add more grpc types by @dmcgowan in #3
- Split gRPC and HTTP error utility into seperate packages by @austinvazquez in #5
- Fix Cancelled interface typo by @dmcgowan in #6
- Add stack support by @dmcgowan in #8
- Add a resolve error function to return first error by @dmcgowan in #9
- Add support for custom error messages by @dmcgowan in #10
- Add support for grpc error details and multiple errors by @dmcgowan in #7
- Complete interface definitions for errors by @dmcgowan in #18
New Contributors
- @austinvazquez made their first contribution in #5
Full Changelog: v0.1.0...v0.2.0