Skip to content

Releases: honeycombio/refinery

v1.16.0

12 Sep 13:27
93c2df5
Compare
Choose a tag to compare

1.16.0 2022-09-09

This release contains a number of small new features to assist in running refinery more effectively:

  • Adds new endpoints to help in debugging refinery rules (see README.md)
  • Fixes issues with SampleRate
  • Adds some new configuration parameters (see the *_complete.toml files for more)
  • Conforms to the GRPC standard for health probes
  • Accepts OTLP/JSON traces and conforms to the most recent OTLP trace specification

Enhancements

Maintenance

Dependencies

  • Bump github.com/stretchr/testify from 1.7.2 to 1.8.0 (#472) | dependabot
  • Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#484) | dependabot
  • Bump google.golang.org/grpc from 1.46.2 to 1.49.0 (#485, 494) | dependabot
  • Bump github.com/honeycombio/libhoney-go from 1.15.8 to 1.16.0 (#487) | dependabot
  • Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 (#488) | dependabot
  • Bump github.com/klauspost/compress from 1.15.7 to 1.15.9 (#495) | dependabot
  • Bump github.com/tidwall/gjson from 1.14.1 to 1.14.3 (#497) | dependabot
  • Update github.com/honeycombio/husky to latest and fix breaking changes (#505) | kentquirk
  • Go mod tidy (#507) | kentquirk

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0

01 Jul 16:14
805ffeb
Compare
Choose a tag to compare

Enhancements

Maintenance

Dependencies

  • Bump github.com/spf13/viper from 1.10.1 to 1.12.0 (#461)
  • Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#467)
  • Bump github.com/honeycombio/husky from 0.10.5 to 0.10.6 (#460)
  • Bump github.com/klauspost/compress from 1.15.4 to 1.15.6 (#466)
  • Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 (#463)

v1.14.1

17 May 00:52
afe516c
Compare
Choose a tag to compare

1.14.1 2022-05-16

Fixes

Maintenance

  • bump husky to 0.10.5 (#450) | @MikeGoldsmith
  • Bump github.com/klauspost/compress from 1.15.2 to 1.15.4 (#451) | dependabot
  • Bump github.com/tidwall/gjson from 1.14.0 to 1.14.1 (#444) | dependabot
  • Bump github.com/fsnotify/fsnotify from 1.5.1 to 1.5.4 (#441) | dependabot

Documentation

  • add a note about reloading the configuration when running within docker (#448) | @leviwilson
  • README: remove incorrect mention of sending SIGUSR1 to trigger a configuration reload (#447) | @jharley

v1.14.0

03 May 16:09
f15d37d
Compare
Choose a tag to compare

Enhancements

Maintenance

v1.13.0

08 Apr 16:11
2958619
Compare
Choose a tag to compare

Enhancements

  • Add parsing for nested json fields in the rules sampler (#418) | @ecobrien29

Maintenance

  • Update husky to v0.10.3 (#431) | @MikeGoldsmith
  • Bump google.golang.org/grpc from 1.43.0 to 1.45.0 (#428)
  • Bump github.com/klauspost/compress from 1.13.6 to 1.15.1 (#427)
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#426)
  • Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1 (#390)

v1.12.1

28 Mar 17:32
v1.12.1
3375d79
Compare
Choose a tag to compare

Fixes

Maintenance

Full Changelog: v1.12.0...v1.12.1

v1.12.0

24 Feb 21:59
fed00c1
Compare
Choose a tag to compare

Enhancements

Maintenance

Full Changelog: v1.11.0...v1.12.0

v1.11.0

18 Feb 00:42
v1.11.0
42d502b
Compare
Choose a tag to compare

Enhancements

Note: Environment & Services Support requires v1.12.0 and higher

Do not use this version with Environment & Services.

Maintenance

Full Changelog: v1.10.0...v1.11.0

v1.10.0

10 Feb 19:25
v1.10.0
1af8374
Compare
Choose a tag to compare

Enhancements

Fixes

  • fix: deadlock when reloading configs (#398) | @vreynolds
  • Fixed "honeeycomb" typo in log output when reloading config (#394) | @looneym

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

02 Feb 10:20
306d63c
Compare
Choose a tag to compare

Enhancements

  • Honor env. variable to set gRPC listener address (#386) | @seh
  • Add retries when connecting to redis during init (#382) | @MikeGoldsmith

Fixes

  • Properly set meta.refinery.local_hostname field (#387) | @jharley

Maintenance

  • docs: update rules example (#378) | @vreynolds
  • Bump github.com/gomodule/redigo from 1.8.5 to 1.8.8 (#374)
  • Bump github.com/spf13/viper from 1.9.0 to 1.10.1 (#375)
  • Bump google.golang.org/grpc from 1.42.0 to 1.43.0 (#372)