Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2025

Bumps symfony/lock from 7.2.5 to 7.3.0.

Release notes

Sourced from symfony/lock's releases.

v7.3.0

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

  • no significant changes

v7.3.0-RC1

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

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/lock@v7.2.6...v7.3.0-BETA1)

v7.2.6

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

Changelog

Sourced from symfony/lock's changelog.

CHANGELOG

7.3

  • Add support for valkey: / valkeys: schemes

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

... (truncated)

Commits
  • 5bef45f Merge branch '7.2' into 7.3
  • 69599a1 [Lock] read (possible) error from Redis instance where evalSha() was called
  • e0cbba9 choose the correctly cased class name for the SQLite platform
  • 561265a Merge branch '7.2' into 7.3
  • 20c9ba0 chore: PHP CS Fixer fixes
  • b3afc1d minor #59898 replace assertEmpty() with stricter assertions (xabbuh)
  • 791bbf8 replace assertEmpty() with stricter assertions
  • 0bd2dac Add support for valkey: / valkeys: schemes
  • 14995ae [Cache] Add \Relay\Cluster support
  • dd89076 Merge branch '7.2' into 7.3
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update PHP code labels Jun 28, 2025
@BentiGorlich
Copy link
Member

@dependabot rebase

Bumps [symfony/lock](https://github.com/symfony/lock) from 7.2.5 to 7.3.0.
- [Release notes](https://github.com/symfony/lock/releases)
- [Changelog](https://github.com/symfony/lock/blob/7.3/CHANGELOG.md)
- [Commits](symfony/lock@v7.2.5...v7.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/lock-7.3.0 branch from b7b509e to 9e28248 Compare July 4, 2025 12:25
@BentiGorlich BentiGorlich enabled auto-merge (squash) July 4, 2025 12:30
@BentiGorlich BentiGorlich merged commit 86b0c2e into main Jul 4, 2025
7 checks passed
@BentiGorlich BentiGorlich deleted the dependabot/composer/symfony/lock-7.3.0 branch July 4, 2025 12:38
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.

2 participants