Skip to content

Update symfony/cache from v6.2.10 to v6.4.4 - #206

Open
violinist-bot wants to merge 1 commit into
SignWo:mainfrom
violinist-dev:violinistsymfonycache
Open

Update symfony/cache from v6.2.10 to v6.4.4#206
violinist-bot wants to merge 1 commit into
SignWo:mainfrom
violinist-dev:violinistsymfonycache

Conversation

@violinist-bot

@violinist-botviolinist-bot commented May 30, 2023

Copy link
Copy Markdown

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: v6.4.4 (updated from v6.2.10)
  • symfony/cache-contracts: v3.4.0 (updated from v3.2.1)
  • symfony/deprecation-contracts: v3.4.0 (updated from v3.3.0)
  • symfony/service-contracts: v3.4.1 (updated from v3.2.1)
  • symfony/var-exporter: v6.4.4 (updated from v6.2.10)

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/AbstractTagAwareAdapter.php
Adapter/ApcuAdapter.php
Adapter/ArrayAdapter.php
Adapter/ChainAdapter.php
Adapter/CouchbaseBucketAdapter.php
Adapter/CouchbaseCollectionAdapter.php
Adapter/DoctrineDbalAdapter.php
Adapter/FilesystemAdapter.php
Adapter/FilesystemTagAwareAdapter.php
Adapter/MemcachedAdapter.php
Adapter/NullAdapter.php
Adapter/PdoAdapter.php
Adapter/PhpArrayAdapter.php
Adapter/PhpFilesAdapter.php
Adapter/ProxyAdapter.php
Adapter/RedisAdapter.php
Adapter/RedisTagAwareAdapter.php
Adapter/TagAwareAdapter.php
Adapter/TraceableAdapter.php
CHANGELOG.md
CacheItem.php
DataCollector/CacheDataCollector.php
DependencyInjection/CacheCollectorPass.php
DependencyInjection/CachePoolClearerPass.php
DependencyInjection/CachePoolPass.php
DependencyInjection/CachePoolPrunerPass.php
LockRegistry.php
Marshaller/DefaultMarshaller.php
Marshaller/SodiumMarshaller.php
Marshaller/TagAwareMarshaller.php
Messenger/EarlyExpirationDispatcher.php
Messenger/EarlyExpirationHandler.php
Tests/Adapter/AbstractRedisAdapterTestCase.php
Tests/Adapter/AdapterTestCase.php
Tests/Adapter/ArrayAdapterTest.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/NamespacedProxyAdapterTest.php
Tests/Adapter/PdoAdapterTest.php
Tests/Adapter/PhpArrayAdapterTest.php
Tests/Adapter/PhpArrayAdapterWithFallbackTest.php
Tests/Adapter/PredisAdapterSentinelTest.php
Tests/Adapter/PredisClusterAdapterTest.php
Tests/Adapter/PredisRedisClusterAdapterTest.php
Tests/Adapter/PredisTagAwareAdapterTest.php
Tests/Adapter/PredisTagAwareClusterAdapterTest.php
Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php
Tests/Adapter/ProxyAdapterTest.php
Tests/Adapter/RedisAdapterSentinelTest.php
Tests/Adapter/RedisAdapterTest.php
Tests/Adapter/RedisArrayAdapterTest.php
Tests/Adapter/RedisClusterAdapterTest.php
Tests/Adapter/RedisTagAwareAdapterTest.php
Tests/Adapter/RedisTagAwareArrayAdapterTest.php
Tests/Adapter/RedisTagAwareClusterAdapterTest.php
Tests/Adapter/RelayAdapterSentinelTest.php
Tests/Adapter/RelayAdapterTest.php
Tests/Adapter/TagAwareTestTrait.php
Tests/CacheItemTest.php
Tests/DependencyInjection/CachePoolClearerPassTest.php
Tests/DependencyInjection/CachePoolPassTest.php
Tests/DependencyInjection/CachePoolPrunerPassTest.php
Tests/Fixtures/DriverWrapper.php
Tests/Fixtures/ExternalAdapter.php
Tests/Fixtures/StringableTag.php
Tests/Fixtures/TestEnum.php
Tests/LockRegistryTest.php
Tests/Marshaller/DefaultMarshallerTest.php
Tests/Marshaller/SodiumMarshallerTest.php
Tests/Messenger/EarlyExpirationDispatcherTest.php
Tests/Traits/RedisProxiesTest.php
Tests/Traits/RedisTraitTest.php
Traits/AbstractAdapterTrait.php
Traits/ContractsTrait.php
Traits/FilesystemCommonTrait.php
Traits/ProxyTrait.php
Traits/Redis5Proxy.php
Traits/Redis6Proxy.php
Traits/RedisCluster5Proxy.php
Traits/RedisCluster6Proxy.php
Traits/RedisTrait.php
Traits/RelayProxy.php
Traits/ValueWrapper.php
composer.json

