Skip to content

Releases: memsql/errors

memsql errors v0.2.0

02 Jun 21:05

Choose a tag to compare

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

24 Jul 12:05

Choose a tag to compare

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

Full Changelog: https://github.com/memsql/errors/commits/v0.1.0