Skip to content

chore(deps): update dependency mutex to v4 - #331

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mutex-4.x
Open

chore(deps): update dependency mutex to v4#331
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mutex-4.x

Conversation

@renovate

@renovate renovate Bot commented Jul 16, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
mutex (source) prod major ~> 1.3~> 4.0

Release Notes

lud/mutex (mutex)

v4.1.0

Compare Source

🚀 Features
  • Grant released keys to waiters in FIFO order
🧪 Testing
  • Added tests around waiters cleanup guarantees

v4.0.0

Compare Source

🚀 Features
  • [breaking] Detect self-deadlocks in await functions and return LockError with owner pid from lock/2
  • [breaking] Mutex.release now returns an error tuple on failures, added Mutex.release!
🐛 Bug Fixes
  • Raise ArgumentError on duplicate keys in await_all instead of hanging forever
  • Accept and log unexpected messsages in handle_info
  • Skip liveness check for remote pids in whereis_name
🚜 Refactor
  • Use single monitor for each client process
📚 Documentation
  • Document await_all concurrency model
  • Document ReleaseEror exception module

v3.0.6

Compare Source

📚 Documentation
  • Enable ex_doc markdown formatter

v3.0.5

Compare Source

⚙️ Miscellaneous Tasks
  • Fix compilation warnings for Elixir 1.20

v3.0.4

Compare Source

⚙️ Miscellaneous Tasks
  • Maintenance release (deps, docs)

v3.0.3

Compare Source

⚙️ Miscellaneous Tasks
  • Maintenance release

v3.0.2

Compare Source

⚙️ Miscellaneous Tasks
  • Fixed Elixir 1.19 compilation warnings

v3.0.1

Compare Source

🐛 Bug Fixes
  • Do not sleep before notifying multiple waiters that a lock is available
🚜 Refactor
  • Removed dead code
⚙️ Miscellaneous Tasks
  • Update dependabot config (#​8)
  • Update CI config (#​9)
  • Fix dialyzer warning
  • Update dependabot config (#​15)
  • Update Elixir Github workflow (#​21)

v3.0.0

Compare Source

🚀 Features
  • Added support for process name registration
  • [breaking] Removed mutex metadata
  • [breaking] Options in start_link must now always be a Keyword
  • Removed need to cleanup state every N seconds
  • Added the give_away function to transfer lock ownership
  • Renamed 'under' functions to 'with_lock'
  • [breaking] Releasing a lock is now a synchronous operation
🧪 Testing
  • Splitted tests for speed
⚙️ Miscellaneous Tasks
  • Fix github workflow for tests

v2.0.0

Compare Source

⚙️ Miscellaneous Tasks
  • Upgrade to elixir version 1.15

v1.3.3

Compare Source

v1.3.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jul 16, 2026

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants