laravel-react-blog
laravel-react-blog copied to clipboard
Bump symfony/cache from 4.1.6 to 4.3.9
Bumps symfony/cache from 4.1.6 to 4.3.9.
Changelog
Sourced from symfony/cache's changelog.
CHANGELOG
5.0.0
- removed all PSR-16 implementations in the
Simplenamespace- removed
SimpleCacheAdapter- removed
AbstractAdapter::unserialize()- removed
CacheItem::getPreviousTags()4.4.0
- added support for connecting to Redis Sentinel clusters
- added argument
$prefixtoAdapterInterface::clear()- improved
RedisTagAwareAdapterto support Redis server >= 2.8 and up to 4B items per tag- added
TagAwareMarshallerfor optimized data storage when usingAbstractTagAwareAdapter- added
DeflateMarshallerto compress serialized values- removed support for phpredis 4
compression- [BC BREAK]
RedisTagAwareAdapteris not compatible withRedisClusterfromPredisanymore, usephpredisinstead- Marked the
CacheDataCollectorclass as@final.4.3.0
- removed
psr/simple-cachedependency, runcomposer require psr/simple-cacheif you need it- deprecated all PSR-16 adapters, use
Psr16CacheorSymfony\Contracts\Cache\CacheInterfaceimplementations instead- deprecated
SimpleCacheAdapter, usePsr16Adapterinstead4.2.0
- added support for connecting to Redis clusters via DSN
- added support for configuring multiple Memcached servers via DSN
- added
MarshallerInterfaceandDefaultMarshallerto allow changing the serializer and provide one that automatically uses igbinary when available- implemented
CacheInterface, which provides stampede protection via probabilistic early expiration and should become the preferred way to use a cache- added sub-second expiry accuracy for backends that support it
- added support for phpredis 4
compressionandtcp_keepaliveoptions- added automatic table creation when using Doctrine DBAL with PDO-based backends
- throw
LogicExceptionwhenCacheItem::tag()is called on an item coming from a non tag-aware pool- deprecated
CacheItem::getPreviousTags(), useCacheItem::getMetadata()instead- deprecated the
AbstractAdapter::unserialize()andAbstractCache::unserialize()methods- added
CacheCollectorPass(originally inFrameworkBundle)- added
CachePoolClearerPass(originally inFrameworkBundle)- added
CachePoolPass(originally inFrameworkBundle)- added
CachePoolPrunerPass(originally inFrameworkBundle)3.4.0
... (truncated)
Commits
2a7bcc5Merge branch '3.4' into 4.33d9f46aFix failures on PHP 7.49dc6d6dMerge branch '3.4' into 4.33da9b98[Cache] Make sure we get the correct number of values from redis::mget()73e461c[Cache] Disable igbinary on PHP >= 7.4f94d67bcatch exceptions when using PDO directly83dca34Merge branch '3.4' into 4.38d5db9csecurity #cve-2019-18889 [Cache] forbid serializing AbstractAdapter and TagAw...30a51b2[4.3] Remove unused local variables08b664aMerge branch '3.4' into 4.3- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.