Releases: honeycombio/husky
Releases · honeycombio/husky
v0.25.0
Enhancements
- feat: Allow flattening of OTLP key-value lists (#240) | @MikeGoldsmith
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
What's Changed
Fixes
- fix: properly parse parent id for logs by @kentquirk in #230
- fix: Handle case of endtime before starttime by @kentquirk in #231
🛠 Maintenance
- maint: update codeowners to pipeline-team by @JamieDanielson in #226
- maint(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #228
- maint(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 by @dependabot in #229
- chore: fix team name for dependabot by @kentquirk in #233
- rel: Prep for release v0.24.0 by @kentquirk in #234
Full Changelog: v0.23.1...v0.24.0
v0.23.1
What's Changed
🐛 Fixes
- fix: bug where we could error after writing a status code by @TylerHelmuth in #224
🛠 Maintenance
- maint: add deps and docs to maintenance in release (#223) | Jamie Danielson
- maint: add extra detail to release doc (#222) | Jamie Danielson
Full Changelog: v0.23.0...v0.23.1
v0.23.0
What's Changed
💡 Enhancements
- feat: Add public functions for handling OTLP HTTP responses by @TylerHelmuth in #219
🛠 Maintenance
- maint: update codeowners by @TylerHelmuth in #220
🤷 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
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
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
v0.22.1
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
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.
- fix: JSON ingestion issue (#179) | Kent Quirk
- maint: clean up after dependabot (#180) | Kent Quirk
- maint(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#178) | dependabot[bot]
- maint(deps): bump google.golang.org/grpc from 1.50.0 to 1.53.0 (#177) | dependabot[bot]
- maint(deps): bump github.com/klauspost/compress from 1.15.11 to 1.16.0 (#176) | dependabot[bot]
v0.21.0
What's Changed
🐛 Fixes
- fix: update java library name prefix by @JamieDanielson in #173
- fix: update dotnet library name prefix by @JamieDanielson in #174
- fix: correct Ruby library/scope name prefix by @robbkidd in #172
🤷 Other Changes
Full Changelog: v0.20.0...v0.21.0