Skip to content

Conversation

@violinist-bot
Copy link

@violinist-bot violinist-bot commented May 30, 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: 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:

  • 0ef3653 Merge branch '5.4' into 6.4
  • a30f316 explicitly 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
  • 49f8cde Merge branch '6.3' into 6.4
  • d085eed Fix bad merge
  • b26a32b Merge branch '5.4' into 6.3
  • db1adb0 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 3ee3ee1 Merge branch '6.3' into 6.4
  • 7b53a9f Merge branch '5.4' into 6.3
  • 46ffa4d [Cache] Fix possible infinite loop in CachePoolPass``
  • e865568 Merge branch '6.3' into 6.4
  • 71735a3 fix Redis proxies tests
  • 3dd0f6c Merge branch '6.3' into 6.4
  • 12162b2 synchronize RelayProxy
  • bbf92d4 Merge branch '6.3' into 6.4
  • 8a87758 Merge branch '5.4' into 6.3
  • c6e5155 bug #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
  • 4ff4b69 Merge branch '6.3' into 6.4
  • 7cb22b1 Merge branch '5.4' into 6.3
  • c024f27 [Cache] Fix Couchbase expiration test
  • f98608c harden cache expiration test
  • 14a7586 Merge branch '6.3' into 6.4
  • 75f6ecc [Cache] fix the previous fix
  • 7f9e71f bug #53054 [Cache] Fix expiration time for CouchbaseCollection (alexandre-daubois)
  • 9187393 [Cache] Fix expiration time for CouchbaseCollection
  • c14a81c Merge branch '6.3' into 6.4
  • 3d107c4 Merge branch '5.4' into 6.3
  • b17f281 CS fix
  • ac2d25f Merge branch '6.3' into 6.4
  • 0dab584 [Cache] Get TRUNCATE statement from platform
  • 8c6e842 Merge branch '5.4' into 6.3
  • 2553fac bug #52715 [Cache] fix detecting the database server version (xabbuh)
  • cbcb035 fix detecting the database server version
  • 3fd7a52 [Cache] Add url decoding of password in RedisTrait DSN
  • cfe43c4 Merge branch '5.4' into 6.3
  • 1cb5436 fix detecting the server version with Doctrine DBAL 4
  • c54e51c [Cache][Lock] PdoAdapter/PdoStore minor cleanup
  • 64fe36d Merge branch '6.3' into 6.4
  • d3560e9 name exception being caught as it is accessed in the catch block
  • 5f6a5b1 Merge branch '6.3' into 6.4
  • f6b07d1 Merge branch '5.4' into 6.3
  • 0ea989a [Cache][Lock] Fix PDO store not creating table + add tests
  • 045f2b2 Merge branch '6.3' into 6.4
  • ba33517 Merge branch '5.4' into 6.3
  • 9c0a3a5 bug #52457 [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL (HypeMC)
  • 6308aad [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL
  • 6cf6ba4 fix tests
  • 1930cba [Cache] Fix property types in PdoAdapter
  • 41241f7 Remove full DSNs from exception messages
  • 53417e3 [Tests] Move expectException closer to the place of the expectation to avoid false positives
  • 8c22c76 Merge branch '6.3' into 6.4
  • 9a48495 Merge 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``
  • ed23195 Merge branch '6.3' into 6.4
  • 84aff8d Merge branch '5.4' into 6.3
  • 2742d1b [Cache] Remove temporary cache item file on rename() failure
  • 8008064 Merge branch '6.3' into 6.4
  • 047e7aa [Cache] Fix leftovers in generated Redis proxies
  • bd0ca35 Merge branch '6.3' into 6.4
  • 221c1dc [Cache] Add missing @requires extension openssl``
  • 66b64ba Merge branch '6.3' into 6.4
  • 445c978 Merge 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
  • f550e6d Merge branch '6.3' into 6.4
  • e10f456 Fix deps=low
  • f0eb239 Merge branch '6.3' into 6.4
  • 7e940ed Merge branch '5.4' into 6.3
  • 3f75c5b Run high-deps tests with ORM 3 and DBAL 4
  • cf85501 Merge branch '6.3' into 6.4
  • aa7c136 synchronize the Relay fixture
  • 3d9974d Replace usages of SkippedTestSuiteError with markTestSkipped() call
  • 344d957 [Cache] Fix two initializations of Redis Sentinel
  • 9f04653 Merge branch '6.3' into 6.4
  • 6c1a3ea [Cache] Fix Redis6Proxy
  • 03d6c54 Merge 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
  • 7a43e16 Merge branch '6.3' into 6.4
  • 7049672 Merge branch '5.4' into 6.3
  • 93ffd97 Merge branch '5.4' into 6.3
  • 4e8722e Make 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
  • 3facad5 Remove unneeded calls to setPublic(false)
  • 409f94e Merge branch '6.3' into 6.4
  • e60d00b Merge branch '5.4' into 6.3
  • 62b7ae3 harden LockRegistry tests, consider PHP files only
  • 77878ce [Cache] minor cleanup
  • 30e48fb More short closures
  • 2752138 Merge branch '6.3' into 6.4
  • d176b97 Merge branch '6.2' into 6.3
  • c47f4a9 [Cache] Fix generating proxies when ext-redis v6 is installed
  • 31404ba [Cache] Fix tests
  • e98556a Ensure all properties have a type
  • d91e0aa More short closures + isset instead of null checks + etc.
  • 98eafd9 minor #51096 Use more "First class callable syntax" + Normalize set_error_handler/set_exception_handler calls (lyrixx)
  • 5b39322 Add types to private and internal properties
  • c219d21 Use more "First class callable syntax" + Normalize set_error_handler/set_exception_handler calls
  • 6c4f605 Use typed properties in tests as much as possible
  • b41fca5 feature #50842 Add missing return types to magic methods (wouterj)
  • 6b619ec Add missing return types to magic methods
  • ea0204a [6.4] Fix remainings from previous deprecations
  • 4532452 Merge branch '6.3' into 6.4
  • 14087dd [DoctrineBridge] add missing changelog mention for isSameDatabase arg introduced in #48059
  • 20e5349 Merge branch '6.3' into 6.4
  • 52cff76 Merge branch '6.2' into 6.3
  • 4d811e9 Merge branch '5.4' into 6.2
  • e201352 [Messenger] Preserve existing Doctrine schema
  • 5a20dc6 Merge branch '6.3' into 6.4
  • c3dd558 Merge branch '6.2' into 6.3
  • f278a0d Merge branch '5.4' into 6.2
  • 4475d91 [Cache] Fix RedisTrait::createConnection for cluster
  • 4987d70 Merge branch '6.3' into 6.4
  • 021db4e Merge branch '6.2' into 6.3
  • 8c71fd3 Merge branch '5.4' into 6.2
  • a19fd75 Fix Doctrine deprecations
  • e702402 Merge branch '6.3' into 6.4
  • a3a3d81 Merge branch '6.2' into 6.3
  • b8d8f99 Merge 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
  • b065ff8 Add missing return types
  • 8b9cac4 Add remaining missing return types to safe methods
  • b177155 Merge branch '6.2' into 6.3
  • 617e698 Merge branch '6.2' into 6.3
  • 8744f6f [Cache] Support Redis cluster connections with predis/predis:^2.0
  • 6d3eb99 Fix tests
  • 00dafab Merge branch '6.2' into 6.3
  • fed4f2e [Cache] Fix DBAL deprecations and stop using NUL chars in tags prefix
  • 605bd3f Replace "use-by-ref" by static vars when possible in closures
  • 9fbb608 Merge branch '6.2' into 6.3
  • 438b084 Merge branch '6.2' into 6.3
  • 9ae2dad Fix tests
  • 1ac9ef6 Merge branch '6.2' into 6.3
  • 1e975cd Merge branch '6.2' into 6.3
  • 020a85d Remove unused local variable
  • 0d4ce36 Merge branch '6.2' into 6.3
  • 7ac14fe Merge branch '6.2' into 6.3
  • ccad461 Merge branch '6.2' into 6.3
  • eae2af7 Merge branch '6.2' into 6.3
  • 89bf801 Merge branch '6.2' into 6.3
  • b9ba353 Add void return types
  • cd927d0 Add PHP types to private methods and functions
  • 4a88aeb Add missing PHPdoc return types
  • e559bd1 Use xxh128 instead of md5
  • ae952bf [Cache] Sync RelayProxy with latest lazy-proxy changes
  • 611d999 Merge branch '6.2' into 6.3
  • 9ed754f Merge branch '6.2' into 6.3
  • b99d0ca [PHPUnit 10] Use TestCasesuffix for abstract tests in/Tests/``
  • 1b8271a Merge branch '6.2' into 6.3
  • 639cd09 feature #48250 [Cache] Compatible with aliyun redis instance (tourze)
  • 07c6f62 [Cache] Compatible with aliyun redis instance
  • f4b6cf3 [Cache] Add Relay support
  • 9f37826 fix outdated test for redis
  • 9a6a25e Remove full DSNs from exception messages
  • 968cae4 Mark DSNs as #[SensitiveParameter]
  • de1d281 Merge branch '6.2' into 6.3
  • b2565ce minor #48793 Leverage arrow function syntax for closure (tigitz)
  • 45fa3bf Leverage arrow function syntax for closure
  • f71aceb Merge branch '6.2' into 6.3
  • ea8e6a5 Merge branch '6.2' into 6.3
  • cdad96e feature #48810 Drop v1 contracts packages everywhere (derrabus)
  • 987cc68 Merge branch '6.2' into 6.3
  • 7d2a6e3 Drop v1 contracts packages everywhere
  • 571168d Merge branch '6.2' into 6.3
  • 7aefa61 Fix merge
  • d97bded Merge branch '6.2' into 6.3
  • e8f6ca2 feature #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-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.0 Update symfony/cache from v6.2.10 to v6.3.1 Jun 26, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonycache branch from 7c6109b to 3810c15 Compare June 26, 2023 10:28
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.1 Update symfony/cache from v6.2.10 to v6.3.2 Jul 30, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonycache branch from 3810c15 to 9e3cda6 Compare July 30, 2023 11:20
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.2 Update symfony/cache from v6.2.10 to v6.3.4 Aug 26, 2023
@violinist-bot violinist-bot force-pushed the violinistsymfonycache branch from 9e3cda6 to 3e260fd Compare August 26, 2023 22:39
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@violinist-bot violinist-bot force-pushed the violinistsymfonycache branch from 3e260fd to 593ab1d Compare August 27, 2023 21:09
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.4 Update symfony/cache from v6.2.10 to v6.3.5 Sep 30, 2023
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.5 Update symfony/cache from v6.2.10 to v6.3.6 Oct 21, 2023
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.6 Update symfony/cache from v6.2.10 to v6.3.8 Nov 10, 2023
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.3.8 Update symfony/cache from v6.2.10 to v6.4.0 Nov 29, 2023
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.4.0 Update symfony/cache from v6.2.10 to v6.4.2 Dec 30, 2023
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.4.2 Update symfony/cache from v6.2.10 to v6.4.3 Jan 31, 2024
@violinist-bot violinist-bot changed the title Update symfony/cache from v6.2.10 to v6.4.3 Update symfony/cache from v6.2.10 to v6.4.4 Feb 27, 2024
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.

1 participant