Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump symfony/cache from 4.3.0 to 4.3.9 #127

Merged
merged 1 commit into from
Dec 2, 2019

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2019

Bumps symfony/cache from 4.3.0 to 4.3.9.

Changelog

Sourced from symfony/cache's changelog.

CHANGELOG

5.0.0

  • removed all PSR-16 implementations in the Simple namespace
  • removed SimpleCacheAdapter
  • removed AbstractAdapter::unserialize()
  • removed CacheItem::getPreviousTags()

4.4.0

  • added support for connecting to Redis Sentinel clusters
  • added argument $prefix to AdapterInterface::clear()
  • improved RedisTagAwareAdapter to support Redis server >= 2.8 and up to 4B items per tag
  • added TagAwareMarshaller for optimized data storage when using AbstractTagAwareAdapter
  • added DeflateMarshaller to compress serialized values
  • removed support for phpredis 4 compression
  • [BC BREAK] RedisTagAwareAdapter is not compatible with RedisCluster from Predis anymore, use phpredis instead
  • Marked the CacheDataCollector class as @final.
Commits
  • 2a7bcc5 Merge branch '3.4' into 4.3
  • 3d9f46a Fix failures on PHP 7.4
  • 9dc6d6d Merge branch '3.4' into 4.3
  • 3da9b98 [Cache] Make sure we get the correct number of values from redis::mget()
  • 73e461c [Cache] Disable igbinary on PHP >= 7.4
  • f94d67b catch exceptions when using PDO directly
  • 83dca34 Merge branch '3.4' into 4.3
  • 8d5db9c security #cve-2019-18889 [Cache] forbid serializing AbstractAdapter and TagAw...
  • 30a51b2 [4.3] Remove unused local variables
  • 08b664a Merge branch '3.4' into 4.3
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

Bumps [symfony/cache](https://github.com/symfony/cache) from 4.3.0 to 4.3.9.
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md)
- [Commits](symfony/cache@v4.3.0...v4.3.9)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2019
@coveralls
Copy link

Pull Request Test Coverage Report for Build 419

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.47%

Totals Coverage Status
Change from base Build 417: 0.0%
Covered Lines: 569
Relevant Lines: 596

💛 - Coveralls

@jorge07 jorge07 merged commit a2be128 into master Dec 2, 2019
@jorge07 jorge07 deleted the dependabot/composer/symfony/cache-4.3.9 branch December 2, 2019 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants