Changelog
*Sourced from [symfony/lock's changelog](https://github.com/symfony/lock/blob/master/CHANGELOG.md).*
> 4.4.0
> -----
>
> * added InvalidTtlException
> * deprecated `StoreInterface` in favor of `BlockingStoreInterface` and `PersistingStoreInterface`
> * `Factory` is deprecated, use `LockFactory` instead
> * `StoreFactory::createStore` allows PDO and Zookeeper DSN.
> * deprecated services `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract`,
> use `StoreFactory::createStore` instead.
>
> 4.2.0
> -----
>
> * added the PDO Store
> * added a new Zookeeper Data Store for Lock Component
>
> 3.4.0
> -----
>
> * added the component
Commits
- [`6eca6ef`](https://github.com/symfony/lock/commit/6eca6ef15a5feef9855fdfe25a26c7096f0be351) [HttpFoundation][Lock] Connection parameter corrected
- [`4570456`](https://github.com/symfony/lock/commit/4570456c954caa0f784300b1a103b852997fd098) [Lock][HttpFoundation] Hot fix
- [`ae7a0b8`](https://github.com/symfony/lock/commit/ae7a0b82c595b0018c7a8b0d080214b9f376467e) [HttpFoundation][FrameworkBundle] allow configuring the session handler with ...
- [`a522801`](https://github.com/symfony/lock/commit/a5228014b8416d23d46daa3df4ee1f1730ff1203) Add missing lock connection string in FrameworkExtension
- [`787adcb`](https://github.com/symfony/lock/commit/787adcbac3770d32e27f42603c17d5f7fad7048e) feature [#34057](https://github-redirect.dependabot.com/symfony/lock/issues/34057) [Lock][Cache] Allows URL DSN in PDO adapters (jderusse)
- [`f25da14`](https://github.com/symfony/lock/commit/f25da1429a05eae8c7f63676e5277da3368e0652) Allows URL DSN in Lock and Cache
- [`00d43c1`](https://github.com/symfony/lock/commit/00d43c1b9546db47ab38b9f8ef700ea3710669f3) minor [#33963](https://github-redirect.dependabot.com/symfony/lock/issues/33963) Add .gitignore to .gitattributes (reedy)
- [`77262e7`](https://github.com/symfony/lock/commit/77262e7cdb2d806775af9409a2a924d0ab1df28d) Set ReturnType of LockFactory to LockInterface
- [`3a62856`](https://github.com/symfony/lock/commit/3a628560fa37908bb2c6da846065df549ca18c85) Add .gitignore to .gitattributes
- [`03d9a1d`](https://github.com/symfony/lock/commit/03d9a1d56b1b12204f4264d50832a96df687b0da) Add types to constructors and private/final/internal methods (Batch II)
- Additional commits viewable in [compare view](https://github.com/symfony/lock/compare/v3.4.33...v4.4.0)
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 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 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
- `@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 your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps symfony/lock from 3.4.33 to 4.4.0.
Changelog
*Sourced from [symfony/lock's changelog](https://github.com/symfony/lock/blob/master/CHANGELOG.md).* > 4.4.0 > ----- > > * added InvalidTtlException > * deprecated `StoreInterface` in favor of `BlockingStoreInterface` and `PersistingStoreInterface` > * `Factory` is deprecated, use `LockFactory` instead > * `StoreFactory::createStore` allows PDO and Zookeeper DSN. > * deprecated services `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract`, > use `StoreFactory::createStore` instead. > > 4.2.0 > ----- > > * added the PDO Store > * added a new Zookeeper Data Store for Lock Component > > 3.4.0 > ----- > > * added the componentCommits
- [`6eca6ef`](https://github.com/symfony/lock/commit/6eca6ef15a5feef9855fdfe25a26c7096f0be351) [HttpFoundation][Lock] Connection parameter corrected - [`4570456`](https://github.com/symfony/lock/commit/4570456c954caa0f784300b1a103b852997fd098) [Lock][HttpFoundation] Hot fix - [`ae7a0b8`](https://github.com/symfony/lock/commit/ae7a0b82c595b0018c7a8b0d080214b9f376467e) [HttpFoundation][FrameworkBundle] allow configuring the session handler with ... - [`a522801`](https://github.com/symfony/lock/commit/a5228014b8416d23d46daa3df4ee1f1730ff1203) Add missing lock connection string in FrameworkExtension - [`787adcb`](https://github.com/symfony/lock/commit/787adcbac3770d32e27f42603c17d5f7fad7048e) feature [#34057](https://github-redirect.dependabot.com/symfony/lock/issues/34057) [Lock][Cache] Allows URL DSN in PDO adapters (jderusse) - [`f25da14`](https://github.com/symfony/lock/commit/f25da1429a05eae8c7f63676e5277da3368e0652) Allows URL DSN in Lock and Cache - [`00d43c1`](https://github.com/symfony/lock/commit/00d43c1b9546db47ab38b9f8ef700ea3710669f3) minor [#33963](https://github-redirect.dependabot.com/symfony/lock/issues/33963) Add .gitignore to .gitattributes (reedy) - [`77262e7`](https://github.com/symfony/lock/commit/77262e7cdb2d806775af9409a2a924d0ab1df28d) Set ReturnType of LockFactory to LockInterface - [`3a62856`](https://github.com/symfony/lock/commit/3a628560fa37908bb2c6da846065df549ca18c85) Add .gitignore to .gitattributes - [`03d9a1d`](https://github.com/symfony/lock/commit/03d9a1d56b1b12204f4264d50832a96df687b0da) Add types to constructors and private/final/internal methods (Batch II) - Additional commits viewable in [compare view](https://github.com/symfony/lock/compare/v3.4.33...v4.4.0)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 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 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 - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)