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 #205

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year 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
  • 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.
  • be5d206 bump up version
  • 664227b Merge pull request #140 from dhruvCW/support_hash_config
  • fc7a1d1 update redis-client version pinning.
  • 8f895d7 Add support for passing config objects to the client
  • d906f75 Merge pull request #136 from olleolleolle/patch-1
  • 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 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[bot] commented 10 months ago

Superseded by #223.