Skip to content

Commit

Permalink
rel: prep v2.5.2 (#1166)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- Prep v2.5.2
  • Loading branch information
kentquirk authored May 22, 2024
1 parent 636f03b commit 5e4bcf5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Refinery Changelog

## 2.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

- fix: correct race condition in OTel metrics (#1165) | [Kent Quirk](https://github.com/kentquirk)

Thanks to [Joshua Jones](https://github.com/senojj) for the [bug report](https://github.com/honeycombio/refinery/issues/1156) and diagnosis.

## 2.5.1 2024-05-15

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

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.5.2

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

## Version 2.5.1

This is a bug fix release for a concurrent map read panic when loading items from the internal cache.
Expand Down

0 comments on commit 5e4bcf5

Please sign in to comment.