Skip to content

Commit

Permalink
rel: Prepare 2.5.1 release (#1147)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the 2.5.1 release.

## Short description of the changes
- Add changelog entry
- Add release notes entry
  • Loading branch information
MikeGoldsmith authored May 15, 2024
1 parent 8c810d6 commit 4bb5695
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Refinery Changelog

## 2.5.1 2024-05-15

### Fixes

- fix: Clarify what has-root-span does (#1114) | [Phillip Carter](https://github.com/cartermp)
- fix: Add validation for ingest keys (#1066) | [Kent Quirk](https://github.com/kentquirk)
- fix: Deal with locking issues at startup (#1060) | [Kent Quirk](https://github.com/kentquirk)
- fix: Update cache lookup to use read lock (#1145) | [Joshua Jones](https://github.com/senojj)

### Maintenance

- maint: Bump protobuf (#1058) | [Kent Quirk](https://github.com/kentquirk)
- maint(deps): bump the minor-patch group with 4 updates (#1073) | [dependabot[bot]](https://github.com/dependabot[bot])

## 2.5.0 2024-03-12

The main feature is support of Honeycomb Classic ingest keys; there is also a performance improvement for the new
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.1

This is a bug fix release for a concurrent map read panic when loading items from the internal cache.
It also includes improvements for validation of ingest keys and resolves a lock issue during startup.

## Version 2.5

This release's main new feature adds support of Honeycomb Classic ingest keys.
Expand Down

0 comments on commit 4bb5695

Please sign in to comment.