From c8d2c28992e6c13053858efc2b04148dd7429899 Mon Sep 17 00:00:00 2001 From: Nick Craver Date: Tue, 3 Sep 2024 11:51:31 -0400 Subject: [PATCH] Adding 2.8.12 release notes --- docs/ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index d19287ee9..af78f85cc 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -8,6 +8,10 @@ Current package versions: ## Unreleased +No pending unreleased changes. + +## 2.8.12 + - Add support for hash field expiration (see [#2715](https://github.com/StackExchange/StackExchange.Redis/issues/2715)) ([#2716 by atakavci](https://github.com/StackExchange/StackExchange.Redis/pull/2716])) - Add support for `HSCAN NOVALUES` (see [#2721](https://github.com/StackExchange/StackExchange.Redis/issues/2721)) ([#2722 by atakavci](https://github.com/StackExchange/StackExchange.Redis/pull/2722)) - Fix [#2763](https://github.com/StackExchange/StackExchange.Redis/issues/2763): Make ConnectionMultiplexer.Subscription thread-safe ([#2769 by Chuck-EP](https://github.com/StackExchange/StackExchange.Redis/pull/2769))