Skip to content

Commit d1c020d

Browse files
authored
rel: prepare v3.0.1 (#1742)
## Which problem is this PR solving? Prepare release notes and changelogs for v3.0.1
1 parent 0828654 commit d1c020d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Refinery Changelog
22

3+
## 3.0.1 2025-11-10
4+
5+
### 🐛 Fixes
6+
7+
- fix: use sendKey for rule matching if it's configured by @VinozzZ in https://github.com/honeycombio/refinery/pull/1735
8+
- fix: sampleRate incoming as resource attribute by @robbkidd in https://github.com/honeycombio/refinery/pull/1739
9+
10+
### 🛠 Maintenance
11+
12+
- maint: correct README.md to reflect the latest changes by @VinozzZ in https://github.com/honeycombio/refinery/pull/1690
13+
- maint: upgrade to go 1.25 by @robbkidd in https://github.com/honeycombio/refinery/pull/1715
14+
- maint: remove automaxprocs dependency by @robbkidd in https://github.com/honeycombio/refinery/pull/1725
15+
- fix(ci): publish multi-arch image to multiple registry by @VinozzZ in https://github.com/honeycombio/refinery/pull/1709
16+
- docs: update to document v2.x limited support by @robbkidd in https://github.com/honeycombio/refinery/pull/1729
17+
318
## 3.0.0 2025-10-02
419

520
This is a performance improvement release, focused on memory and CPU efficiency.

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
While [CHANGELOG.md](./CHANGELOG.md) contains detailed documentation and links to all the source code changes in a given release, this document is intended to be aimed at a more comprehensible version of the contents of the release from the point of view of users of Refinery.
44

5+
## Version 3.0.1
6+
7+
This is a bug fix release to fix a regression in recording original sample rate from OTLP resource attributes and rule matching with send key configured.
8+
59
## Version 3.0.0
610

711
This is a performance improvement release, focused on memory and CPU efficiency.

0 commit comments

Comments
 (0)