Skip to content

Conversation

@dependabot
Copy link

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

Bumps symfony/lock from 4.4.46 to 7.2.4.

Release notes

Sourced from symfony/lock's releases.

v7.2.4

Changelog (symfony/lock@v7.2.3...v7.2.4)

v7.2.3

Changelog (symfony/lock@v7.2.2...v7.2.3)

v7.2.0

Changelog (symfony/lock@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/lock@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/lock@v7.1.6...v7.2.0-BETA1)

v7.1.6

Changelog (symfony/lock@v7.1.5...v7.1.6)

v7.1.1

Changelog (symfony/lock@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/lock@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/lock@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/lock@v7.0.7...v7.1.0-BETA1)

... (truncated)

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
  • 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...
  • 1de2c40 [Lock] Enabled usage of EVALSHA and LOAD SCRIPT over regular EVAL
  • 332bd90 [Lock] Add tests for NullStore
  • 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 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)

Bumps [symfony/lock](https://github.com/symfony/lock) from 4.4.46 to 7.2.4.
- [Release notes](https://github.com/symfony/lock/releases)
- [Changelog](https://github.com/symfony/lock/blob/7.2/CHANGELOG.md)
- [Commits](symfony/lock@v4.4.46...v7.2.4)

---
updated-dependencies:
- dependency-name: symfony/lock
  dependency-version: 7.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 26, 2025

Superseded by #10.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/composer/cooldown_default/symfony/lock-7.2.4 branch May 26, 2025 01:29
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.

1 participant