Skip to content

Commit aefec0b

Browse files
rel: Prepare v2.6.1 release (#1209)
## Which problem is this PR solving? Prepares the next release of Refinery for publishing. ## Short description of the changes - Add change log entry - Add release notes entry --------- Co-authored-by: Kent Quirk <[email protected]>
1 parent eb76cf4 commit aefec0b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Refinery Changelog
22

3+
## 2.6.1 2024-06-17
4+
5+
### Fixes
6+
7+
- fix: Don’t consider log events as root spans (#1208) | @MikeGoldsmith
8+
9+
### Maintenance
10+
11+
- maint(deps): bump the minor-patch group with 9 updates (#1198) | @dependabot
12+
313
## 2.6.0 2024-06-17
414

515
### Features

RELEASE_NOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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 2.6.1
6+
7+
This is a bug fix release.
8+
In the log handling logic newly introduced in v2.6.0, Refinery would incorrectly consider log events to be root spans in a trace.
9+
After this fix, log events can never be root spans.
10+
This is recommended for everyone who wants to use the new log handling capabilities.
11+
512
## Version 2.6.0
613

714
With this release, Refinery begins the process of integrating multiple telemetry signal types by handling logs as well as traces.

0 commit comments

Comments
 (0)