Releases: gravitational/trace
Releases · gravitational/trace
v1.4.0
What's Changed
- Bump google.golang.org/grpc from 1.43.0 to 1.53.0 by @dependabot in #94
- Bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #100
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #101
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #105
Breaking Changes
All logrus functionality has been removed and it is no longer a dependency of trace.
- Remove logrus dependency by @rosstimothy in #107
- Remove references to UDP logrus hook from README by @rosstimothy in #108
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- fix: Handle aggregates correctly in trail.ToGRPC by @codingllama in #98
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Update dependencies by @jentfoo
- Make "IsError" methods work with Go-wrapped errors by @codingllama in #95
- Manually unwrap on trail.ToGRPC by @codingllama in #96
- Make IsAggregate work with Go-wrapped errors by @codingllama in #97
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Do not discard invalid error payloads in
ReadError
by @vitorenesduarte in #86
Full Changelog: v1.2.0...v1.2.1
V1.1.19
What's Changed
- Added support for stdlib Is/As to aggregate by @strideynet in #77
Full Changelog: v1.1.18...v1.1.19
v1.1.17
What's Changed
- Validate error contents are equivalent in Is by @rosstimothy in #73
Full Changelog: v1.1.16...v1.1.17
v1.1.16
What's Changed
- trail: preserve grpc status code in ToGRPC by @awly in #66
- Make errors received via HTTP more informational by @andrejtokarcik in #67
- Hide stacktrace from HTTP response by @atburke in #68
- Migrate to go module by @ldez in #57
- Make all trace.Error implementations compatible with errors.Is by @rosstimothy in #72
New Contributors
- @andrejtokarcik made their first contribution in #67
- @atburke made their first contribution in #68
- @ldez made their first contribution in #57
Full Changelog: v1.1.15...v1.1.16
v1.1.14: Consistency and unification (#60)
* Consistency in the response JSON. Same structure for all types of errors. * Improved comment. * Test cases for replyJSON * Fixed typo in comment. * Unification of json marshal error message.