BoShurik / telegram-bot-example

BoShurikTelegramBotBundle usage example
MIT License
17 stars 13 forks source link

Bump symfony/cache from 4.2.11 to 4.3.9 #4

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps symfony/cache from 4.2.11 to 4.3.9.

Changelog *Sourced from [symfony/cache's changelog](https://github.com/symfony/cache/blob/master/CHANGELOG.md).* > 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 - [`2a7bcc5`](https://github.com/symfony/cache/commit/2a7bcc592adcaab9efc165bbced5a91fe905fad4) Merge branch '3.4' into 4.3 - [`3d9f46a`](https://github.com/symfony/cache/commit/3d9f46a6960fd5cd7f030f86adc5b4b63bcfa4e3) Fix failures on PHP 7.4 - [`9dc6d6d`](https://github.com/symfony/cache/commit/9dc6d6ddf3c54bd425d3359a2f3b0c19a8f82f4a) Merge branch '3.4' into 4.3 - [`3da9b98`](https://github.com/symfony/cache/commit/3da9b98ad3ca80e735079327f1a78a57f05f438d) [Cache] Make sure we get the correct number of values from redis::mget() - [`73e461c`](https://github.com/symfony/cache/commit/73e461c284b173d4ceeee533d974317f24af0f21) [Cache] Disable igbinary on PHP >= 7.4 - [`f94d67b`](https://github.com/symfony/cache/commit/f94d67bcd253f7fda88e0a1b7de2725de518458b) catch exceptions when using PDO directly - [`83dca34`](https://github.com/symfony/cache/commit/83dca34362a0aba2b93aa1226dac6ef7cfea1262) Merge branch '3.4' into 4.3 - [`8d5db9c`](https://github.com/symfony/cache/commit/8d5db9c0cecf8b6f79fa96583fae652224d897da) security #cve-2019-18889 [Cache] forbid serializing AbstractAdapter and TagAw... - [`30a51b2`](https://github.com/symfony/cache/commit/30a51b2401ee15bfc7ea98bd7af0f9d80e26e649) [4.3] Remove unused local variables - [`08b664a`](https://github.com/symfony/cache/commit/08b664a43d643f817b5bbb020c7de87d43d3e63d) Merge branch '3.4' into 4.3 - Additional commits viewable in [compare view](https://github.com/symfony/cache/compare/v4.2.11...v4.3.9)


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](https://github.com/BoShurik/telegram-bot-example/network/alerts).
dependabot[bot] commented 4 years ago

Looks like symfony/cache is up-to-date now, so this is no longer needed.