Skip to content

Update symfony/cache from v5.4.8 to v5.4.23#196

Merged
truls1502 merged 2 commits intoSignWo:mainfrom
violinist-dev:violinistsymfonycache
May 3, 2023
Merged

Update symfony/cache from v5.4.8 to v5.4.23#196
truls1502 merged 2 commits intoSignWo:mainfrom
violinist-dev:violinistsymfonycache

Conversation

@violinist-bot
Copy link
Copy Markdown

@violinist-bot violinist-bot commented Mar 1, 2023

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:

  • symfony/cache: v5.4.23 (updated from v5.4.8)
  • symfony/cache-contracts: v2.5.2 (updated from v2.5.1)
  • symfony/polyfill-php73: v1.27.0 (updated from v1.25.0)
  • symfony/polyfill-php80: v1.27.0 (updated from v1.25.0)
  • symfony/service-contracts: v2.5.2 (updated from v2.5.1)
  • symfony/var-exporter: v5.4.21 (updated from v5.4.8)

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

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
  Adapter/AbstractAdapter.php
  Adapter/ApcuAdapter.php
  Adapter/ArrayAdapter.php
  Adapter/ChainAdapter.php
  Adapter/DoctrineDbalAdapter.php
  Adapter/MemcachedAdapter.php
  Adapter/PdoAdapter.php
  Adapter/PhpArrayAdapter.php
  Adapter/PhpFilesAdapter.php
  Adapter/RedisTagAwareAdapter.php
  CacheItem.php
  DataCollector/CacheDataCollector.php
  LICENSE
  Marshaller/TagAwareMarshaller.php
  Messenger/EarlyExpirationHandler.php
  README.md
  Tests/Adapter/AbstractRedisAdapterTestCase.php
  Tests/Adapter/AdapterTestCase.php
  Tests/Adapter/ApcuAdapterTest.php
  Tests/Adapter/ChainAdapterTest.php
  Tests/Adapter/CouchbaseBucketAdapterTest.php
  Tests/Adapter/CouchbaseCollectionAdapterTest.php
  Tests/Adapter/DoctrineDbalAdapterTest.php
  Tests/Adapter/MaxIdLengthAdapterTest.php
  Tests/Adapter/MemcachedAdapterTest.php
  Tests/Adapter/PdoAdapterTest.php
  Tests/Adapter/PdoDbalAdapterTest.php
  Tests/Adapter/PhpArrayAdapterTest.php
  Tests/Adapter/PredisAdapterSentinelTest.php
  Tests/Adapter/PredisAdapterTest.php
  Tests/Adapter/PredisClusterAdapterTest.php
  Tests/Adapter/PredisRedisClusterAdapterTest.php
  Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php
  Tests/Adapter/RedisAdapterSentinelTest.php
  Tests/Adapter/RedisAdapterTest.php
  Tests/Adapter/RedisArrayAdapterTest.php
  Tests/Adapter/RedisClusterAdapterTest.php
  Tests/Adapter/TagAwareAdapterTest.php
  Tests/Adapter/TagAwareAndProxyAdapterIntegrationTest.php
  Tests/CacheItemTest.php
  Tests/DataCollector/CacheDataCollectorTest.php
  Tests/Messenger/EarlyExpirationHandlerTest.php
  Traits/AbstractAdapterTrait.php
  Traits/ContractsTrait.php
  Traits/FilesystemTrait.php
  Traits/RedisTrait.php
  composer.json

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 983c79f bug #50074 [Cache] Send Predis SSL options in the $hosts parameter (magnusnordlander)
  • b826e1b [Cache] Send Predis SSL options in the $hosts parameter
  • ef4ba22 [Cache] Fix success interpretation when pruning cache
  • 5ed986c [Cache] Removing null coalescing assignment operator on 5.4
  • 7805b88 [Cache] Fix storing binary keys when using pgsql
  • 5b211b1 minor #49621 [Tests] Remove occurrences of withConsecutive() (alexandre-daubois)
  • 8b1b414 [Tests] Remove occurrences of withConsecutive()``
  • e7af99e [Tests] Replace setMethods()byonlyMethods()andaddMethods()``
  • 32cab69 bug #49422 [Cache][Messenger] fixed CallbackInterface support in async expiration handler (AdamKatzDev)
  • 3d6a405 [Messenger][Cache] fixed CallbackInterface support in async expiration handler
  • d7015d6 CS fix
  • b9fdf93 [Cache] fix trying to load Memcached before checking we can
  • 26b7490 Migrate to staticdata providers usingrector/rector``
  • 28b5e88 Fix fix
  • cbf573f [Cache] Only validate dbindex parameter when applicable
  • 0493ee0 minor #49253 [PHPUnit 10] Use TestCasesuffix for abstract tests in/Tests/ (OskarStark)
  • f788185 Fix some typos
  • 03811e0 Update license years (last time)
  • e9147c8 [Cache] fix collecting cache stats when nesting computations
  • 5d7978c Bump license year to 2023
  • a33fa08 [Cache] Fix possibly null value passed to preg_match() in RedisTrait
  • fa69c51 fix for caching without auth parameter, broken by #48711, fix for #48813
  • d3f7680 Update RedisTrait.php
  • 93921d8 bug #47979 [Cache] Fix dealing with ext-redis' multi/exec returning a bool (João Nogueira)
  • 4e97e3a [Cache] Fix dealing with ext-redis' multi/exec returning a bool
  • 60e8718 Typos In Comments
  • 2e23f0f Merge branch '4.4' into 5.4
  • 3b98ed6 s/gargage/garbage
  • 678f317 Reserve keys when using numeric ones
  • 89bb6a0 Merge branch '4.4' into 5.4
  • f59de59 [Cache] update readme
  • 5a0fff4 [Cache] Ensured that redis adapter can use multiple redis sentinel hosts
  • db611fb Fix CS
  • 3e81372 Merge branch '4.4' into 5.4
  • f58f87f CS fixes
  • c4e387b Merge branch '4.4' into 5.4
  • 3b3c601 [Cache] Respect $save option in ChainAdapter
  • 143637c [Cache] Respect $save option in ArrayAdapter
  • 46430ec Merge branch '4.4' into 5.4
  • 49e771f [Cache] do not pass null to strlen()
  • a50b724 Merge branch '4.4' into 5.4
  • 7cdabf9 [Cache] Throw when "redis_sentinel" is used with a non-Predis "class" option

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.

@violinist-bot violinist-bot force-pushed the violinistsymfonycache branch from df2a28c to 194c37c Compare March 1, 2023 11:53
@violinist-bot violinist-bot changed the title Update symfony/cache from v5.4.8 to v5.4.21 Update symfony/cache from v5.4.8 to v5.4.22 Mar 31, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonycache branch from 194c37c to 8e6bd1a Compare March 31, 2023 15:11
@violinist-bot violinist-bot changed the title Update symfony/cache from v5.4.8 to v5.4.22 Update symfony/cache from v5.4.8 to v5.4.23 Apr 28, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonycache branch from 8e6bd1a to c0bbfe8 Compare April 28, 2023 15:12
@violinist-bot violinist-bot force-pushed the violinistsymfonycache branch from c0bbfe8 to 0db8802 Compare April 28, 2023 15:12
@truls1502 truls1502 merged commit c0f10fc into SignWo:main May 3, 2023
truls1502 pushed a commit that referenced this pull request May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants