Skip to content

Releases: gravitational/trace

v1.4.0

13 Mar 14:34
88b715e
Compare
Choose a tag to compare

What's Changed

Breaking Changes

All logrus functionality has been removed and it is no longer a dependency of trace.

Full Changelog: v1.3.1...v1.4.0

v1.3.1

07 Aug 15:07
6b0832f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

04 Aug 20:16
1cff453
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

18 Jan 16:07
0ba9f80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

V1.1.19

27 Jun 10:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.18...v1.1.19

v1.1.17

04 Feb 15:58
9996f8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.16...v1.1.17

v1.1.16

04 Feb 15:58
6de67b7
Compare
Choose a tag to compare

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

Full Changelog: v1.1.15...v1.1.16

v1.1.14: Consistency and unification (#60)

29 Jan 17:13
bbab4b8
Compare
Choose a tag to compare
* 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.