From 07879000f45c0ca3ae4ca4eb5a75f24822aa9dda Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 25 Apr 2024 11:39:44 -0700 Subject: [PATCH] prep for release --- Changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 6263b0b8b..4205bd98a 100644 --- a/Changes.md +++ b/Changes.md @@ -2,9 +2,11 @@ [Sidekiq Changes](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) | [Sidekiq Pro Changes](https://github.com/sidekiq/sidekiq/blob/main/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/sidekiq/sidekiq/blob/main/Ent-Changes.md) -HEAD +7.2.3 ---------- +- [Support Dragonfly.io](https://www.mikeperham.com/2024/02/01/supporting-dragonfly/) as an alternative Redis implementation +- Fix error unpacking some compressed error backtraces [#6241] - Fix potential heartbeat data leak [#6227] - Add ability to find a currently running work by jid [#6212, fatkodima]