Changelog

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

  • 0ef3653Merge branch '5.4' into 6.4
  • a30f316explicitly cast boolean SSL stream options
  • b577992[Cache] Sync the Redis proxies with upstream
  • 38ff8e4[Cache] improve BC with 5.4 pools
  • 20cfb25[Cache] Fix BC layer with pre-6.1 cache items
  • 49f8cdeMerge branch '6.3' into 6.4
  • d085eedFix bad merge
  • b26a32bMerge branch '5.4' into 6.3
  • db1adb0Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 3ee3ee1Merge branch '6.3' into 6.4
  • 7b53a9fMerge branch '5.4' into 6.3
  • 46ffa4d[Cache] Fix possible infinite loop in CachePoolPass``
  • e865568Merge branch '6.3' into 6.4
  • 71735a3fix Redis proxies tests
  • 3dd0f6cMerge branch '6.3' into 6.4
  • 12162b2synchronize RelayProxy
  • bbf92d4Merge branch '6.3' into 6.4
  • 8a87758Merge branch '5.4' into 6.3
  • c6e5155bug #53320 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from parse_url() results (alexandre-daubois)
  • 75d72f5[Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] Url decode username and passwords from parse_url() results
  • 4ff4b69Merge branch '6.3' into 6.4
  • 7cb22b1Merge branch '5.4' into 6.3
  • c024f27[Cache] Fix Couchbase expiration test
  • f98608charden cache expiration test
  • 14a7586Merge branch '6.3' into 6.4
  • 75f6ecc[Cache] fix the previous fix
  • 7f9e71fbug #53054 [Cache] Fix expiration time for CouchbaseCollection (alexandre-daubois)
  • 9187393[Cache] Fix expiration time for CouchbaseCollection
  • c14a81cMerge branch '6.3' into 6.4
  • 3d107c4Merge branch '5.4' into 6.3
  • b17f281CS fix
  • ac2d25fMerge branch '6.3' into 6.4
  • 0dab584[Cache] Get TRUNCATE statement from platform
  • 8c6e842Merge branch '5.4' into 6.3
  • 2553facbug #52715 [Cache] fix detecting the database server version (xabbuh)
  • cbcb035fix detecting the database server version
  • 3fd7a52[Cache] Add url decoding of password in RedisTrait DSN
  • cfe43c4Merge branch '5.4' into 6.3
  • 1cb5436fix detecting the server version with Doctrine DBAL 4
  • c54e51c[Cache][Lock] PdoAdapter/PdoStore minor cleanup
  • 64fe36dMerge branch '6.3' into 6.4
  • d3560e9name exception being caught as it is accessed in the catch block
  • 5f6a5b1Merge branch '6.3' into 6.4
  • f6b07d1Merge branch '5.4' into 6.3
  • 0ea989a[Cache][Lock] Fix PDO store not creating table + add tests
  • 045f2b2Merge branch '6.3' into 6.4
  • ba33517Merge branch '5.4' into 6.3
  • 9c0a3a5bug #52457 [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL (HypeMC)
  • 6308aad[Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL
  • 6cf6ba4fix tests
  • 1930cba[Cache] Fix property types in PdoAdapter
  • 41241f7Remove full DSNs from exception messages
  • 53417e3[Tests] Move expectException closer to the place of the expectation to avoid false positives
  • 8c22c76Merge branch '6.3' into 6.4
  • 9a48495Merge branch '5.4' into 6.3
  • 82d4851[Tests] Streamline
  • dd18628[HttpKernel] Add parameters kernel.runtime_modeandkernel.runtime_mode.*, all set from env var APP_RUNTIME_MODE``
  • ed23195Merge branch '6.3' into 6.4
  • 84aff8dMerge branch '5.4' into 6.3
  • 2742d1b[Cache] Remove temporary cache item file on rename() failure
  • 8008064Merge branch '6.3' into 6.4
  • 047e7aa[Cache] Fix leftovers in generated Redis proxies
  • bd0ca35Merge branch '6.3' into 6.4
  • 221c1dc[Cache] Add missing @requires extension openssl``
  • 66b64baMerge branch '6.3' into 6.4
  • 445c978Merge branch '6.3' into 6.4
  • 71b889c[Cache] Fix ArrayAdapter::freeze() return type
  • 64124ad[Cache][VarExporter] Fix proxy generation to deal with edgy behaviors of internal classes
  • f550e6dMerge branch '6.3' into 6.4
  • e10f456Fix deps=low
  • f0eb239Merge branch '6.3' into 6.4
  • 7e940edMerge branch '5.4' into 6.3
  • 3f75c5bRun high-deps tests with ORM 3 and DBAL 4
  • cf85501Merge branch '6.3' into 6.4
  • aa7c136synchronize the Relay fixture
  • 3d9974dReplace usages of SkippedTestSuiteError with markTestSkipped() call
  • 344d957[Cache] Fix two initializations of Redis Sentinel
  • 9f04653Merge branch '6.3' into 6.4
  • 6c1a3ea[Cache] Fix Redis6Proxy
  • 03d6c54Merge branch '5.4' into 6.3
  • e29c5a9[Cache] Fix support for Redis Sentinel using php-redis 6.0.0
  • 27545d5[Messenger] Add support for multiple Redis Sentinel hosts
  • 7a43e16Merge branch '6.3' into 6.4
  • 7049672Merge branch '5.4' into 6.3
  • 93ffd97Merge branch '5.4' into 6.3
  • 4e8722eMake tests green again
  • ae91604[Cache] fix using multiple Redis Sentinel hosts when the first one is not resolvable
  • 5303d16[Lock] Add some missing return types in tests
  • 3facad5Remove unneeded calls to setPublic(false)
  • 409f94eMerge branch '6.3' into 6.4
  • e60d00bMerge branch '5.4' into 6.3
  • 62b7ae3harden LockRegistry tests, consider PHP files only
  • 77878ce[Cache] minor cleanup
  • 30e48fbMore short closures
  • 2752138Merge branch '6.3' into 6.4
  • d176b97Merge branch '6.2' into 6.3
  • c47f4a9[Cache] Fix generating proxies when ext-redis v6 is installed
  • 31404ba[Cache] Fix tests
  • e98556aEnsure all properties have a type
  • d91e0aaMore short closures + isset instead of null checks + etc.
  • 98eafd9minor #51096 Use more "First class callable syntax" + Normalize set_error_handler/set_exception_handler calls (lyrixx)
  • 5b39322Add types to private and internal properties
  • c219d21Use more "First class callable syntax" + Normalize set_error_handler/set_exception_handler calls
  • 6c4f605Use typed properties in tests as much as possible
  • b41fca5feature #50842 Add missing return types to magic methods (wouterj)
  • 6b619ecAdd missing return types to magic methods
  • ea0204a[6.4] Fix remainings from previous deprecations
  • 4532452Merge branch '6.3' into 6.4
  • 14087dd[DoctrineBridge] add missing changelog mention for isSameDatabase arg introduced in #48059
  • 20e5349Merge branch '6.3' into 6.4
  • 52cff76Merge branch '6.2' into 6.3
  • 4d811e9Merge branch '5.4' into 6.2
  • e201352[Messenger] Preserve existing Doctrine schema
  • 5a20dc6Merge branch '6.3' into 6.4
  • c3dd558Merge branch '6.2' into 6.3
  • f278a0dMerge branch '5.4' into 6.2
  • 4475d91[Cache] Fix RedisTrait::createConnection for cluster
  • 4987d70Merge branch '6.3' into 6.4
  • 021db4eMerge branch '6.2' into 6.3
  • 8c71fd3Merge branch '5.4' into 6.2
  • a19fd75Fix Doctrine deprecations
  • e702402Merge branch '6.3' into 6.4
  • a3a3d81Merge branch '6.2' into 6.3
  • b8d8f99Merge branch '5.4' into 6.2
  • eb8f63d[Cache] Fix tests
  • 4b96619[Cache] Fix DBAL deprecations
  • 4258402[6.4] Allow 7.0 deps
  • 357bf04[Cache] Sync RelayProxy
  • b065ff8Add missing return types
  • 8b9cac4Add remaining missing return types to safe methods
  • b177155Merge branch '6.2' into 6.3
  • 617e698Merge branch '6.2' into 6.3
  • 8744f6f[Cache] Support Redis cluster connections with predis/predis:^2.0
  • 6d3eb99Fix tests
  • 00dafabMerge branch '6.2' into 6.3
  • fed4f2e[Cache] Fix DBAL deprecations and stop using NUL chars in tags prefix
  • 605bd3fReplace "use-by-ref" by static vars when possible in closures
  • 9fbb608Merge branch '6.2' into 6.3
  • 438b084Merge branch '6.2' into 6.3
  • 9ae2dadFix tests
  • 1ac9ef6Merge branch '6.2' into 6.3
  • 1e975cdMerge branch '6.2' into 6.3
  • 020a85dRemove unused local variable
  • 0d4ce36Merge branch '6.2' into 6.3
  • 7ac14feMerge branch '6.2' into 6.3
  • ccad461Merge branch '6.2' into 6.3
  • eae2af7Merge branch '6.2' into 6.3
  • 89bf801Merge branch '6.2' into 6.3
  • b9ba353Add void return types
  • cd927d0Add PHP types to private methods and functions
  • 4a88aebAdd missing PHPdoc return types
  • e559bd1Use xxh128 instead of md5
  • ae952bf[Cache] Sync RelayProxy with latest lazy-proxy changes
  • 611d999Merge branch '6.2' into 6.3
  • 9ed754fMerge branch '6.2' into 6.3
  • b99d0ca[PHPUnit 10] Use TestCasesuffix for abstract tests in/Tests/``
  • 1b8271aMerge branch '6.2' into 6.3
  • 639cd09feature #48250 [Cache] Compatible with aliyun redis instance (tourze)
  • 07c6f62[Cache] Compatible with aliyun redis instance
  • f4b6cf3[Cache] Add Relay support
  • 9f37826fix outdated test for redis
  • 9a6a25eRemove full DSNs from exception messages
  • 968cae4Mark DSNs as #[SensitiveParameter]
  • de1d281Merge branch '6.2' into 6.3
  • b2565ceminor #48793 Leverage arrow function syntax for closure (tigitz)
  • 45fa3bfLeverage arrow function syntax for closure
  • f71acebMerge branch '6.2' into 6.3
  • ea8e6a5Merge branch '6.2' into 6.3
  • cdad96efeature #48810 Drop v1 contracts packages everywhere (derrabus)
  • 987cc68Merge branch '6.2' into 6.3
  • 7d2a6e3Drop v1 contracts packages everywhere
  • 571168dMerge branch '6.2' into 6.3
  • 7aefa61Fix merge
  • d97bdedMerge branch '6.2' into 6.3
  • e8f6ca2feature #48059 [HttpFoundation] Create migration for session table when pdo handler is used (alli83)
  • d951c51[HttpFoundation] Create migration for session table when pdo handler is used

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-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.0Update symfony/cache from v6.2.10 to v6.3.1Jun 26, 2023
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.1Update symfony/cache from v6.2.10 to v6.3.2Jul 30, 2023
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.2Update symfony/cache from v6.2.10 to v6.3.4Aug 26, 2023
truls1502 pushed a commit that referenced this pull request Aug 27, 2023
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 3.6.2 to 3.7.2.
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](squizlabs/PHP_CodeSniffer@3.6.2...3.7.2)
---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.4Update symfony/cache from v6.2.10 to v6.3.5Sep 30, 2023
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.5Update symfony/cache from v6.2.10 to v6.3.6Oct 21, 2023
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.6Update symfony/cache from v6.2.10 to v6.3.8Nov 10, 2023
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.8Update symfony/cache from v6.2.10 to v6.4.0Nov 29, 2023
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.4.0Update symfony/cache from v6.2.10 to v6.4.2Dec 30, 2023
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.4.2Update symfony/cache from v6.2.10 to v6.4.3Jan 31, 2024
@violinist-botviolinist-bot changed the title Update symfony/cache from v6.2.10 to v6.4.3Update symfony/cache from v6.2.10 to v6.4.4Feb 27, 2024
Sign up for freeto 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.

1 participant

@violinist-bot