Skip to content

Commit

Permalink
Merge pull request #2361 from acelaya-forks/feature/lock-downgrade
Browse files Browse the repository at this point in the history
Downgrade symfony/lock to v7.2.0 to work around redis issue
  • Loading branch information
acelaya authored Feb 14, 2025
2 parents a1f2e6d + 259635e commit 8fd53af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this

In the future, Shlink will allow you to define trusted proxies, to avoid other potential side effects because of this reversing of the list.

* [#2354](https://github.com/shlinkio/shlink/issues/2354) Fix error "NOSCRIPT No matching script. Please use EVAL" thrown when creating a lock in redis.

## [4.4.2] - 2025-01-29
### Added
* *Nothing*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"spiral/roadrunner-jobs": "^4.6",
"symfony/console": "^7.2",
"symfony/filesystem": "^7.2",
"symfony/lock": "^7.2",
"symfony/lock": "7.2.0",
"symfony/process": "^7.2",
"symfony/string": "^7.2"
},
Expand Down

0 comments on commit 8fd53af

Please sign in to comment.