Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 21, 2025

Updates the requirements on symfony/lock to permit the latest version.

Release notes

Sourced from symfony/lock's releases.

v7.2.6

Changelog (symfony/lock@v7.2.5...v7.2.6)

Changelog

Sourced from symfony/lock's changelog.

CHANGELOG

7.2

  • RedisStore uses EVALSHA over EVAL when evaluating LUA scripts
  • Add NullStore

7.0

  • Add parameter $isSameDatabase to DoctrineDbalStore::configureSchema()
  • Remove the gcProbablity (notice the typo) option, use gcProbability instead

6.4

  • Make MongoDbStore instantiable with the mongodb extension directly

6.3

  • Create migration for lock table when DoctrineDbalStore is used
  • Add optional parameter $isSameDatabase to DoctrineDbalStore::configureSchema()
  • Add support for Relay PHP extension for Redis
  • Renamed the gcProbablity option to gcProbability to fix a typo in its name

6.0

  • Remove the NotSupportedException. It shouldn't be thrown anymore
  • Remove the RetryTillSaveStore. Logic has been moved in Lock and is not needed anymore
  • Remove support of Doctrine DBAL in PdoStore and PostgreSqlStore

5.4

  • Add DoctrineDbalStore identical to PdoStore for Doctrine\DBAL\Connection or DBAL url
  • Deprecate usage of PdoStore with Doctrine\DBAL\Connection or DBAL url
  • Add DoctrineDbalPostgreSqlStore identical to PdoPostgreSqlStore for Doctrine\DBAL\Connection or DBAL url
  • Deprecate usage of PdoPostgreSqlStore with Doctrine\DBAL\Connection or DBAL url

5.2.0

  • MongoDbStore does not implement BlockingStoreInterface anymore, typehint against PersistingStoreInterface instead.
  • added support for shared locks
  • added NoLock
  • deprecated NotSupportedException, it shouldn't be thrown anymore.

... (truncated)

Commits
  • 69599a1 [Lock] read (possible) error from Redis instance where evalSha() was called
  • 0436a01 use Table::addPrimaryKeyConstraint() with Doctrine DBAL 4.3+
  • e1dae80 [Lock] Fix Predis error handling
  • 4f6e8b0 Issue 59387-2: make check with prefix more robust
  • 3b4e407 [Lock] Make sure RedisStore will also support Valkey
  • d0cfffb Fix predis command error checking
  • 07212a5 Merge branch '7.1' into 7.2
  • 1b89839 Merge branch '6.4' into 7.1
  • a69c3dd Ensure compatibility with ext-mongodb v2
  • ec0e86b minor #58533 [Lock] Enabled usage of EVALSHA and LOAD SCRIPT over regular EVA...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [symfony/lock](https://github.com/symfony/lock) to permit the latest version.
- [Release notes](https://github.com/symfony/lock/releases)
- [Changelog](https://github.com/symfony/lock/blob/7.2/CHANGELOG.md)
- [Commits](symfony/lock@v4.1.0...v7.2.6)

---
updated-dependencies:
- dependency-name: symfony/lock
  dependency-version: 7.2.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 21, 2025
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 php Pull requests that update php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants