From f9f98ad12c705947c0a1fd5d9271d5a1842774f5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 14 Jun 2026 10:34:51 +0200 Subject: [PATCH] Fix clearing entity cache on startup silently failing when using redis/valkey --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ace3a4c..e4e09a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [5.1.2] - 2026-06-14 +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* [#2622](https://github.com/shlinkio/shlink/issues/2622) Fix clearing entity cache on startup silently failing when using redis/valkey. + + ## [5.1.1] - 2026-06-11 ### Added * *Nothing* diff --git a/composer.json b/composer.json index 538afacb..ebaf2cb0 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "pagerfanta/core": "^3.8", "ramsey/uuid": "^4.9", "shlinkio/doctrine-specification": "^2.3", - "shlinkio/shlink-common": "^9.0", + "shlinkio/shlink-common": "^9.0.1", "shlinkio/shlink-config": "^4.1.0", "shlinkio/shlink-event-dispatcher": "^4.4.0", "shlinkio/shlink-importer": "^5.8",