Releases: honeycombio/refinery
Releases · honeycombio/refinery
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
v1.2.1
v1.2.0
Added
- Add
UseTLSInsecure
config option to skip TLS verification with Redis (#254) | @beanieboi - Add
AddHostMetadataToTrace
config option to add Refinery hostname information to spans (#250) | @jharley - Additional config validation: verify that sample rate trace field key is specified, if needed (#248) | @paulosman
Changed
- Remove redundant peer/api suffix from response error metrics (#247) | @vreynolds
upstream_response_errors_api
,upstream_response_errors_peer
,peer_response_errors_api
,peer_response_errors_peer
- replaced by
upstream_response_errors
,peer_response_errors
- Fix rules sampler to emit correct metric (#236) | @isnotajoke
- Previously
dynsampler_num_dropped
was emitted, nowrulessampler_num_dropped
will be emitted
- Previously
Maintenance
- Update README content (#239) | @jjziv
- Move from garyburd Redigo to supported redigo (#249) | @verajohne
- Bump google.golang.org/grpc from 1.32.0 to 1.37.1 (#253)
- Bump github.com/prometheus/client_golang from 0.9.3 to 0.9.4 (#240)
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#232)
- Bump github.com/stretchr/testify from 1.5.1 to 1.7.0 (#231)
- Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 (#230)
- Bump github.com/hashicorp/golang-lru from 0.5.1 to 0.5.4 (#229)
v1.1.1
Fixes
- Refinery startup issues in v1.1.0