Skip to content

Releases: honeycombio/husky

v0.20.0

16 Feb 19:58
c7a4029
Compare
Choose a tag to compare

Enhancements

v0.19.0

13 Jan 15:12
1bd98ce
Compare
Choose a tag to compare

Enhancements

  • Add error field to events/links on spans that are error spans (#159) | @cartermp

Fixed

Maintenance

v0.18.0

07 Nov 15:46
01b7a18
Compare
Choose a tag to compare

0.18.0 2022-11-07

🐛 Fixed

🛠 Maintenance

Full Changelog: v0.17.0...v0.18.0

v0.17.0

12 Oct 18:46
23562f0
Compare
Choose a tag to compare

0.17.0 2022-10-12

Enhancements

Maintenance

  • Add new project workflow (#135) | @vreynolds
  • Update some dependencies for protobuf and ioutil (#136) | @kentquirk
  • Bump github.com/klauspost/compress from 1.15.9 to 1.15.11 (#134)

v0.16.1

27 Sep 18:55
a9e37e4
Compare
Choose a tag to compare
v0.16.1 Pre-release
Pre-release

Fixed

Maintenance

  • Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#120)
  • Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.11.1 to 2.11.3 (#119)

v0.16.0

13 Sep 21:07
972c369
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

Enhancements

Full Changelog: v0.15.0...v0.16.0

v0.15.0

24 Aug 14:18
4970c0e
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

Enhancements

Fixed

v0.14.0

16 Aug 16:13
a35f50d
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

0.14.0 2022-08-16

Enhancements

  • Replace usage of OTLP proto with internal copy (#106) | @MikeGoldsmith
    • Exposes the forked OTLP proto files for internal and external use
  • Update OTLP proto to v0.19.0 (#110) | @MikeGoldsmith
  • Add support for scope attributes when translating traces & metrics requests (#111) | @MikeGoldsmith

v0.13.0

03 Aug 13:53
2df5710
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

Enhancements

  • Add copy of genereted OTLP proto files (#100) | @kentquirk
    • Includes re-adding previously depreate metrics types (IntSum, IntGauge & IntHistogram) and StringKeyValue

v0.12.0

26 Jul 12:20
e25681e
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Enhancements

!!! Breaking Changes !!!

  • Update OTLP proto to v0.18 (#87) | @MikeGoldsmith
    • Husky will no longer support translating Deprecated metric types into Honeycomb events.

Fixed