bolshakov / stoplight

:traffic_light: Traffic control for code.
http://bolshakov.github.io/stoplight/
MIT License
381 stars 40 forks source link

Update redlock requirement from ~> 1.0 to >= 1, < 3 #223

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Updates the requirements on redlock to permit the latest version.

Release notes

Sourced from redlock's releases.

Use Monitor to ensure RedisClient calls are thread safe

Use Monitor to make sure we call RedisClient in a thread safe way. #143 thanks @​dhruvCW

Add support for passing config objects to the client

leandromoreira/redlock-rb#140 thanks @​dhruvCW

Raise exception only if redis errors prevents lock acquisition

The title is self-explanatory, thanks @​zygisa

fix: always treat redis instance as pool-like #125

No release notes provided.

Support for Redis versions 6.0 or later

Add support for redis >= 6.0

Commits
  • d31702e bump up version
  • 65394fc Merge pull request #146 from karrocon/feature/support-rails-7.1
  • 818a28d Stop monkey patching ::Redis
  • 2f4e406 Update issue templates
  • e75473b Update issue templates
  • 35e4bb8 bump up version
  • b299f34 Merge pull request #143 from dhruvCW/use_monitor
  • 0596901 Update readme to include how to configure sentinel
  • ded261b Derive LockAquisitionError from LockError
  • 423da9f Utilize a monitor when using the client.
  • 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 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[bot] commented 10 months ago

Superseded by #225.