Skip to content
This repository has been 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.8 #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps symfony/cache from 4.4.2 to 5.0.8.

Release notes

Sourced from symfony/cache's releases.

v5.0.8

Changelog (symfony/cache@v5.0.7...v5.0.8)

  • bug #36536 Allow invalidateTags calls to be traced by data collector (l-vo)
  • bug #36555 skip APCu in chains when the backend is disabled (nicolas-grekas)
  • bug #36457 CacheItem with tag is never a hit after expired (alexander-schranz, nicolas-grekas)
  • bug #36460 Avoid memory leak in TraceableAdapter::reset() (lyrixx)

v5.0.7

Changelog (symfony/cache@v5.0.6...v5.0.7)

  • no changes

v5.0.6

Changelog (symfony/cache@v5.0.5...v5.0.6)

  • bug #36103 fix preloading script generation (nicolas-grekas)

v5.0.5

Changelog (symfony/cache@v5.0.4...v5.0.5)

  • bug #35803 Fix versioned namespace atomic clears (trvrnrth)
  • bug #35583 Add missing use statements (fabpot)

v5.0.4

Changelog (symfony/cache@v5.0.3...v5.0.4)

  • bug #35428 fix checking for igbinary availability (nicolas-grekas)

v5.0.3

Changelog (symfony/cache@v5.0.2...v5.0.3)

  • bug #35290 Use a dedicated directory when there are no namespace (fancyweb)
  • bug #35244 fix processing chain adapter based cache pool (xabbuh)
  • bug #35117 do not overwrite variable value (xabbuh)

v4.4.8

Changelog (symfony/cache@v4.4.7...v4.4.8)

  • bug #36536 Allow invalidateTags calls to be traced by data collector (l-vo)
  • bug #36555 skip APCu in chains when the backend is disabled (nicolas-grekas)
  • bug #36457 CacheItem with tag is never a hit after expired (alexander-schranz, nicolas-grekas)
  • bug #36460 Avoid memory leak in TraceableAdapter::reset() (lyrixx)

v4.4.7

Changelog (symfony/cache@v4.4.6...v4.4.7)

  • no changes

v4.4.6

... (truncated)
Changelog

Sourced from symfony/cache's changelog.

CHANGELOG

5.1.0

  • added max-items + LRU + max-lifetime capabilities to ArrayCache
  • added CouchbaseBucketAdapter
  • added context cache-adapter to log messages

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.
  • added SodiumMarshaller to encrypt/decrypt values using libsodium

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
... (truncated)
Commits
  • 0c5f5b1 Merge branch '4.4' into 5.0
  • ba0aa17 Merge branch '3.4' into 4.4
  • d37d59f Allow invalidateTags calls to be traced by data collector
  • c9f37a7 [Cache] skip APCu in chains when the backend is disabled
  • bbcced9 Merge branch '4.4' into 5.0
  • 3742983 bug #36457 [Cache] CacheItem with tag is never a hit after expired (alexander...
  • 429918a Merge branch '4.4' into 5.0
  • 37dfcb1 Add reproducer to for hit after update expire cacheItem
  • ec74ed5 [Cache] fix FilesystemTagAwareAdapter failing when a tag link preexists
  • 2ddaad1 Merge branch '3.4' into 4.4
  • 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)

Bumps [symfony/cache](https://github.com/symfony/cache) from 4.4.2 to 5.0.8.
- [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.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

The following labels could not be found: dependency.

@codecov
Copy link

codecov bot commented Apr 29, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #200   +/-   ##
========================================
  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 e2637e5...854ec72. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants