Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Build(deps): Bump symfony/cache from 4.4.2 to 5.0.3#135

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/cache-5.0.3
Closed

Build(deps): Bump symfony/cache from 4.4.2 to 5.0.3#135
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/cache-5.0.3

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented Jan 22, 2020

Bumps symfony/cache from 4.4.2 to 5.0.3.

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.

4.3.0

  • removed psr/simple-cache dependency, run composer require psr/simple-cache if you need it
  • deprecated all PSR-16 adapters, use Psr16Cache or Symfony\Contracts\Cache\CacheInterface implementations instead
  • deprecated SimpleCacheAdapter, use Psr16Adapter instead

4.2.0

  • added support for connecting to Redis clusters via DSN
  • added support for configuring multiple Memcached servers via DSN
  • added MarshallerInterface and DefaultMarshaller to 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 compression and tcp_keepalive options
  • added automatic table creation when using Doctrine DBAL with PDO-based backends
  • throw LogicException when CacheItem::tag() is called on an item coming from a non tag-aware pool
  • deprecated CacheItem::getPreviousTags(), use CacheItem::getMetadata() instead
  • deprecated the AbstractAdapter::unserialize() and AbstractCache::unserialize() methods
  • added CacheCollectorPass (originally in FrameworkBundle)
  • added CachePoolClearerPass (originally in FrameworkBundle)
  • added CachePoolPass (originally in FrameworkBundle)
  • added CachePoolPrunerPass (originally in FrameworkBundle)

3.4.0

... (truncated)
Commits
  • b503e72 Merge branch '4.4' into 5.0
  • 31e5795 [Filesystem][FilesystemCommonTrait] Use a dedicated directory when there are ...
  • 709363f Merge branch '4.4' into 5.0
  • bedeb40 Merge branch '4.3' into 4.4
  • b7a8c18 Merge branch '4.4' into 5.0
  • 8ddd854 fix processing chain adapter based cache pool
  • 6210acc Merge branch '4.4' into 5.0
  • 35dd2d7 Merge branch '4.3' into 4.4
  • 4427707 Merge branch '3.4' into 4.3
  • 17d1cda Update year in license files
  • 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 will not automatically merge this PR because it includes a major update to a production dependency.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview
Copy link
Copy Markdown
Contributor Author

The following labels could not be found: dependency.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 22, 2020

Codecov Report

Merging #135 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #135   +/-   ##
========================================
  Coverage      8.57%   8.57%           
  Complexity       77      77           
========================================
  Files            12      12           
  Lines           338     338           
========================================
  Hits             29      29           
  Misses          309     309

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 666032f...cda3d73. Read the comment docs.

Bumps [symfony/cache](https://github.com/symfony/cache) from 4.4.2 to 5.0.3.
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md)
- [Commits](symfony/cache@v4.4.2...v5.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/symfony/cache-5.0.3 branch from 8325e10 to cda3d73 Compare January 28, 2020 16:14
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #144.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/symfony/cache-5.0.3 branch February 3, 2020 11:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet