mirror of
https://github.com/shlinkio/shlink.git
synced 2026-08-04 18:33:24 -05:00
Fix clearing entity cache on startup silently failing when using redis/valkey
This commit is contained in:
@@ -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*
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user