From 349721a39de6d58b9227a446475672af2d9d83aa Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Fri, 4 Apr 2025 10:58:05 +0200 Subject: [PATCH] Changelog entry for #1019: - Merge #1019: Redis read-only replica support. Introduces new 'redis-replica-*' options for the Redis cache backend. --- doc/Changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index c90a1dd1d..fadef8bed 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,10 @@ - Fix nettle compile for warnings and ticket keys. - Fix redis_replicat test for unused option defaults and log printout. +4 April 2025: Yorgos + - Merge #1019: Redis read-only replica support. + Introduces new 'redis-replica-*' options for the Redis cache backend. + 3 April 2025: Wouter - Fix #1263: Exempt loopback addresses from wait-limit. - Fix wait-limit-netblock and wait-limit-cookie-netblock config parse