Releases: memsql/errors
Releases · memsql/errors
memsql errors v0.2.0
Introduces errors.Annotate() and errors.Annotation(), to set an get "annotations" respectively. Annotations are passed as args to capture handlers.
Introduces errors.String.Wrap() and errorString.Unwrap (a bug fix).
What's Changed
- capture_test fixes by @dncohen in #14
- [feat+fix] add string wrap and unwrap by @muir in #15
- [feat] add error annotations by @muir in #16
Full Changelog: v0.1.0...v0.2.0
memsql errors v0.1.0
What's Changed
- add godoc link by @muir in #2
- Add args to Wrapf errors by @S2BryanW in #4
- fix exception refernce in Expand by @dncohen in #6
- concat variadic args without side effects of append by @dncohen in #7
- add github actions, update readme by @muir in #5
- call capture handlers in goroutines and introduce capture timeout by @dncohen in #1
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #11
New Contributors
- @muir made their first contribution in #2
- @S2BryanW made their first contribution in #4
- @dncohen made their first contribution in #6
- @dependabot made their first contribution in #11
Full Changelog: https://github.com/memsql/errors/commits/v0.1.0