If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
doctrine/reflection: 1.2.4 (updated from 1.2.3)
drupal/redis: 1.7.0 (updated from 1.5.0)
egulias/email-validator: 3.2.6 (updated from 3.2.5)
guzzlehttp/promises: 1.5.3 (updated from 1.5.2)
nikic/php-parser: v4.18.0 (updated from v4.15.4)
pear/pear-core-minimal: v1.10.14 (updated from v1.10.13)
symfony/http-kernel: v4.4.51 (updated from v4.4.50)
symfony/polyfill-php72: v1.28.0 (updated from v1.27.0)
symfony/polyfill-php73: v1.28.0 (updated from v1.27.0)
symfony/var-dumper: v5.4.29 (updated from v5.4.22)
twig/twig: v2.15.6 (updated from v2.15.4)
behat/mink: v1.11.0 (updated from v1.10.0)
phpspec/prophecy: v1.18.0 (updated from v1.17.0)
phpstan/phpdoc-parser: 1.20.4 (updated from 1.20.1)
phpunit/php-code-coverage: 9.2.29 (updated from 9.2.26)
phpunit/phpunit: 9.6.15 (updated from 9.6.7)
react/promise: v2.11.0 (updated from v2.9.0)
sebastian/diff: 4.0.5 (updated from 4.0.4)
sebastian/global-state: 5.0.6 (updated from 5.0.5)
theseer/tokenizer: 1.2.2 (updated from 1.2.1)
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag 8.x-1.7](https://www.drupal.org/project/redis/releases/8.x-1.7)
- [Release notes for tag 8.x-1.6](https://www.drupal.org/project/redis/releases/8.x-1.6)
Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.
If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag 8.x-1.7](https://www.drupal.org/project/redis/releases/8.x-1.7) - [Release notes for tag 8.x-1.6](https://www.drupal.org/project/redis/releases/8.x-1.6)Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
List of changed files
.gitlab-ci.yml README.PhpRedis.txt README.Relay.md README.md composer.json example.services.yml redis.info.yml settings.redis.example.php src/Cache/CacheBase.php src/Cache/PhpRedis.php src/Cache/Predis.php src/Cache/RedisCacheTagsChecksum.php src/Cache/Relay.php src/Client/Relay.php src/ClientFactory.php src/Controller/ReportController.php src/Flood/Relay.php src/Lock/PhpRedis.php src/Lock/Predis.php src/Lock/Relay.php src/PersistentLock/PhpRedis.php src/PersistentLock/Relay.php src/Queue/Predis.php src/Queue/Relay.php src/Queue/ReliablePredis.php src/Queue/ReliableRelay.php tests/src/Functional/Lock/RedisLockFunctionalTest.php tests/src/Functional/WebTest.php tests/src/Kernel/RedisCacheTest.php tests/src/Kernel/RedisFloodTest.php tests/src/Kernel/RedisQueueTest.php tests/src/Traits/RedisTestInterfaceTrait.phpChangelog
Here is a list of changes between the version you use, and the version this pull request updates to:
Issue #3364432 by Berdir: Make the Relay backend more resistent to errors and improve error handling
Issue #3322514 by Berdir, tillkruss, Michael Grunder: Explicitly support Relay (drop-in replacement for PhpRedis)
Issue #3340972 by Berdir: Set up GitlabCI
Revert "Issue #3322514 by tillkruss, Berdir, Michael Grunder: Explicitly support Relay (drop-in replacement for PhpRedis)"
Issue #3322514 by tillkruss, Berdir, Michael Grunder: Explicitly support Relay (drop-in replacement for PhpRedis)
Issue #3196686 by aramboyajyan: Update container paths in README and example.services.yml for composer based installs
Issue #3207574 by maximpodorov: Warnings/Error on the report page
Issue #3289284 by Project Update Bot, Berdir: Automated Drupal 10 compatibility fixes
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.