Skip to content

Commit

Permalink
rel: Prepare 2.8.3 release (#1367)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Prepares the 2.8.3 release.

## Short description of the changes

- Add change log entry
- Add release notes entry
  • Loading branch information
MikeGoldsmith authored Oct 10, 2024
1 parent d17355c commit 51f5941
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Refinery Changelog

## 2.8.3 2024-10-08

### Changes

- fix: Only set incoming user agent if not already present (#1366) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- fix: Put a limit on the size of sampler keys (#1364) | [Kent Quirk](https://github.com/kentquirk)
- feat: Record original user agent for spans and logs (#1358) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- feat: Make collector health check timeout configurable (#1371) | [Yingrong Zhao](https://github.com/vinozzZ)

## 2.8.2 2024-09-13

Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## Version 2.8.3

This is a bug fix release.
It fixes a bug when building sampler key using a very high cardinality field. The fix is to only take the first 100 unique field values.
It also adds support for Refinery to record the original sender user agent in event data under the key `meta.refinery.incoming_user_agent` and adds a configurtion option for the health check timeout.

## Version 2.8.2

This is a bug fix release.
Expand Down

0 comments on commit 51f5941

Please sign in to comment.