Releases: honeycombio/refinery
Releases · honeycombio/refinery
v1.7.0
Enhancements
- Replace internal duplicated code with Husky by @MikeGoldsmith in #341
- Also fixes segfaults caused by nil appearing in OTLP data as described in #358 by @lizthegrey
- Improves histogram buckets over the default set by @bdarfler in #355
Maintenance
- Update dependabot to monthly by @vreynolds in #356
Full Changelog: v1.6.1...v1.7.0
v1.6.1
Fixes
- Revert "Use alpine as base image (#343)" by @JamieDanielson in #352
Full Changelog: v1.6.0...v1.6.1
v1.6.0
v1.5.2
Fixes
- Build multi-arch docker images during publish CI step (#336) @MikeGoldsmith
v1.5.1
What's Changed
Fixes
- Fix for race condition in prometheus metrics (#324) @estheruary
- Update race condition fix to use RWLock instead of Lock (#331) @MikeGoldsmith & @robbkidd
Maintenance
- Build docker images on all builds and publish only on tag (#328) @MikeGoldsmith
- Makefile added with test targets to test in dev and CI the same way (#333) @robbkidd
New Contributors
- @estheruary made their first contribution in #324
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Enhancements
- Add dynamic sampler support to rules based samplers (#317) @puckpuck
- Publish arm64 Docker images (#323) @MikeGoldsmith
Maintenance
- Adds Stalebot (#321) @JamieDanielson
- Switch licecycle terminology to maintained (#315) cartermp
- Add NOTICE (#314) cartermp
- Add issue and PR templates (#307) @vreynolds
- Add OSS lifecycle badge (#304) @vreynolds
- Add community health files (#303) @vreynolds
- Bump github.com/spf13/viper from 1.8.1 to 1.9.0 (#320) [dependabot[bot]]
- Bump github.com/json-iterator/go from 1.1.11 to 1.1.12 (#316) [dependabot[bot]]
- Bump github.com/klauspost/compress from 1.13.4 to 1.13.6 (#319) [dependabot[bot]]
- Bump github.com/fsnotify/fsnotify from 1.5.0 to 1.5.1 (#311) [dependabot[bot]]
- Bump google.golang.org/grpc from 1.39.1 to 1.40.0 (#305) [dependabot[bot]]
- Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0 (#308) [dependabot[bot]]
- Bump github.com/klauspost/compress from 1.13.3 to 1.13.4 (#306) [dependabot[bot]]
v1.4.1
v1.4.0
Added
- Add support for OTLP over HTTP/protobuf #279 | @MikeGoldsmith
Maintenance
- Bump github.com/sirupsen/logrus from 1.2.0 to 1.8.1 (#290)
- Bump google.golang.org/grpc from 1.37.1 to 1.39.0 (#288)
- Bump github.com/gomodule/redigo from 1.8.4 to 1.8.5 (#287)
- Bump github.com/spf13/viper from 1.7.0 to 1.8.1 (#274)
- Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 (#242)
- Bump github.com/golang/protobuf from 1.4.3 to 1.5.2 (#252)
- Bump github.com/grpc-ecosystem/grpc-gateway from 1.12.1 to 1.16.0 (#233)
v1.3.0
Added
- Add support to "does-not-contain" operator on RulesBasedSampler #267 | @tr-fteixeira
Fixes
- Ensure span links and events generate events and get resource attrs #264 | @MikeGoldsmith