Skip to content

Releases: honeycombio/refinery

v1.7.0

29 Nov 23:26
c49d5ae
Compare
Choose a tag to compare

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

Full Changelog: v1.6.1...v1.7.0

v1.6.1

10 Nov 23:18
6e6e805
Compare
Choose a tag to compare

Fixes

Full Changelog: v1.6.0...v1.6.1

v1.6.0

05 Nov 14:42
4946888
Compare
Choose a tag to compare

Enhancements

Fixes

  • bump libhoney-go to v1.15.6
  • empower apply-labels action to apply labels (#344)
  • Bump github.com/honeycombio/libhoney-go from 1.15.4 to 1.15.5 (#327)
  • Re-add missing docker login when publishing (#338)

v1.5.2

13 Oct 18:04
b38fc70
Compare
Choose a tag to compare

Fixes

v1.5.1

08 Oct 18:18
e9b91f1
Compare
Choose a tag to compare

What's Changed

Fixes

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

Full Changelog: v1.5.0...v1.5.1

v1.5.0

01 Oct 18:21
4aa802c
Compare
Choose a tag to compare

Enhancements

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

09 Aug 14:53
a5c1424
Compare
Choose a tag to compare

Fixes

  • Add span.kind when ingesting OTLP (#299)

Maintenance

  • Bump google.golang.org/grpc from 1.39.0 to 1.39.1 (#300)
  • Bump github.com/klauspost/compress from 1.13.2 to 1.13.3 (#301)
  • Bump github.com/honeycombio/libhoney-go from 1.12.4 to 1.15.4 (#295)
  • Bump github.com/klauspost/compress from 1.10.3 to 1.13.2 (#297)

v1.4.0

16 Jul 16:02
ce4769d
Compare
Choose a tag to compare

Added

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

08 Jul 19:26
8c28b31
Compare
Choose a tag to compare

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

01 Jun 16:20
c07a83b
Compare
Choose a tag to compare

1.2.1

Fixes

  • OTLP span events are now supported, they were being dropped on the floor previously (#261) | @dstrelau