Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps with_advisory_lock from 5.3.0 to 7.0.2.

Release notes

Sourced from with_advisory_lock's releases.

with_advisory_lock: v7.0.2

7.0.2 (2025-09-20)

Bug Fixes

  • Replace connection.select_value with connection.query_value (#131) (dc01977)

with_advisory_lock: v7.0.1

7.0.1 (2025-07-21)

Bug Fixes

  • handle ActiveRecord's release_advisory_lock signature for Rails 7.2+ (#127) (94253ca), closes #126

with_advisory_lock: v7.0.0

7.0.0 (2025-07-05)

⚠ BREAKING CHANGES

  • require Rails 7.2+ as minimum version

Features

  • fire Ruby from its second job checking locks and let PostgreSQL do what it's paid for (#124) (f7f8dbc)
  • handle connection disconnection gracefully (1944e98)
  • handle connection disconnection gracefully (77046a9)
  • implement MySQL native timeout support (#123) (387dedd)
  • require Rails 7.2+ as minimum version (d4e7826)
  • validate transaction-level locks require active transaction (#122) (e4bc6c1)

with_advisory_lock: v6.0.0

6.0.0 (2025-05-28)

⚠ BREAKING CHANGES

  • Remove private APIs (Base, DatabaseAdapterSupport). Add full mixed adapter support for PostgreSQL/MySQL in same app. Add JRuby compatibility.
  • drop support for sqlite3
  • drop legacy version of ruby/rails (#113)

Features

Changelog

Sourced from with_advisory_lock's changelog.

7.0.2 (2025-09-20)

Bug Fixes

  • Replace connection.select_value with connection.query_value (#131) (dc01977)

7.0.1 (2025-07-21)

Bug Fixes

  • handle ActiveRecord's release_advisory_lock signature for Rails 7.2+ (#127) (94253ca), closes #126

7.0.0 (2025-07-05)

⚠ BREAKING CHANGES

  • require Rails 7.2+ as minimum version

Features

  • fire Ruby from its second job checking locks and let PostgreSQL do what it's paid for (#124) (f7f8dbc)
  • handle connection disconnection gracefully (1944e98)
  • handle connection disconnection gracefully (77046a9)
  • implement MySQL native timeout support (#123) (387dedd)
  • require Rails 7.2+ as minimum version (d4e7826)
  • validate transaction-level locks require active transaction (#122) (e4bc6c1)

6.0.0 (2025-05-28)

⚠ BREAKING CHANGES

  • Remove private APIs (Base, DatabaseAdapterSupport). Add full mixed adapter support for PostgreSQL/MySQL in same app. Add JRuby compatibility.
  • drop support for sqlite3
  • drop legacy version of ruby/rails (#113)

Features

Commits
  • 5a877cb chore(master): release with_advisory_lock 7.0.2 (#133)
  • dc01977 fix: Replace connection.select_value with connection.query_value (#131)
  • 40f9af3 chore(master): release with_advisory_lock 7.0.1 (#128)
  • 94253ca fix: handle ActiveRecord's release_advisory_lock signature for Rails 7.2+ (#127)
  • 946a2ac fix rake task
  • 4c74c7e chore(master): release with_advisory_lock 7.0.0 (#120)
  • f7f8dbc feat: fire Ruby from its second job checking locks and let PostgreSQL do what...
  • 387dedd feat: implement MySQL native timeout support (#123)
  • e4bc6c1 feat: validate transaction-level locks require active transaction (#122)
  • 1944e98 Merge pull request #121 from ClosureTree/improve-connection-disconnection-han...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Dec 2, 2025
Bumps [with_advisory_lock](https://github.com/ClosureTree/with_advisory_lock) from 5.3.0 to 7.0.2.
- [Release notes](https://github.com/ClosureTree/with_advisory_lock/releases)
- [Changelog](https://github.com/ClosureTree/with_advisory_lock/blob/master/CHANGELOG.md)
- [Commits](ClosureTree/with_advisory_lock@with_advisory_lock/v5.3.0...with_advisory_lock/v7.0.2)

---
updated-dependencies:
- dependency-name: with_advisory_lock
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/with_advisory_lock-7.0.2 branch from eb07146 to 639589e Compare December 17, 2025 05:35
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant