Skip to content

Releases: honeycombio/husky

v0.25.0

22 Feb 14:58
v0.25.0
52ecefd
Compare
Choose a tag to compare

Enhancements

Maintenance

  • maint(deps): bump github.com/klauspost/compress from 1.17.4 to 1.17.5 (#238) | @dependabot
  • maint(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#237) | @dependabot

v0.24.0

05 Jan 21:40
ea33863
Compare
Choose a tag to compare

What's Changed

Fixes

🛠 Maintenance

Full Changelog: v0.23.1...v0.24.0

v0.23.1

08 Dec 21:56
5021264
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

🛠 Maintenance

Full Changelog: v0.23.0...v0.23.1

v0.23.0

08 Dec 20:30
a33a75d
Compare
Choose a tag to compare

What's Changed

💡 Enhancements

  • feat: Add public functions for handling OTLP HTTP responses by @TylerHelmuth in #219

🛠 Maintenance

🤷 Other Changes

  • maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #199
  • maint(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 by @dependabot in #200
  • maint(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #203
  • maint(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.1 by @dependabot in #202
  • maint(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.7 by @dependabot in #204
  • maint(deps): bump google.golang.org/grpc from 1.56.1 to 1.58.2 by @dependabot in #210
  • maint: bump github.com/klauspost/compress from 1.16.7 to 1.17.2 by @TylerHelmuth in #213
  • maint(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #214
  • maint(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #215
  • maint(deps): bump github.com/klauspost/compress from 1.17.2 to 1.17.4 by @dependabot in #217
  • maint(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 by @dependabot in #218

Full Changelog: v0.22.4...v0.23.0

v0.22.4

16 May 18:58
3e0c3f0
Compare
Choose a tag to compare

0.22.4 2023-05-16

fix: Send the values not the Values in exception details (#197) | Kent Quirk

This is to fix a bug that crept into the previous release.

v0.22.3

15 May 21:08
5862f43
Compare
Choose a tag to compare

0.22.3 2023-05-12

  • feat: copy exception details from span event to parent span (#191) | Phillip Carter
  • maint: Remove refs to proxy token and headers (#193) | Kent Quirk
  • maint: update dependabot config (#195) | Vera Reynolds
  • maint(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#190)
  • maint(deps): bump github.com/klauspost/compress from 1.16.0 to 1.16.3 (#189)
  • maint(deps): bump google.golang.org/protobuf from 1.28.1 to 1.30.0 (#188)
  • maint(deps): bump github.com/klauspost/compress from 1.16.3 to 1.16.5 (#194)

Full Changelog: v0.22.2...v0.22.3

v0.22.2

09 Mar 20:02
940bb99
Compare
Choose a tag to compare

Extends the changes in #182 to spanID and parentID.

v0.22.1

08 Mar 23:34
a5ad842
Compare
Choose a tag to compare

This fixes a problem that was identified after the v0.22.0 release.

  • Fix bug in BytesToTraceID, add test for it. | Kent Quirk

v0.22.0

08 Mar 17:35
0ddbf9c
Compare
Choose a tag to compare

This release fixes an issue where the traceID and spanID in OTLP/JSON data is being misinterpreted by protojson as base64,
rather than hex. We can't fix it in the protobuf, but we can reverse the bad decoding.

v0.21.0

22 Feb 22:15
260829f
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

🤷 Other Changes

Full Changelog: v0.20.0...v0.21.0