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

Open dependabot[bot] opened 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.

Bubble up errors

leandromoreira/redlock-rb#147

Thanks @​Metallion

Stop monkey patching Rails 7

https://github.com/leandromoreira/redlock-rb/commit/818a28df2e5590cc52a9758034a9ec63ab8f1d70

Thanks @​karrocon

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
  • f176e57 bump up version
  • fbe2b28 Merge pull request #147 from Metallion/display-error-msgs
  • f621fef Include the error messages when we fail due to too many errors.
  • 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
  • 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.