Releases: honeycombio/husky
Releases · honeycombio/husky
v0.20.0
Enhancements
- Detect if scope is from instrumentation library (#170) | @MikeGoldsmith
v0.19.0
v0.18.0
0.18.0 2022-11-07
🐛 Fixed
- Fix kvlist and byte arrays marshalling by @kentquirk in #145
🛠 Maintenance
- maint: delete workflows for old board by @vreynolds in #139
- maint: add release file by @vreynolds
Full Changelog: v0.17.0...v0.18.0
v0.17.0
0.17.0 2022-10-12
Enhancements
- Add span sample rate to links and events (#133) | @MikeGoldsmith
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
v0.16.0
v0.15.0
Enhancements
- Add support for translating otlp/json trace and log requests (#112) | @MikeGoldsmith
Fixed
- Stop scope attributes from crossing scopes (#113) | @MikeGoldsmith
v0.14.0
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
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
Enhancements
!!! Breaking Changes !!!
- Update OTLP proto to v0.18 (#87) | @MikeGoldsmith
- Husky will no longer support translating Deprecated metric types into Honeycomb events.
Fixed
- Fix flaky invalid OTLP request body test (#98) | @MikeGoldsmith