Skip to content

Releases: honeycombio/refinery

v2.8.4

11 Oct 16:42
6b10d11
Compare
Choose a tag to compare

2.8.4 2024-10-11

This is a bugfix release

See full details in the Release Notes.

Fixes

  • fix: Switch collector_collect_loop_duration_ms metric to be a histogram (#1381) | Tyler Helmuth

v2.8.3

10 Oct 16:24
27d8543
Compare
Choose a tag to compare

2.8.3 2024-10-08

This is a bugfix update

See full details in the Release Notes.

Changes

v2.8.2

13 Sep 19:47
c9f8063
Compare
Choose a tag to compare

This is a bug fix release.

In particular, the feature of Throughput Samplers known as UseClusterSize did not work, leading to odd results. This release fixes that problem.

It also allows the new SendKey feature to be controlled with environment variables and the command line.

2.8.2 2024-09-13

Changes

v2.8.1

05 Sep 19:33
135e46d
Compare
Choose a tag to compare

2.8.1 2024-09-05

This is a bugfix update; it replaces v2.8.0, which has been withdrawn.

These release notes incorporate all of the 2.8.0 updates as well.

This release has many features designed to help manage and operate Refinery at scale.
It also includes some features to help in writing sampling rules (in and not-in operators, root.)
See full details in the Release Notes.

Features

Fixes

Maintenance

Full Changelog: v2.7.0...v2.8.1

v2.7.1

15 Aug 20:41
v2.7.1
58acdab
Compare
Choose a tag to compare

2.7.1 2024-08-15

This is a bug fix release.
Sending compressed event or batch payloads that are larger than 5MB will now result in a HTTP 400 "failed to parse event" error response to clients.

Fixes

v2.7.0

29 Jul 20:44
e24f371
Compare
Choose a tag to compare

2.7.0 2024-07-29

This release incorporates a new publish/subscribe (pubsub) system for faster and cleaner communication between Refinery nodes.
In particular, the way Refinery uses Redis has changed.
See full details in the Release Notes.

Features

Fixes

Maintenance

v2.6.1

17 Jun 20:50
aefec0b
Compare
Choose a tag to compare

What's Changed

🐛 Fixes

🛠 Maintenance

  • maint(deps): bump the minor-patch group with 9 updates by @dependabot in #1198

Full Changelog: v2.6.0...v2.6.1

v2.6.0

17 Jun 14:46
1d1635a
Compare
Choose a tag to compare

What's Changed

💡 Enhancements

🛠 Maintenance

Full Changelog: v2.5.2...v2.6.0

v2.5.2

22 May 19:36
5e4bcf5
Compare
Choose a tag to compare

Release v2.5.2 2024-05-22

This release fixes a race condition in OTel Metrics that caused Refinery to crash.
This update is recommended for everyone who has OTelMetrics enabled.

Fixes

Thanks to Joshua Jones for the bug report and diagnosis.

v2.5.1

15 May 17:27
4bb5695
Compare
Choose a tag to compare

2.5.1 2024-05-15

Fixes

Maintenance