Skip to content

Commit

Permalink
rel: prepare v2.7.1 (#1280)
Browse files Browse the repository at this point in the history
Releasing v2.7.1.
  • Loading branch information
robbkidd authored Aug 15, 2024
1 parent f5fc674 commit 58acdab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Refinery Changelog

## 2.7.1 2024-08-15

### Fixes

- fix: don't read more than max bytes from a request (#1276) | [Kent Quirk](https://github.com/kentquirk)

## 2.7.0 2024-07-29

This release incorporates a new publish/subscribe (pubsub) system for faster and cleaner communication between Refinery nodes.
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.7.1

This is a bug fix release.
Sending compressed event or batch payloads that are larger than 5MB will now result in a HTTP 400 "failed to parse event" error response to clients.

## Version 2.7.0

This release is a minor release focused on better cluster stability and data quality with a new system for communicating peer information across nodes.
Expand Down

0 comments on commit 58acdab

Please sign in to comment.