From b543325f1a72a1219a36553c1286e1fc134966da Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 1 Nov 2022 12:15:49 -0700 Subject: [PATCH] latest --- Ent-Changes.md | 6 ++++++ Pro-Changes.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/Ent-Changes.md b/Ent-Changes.md index 49cf4d4a..c8267a43 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -4,6 +4,12 @@ Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy. +HEAD +--------- + +- Fix spurious ReadTimeoutError in concurrent rate limiter [#5611] +- Fix eager connection to Redis [#5606] + 7.0.0 --------- diff --git a/Pro-Changes.md b/Pro-Changes.md index 41bcf0c6..e7d8cddf 100644 --- a/Pro-Changes.md +++ b/Pro-Changes.md @@ -4,6 +4,11 @@ Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy. +HEAD +--------- + +- Fix eager connection to Redis [#5606] + 7.0.0 ---------