Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/redis/rueidis/rueidiscompat from 1.0.49 to 1.0.50 #665

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/redis/rueidis/rueidiscompat from 1.0.49 to 1.0.50.

Release notes

Sourced from github.com/redis/rueidis/rueidiscompat's releases.

1.0.50

Changes

  • feat: add FtSearch and related functions to rueidiscompat (#676)
  • feat: add rueidislimiter module for Distributed Rate Limiting (#661)
  • fix: convert os.ErrDeadlineExceeded to context.DeadlineExceeded only when ConnWriteTimeout is shorter (#672)
  • fix: register client tracking again after receiving invalidations in rueidislock (#669)
  • fix: close connections that are still blocked while recycling them to pools, instead of waiting for unsubscribe command responses (#667)
  • fix: do not cap timeouts when context has a deadline on a blocking call (#666)
  • chore: use dpool for blocking commands to be able to respect context deadlines (#668)

Contributors

We'd like to thank all the contributors who worked on this release!

@​nesty92, @​rueian, @​unknowntpo and @​zeiler

Commits
  • 5965fb9 feat: bump v1.0.50
  • e069306 feat: allow DisableTCPNoDelay to work on TLS connections
  • 104a76c fix incorrect conversion between int and int64 (#678)
  • 131aad3 Feat rueidiscompat redisearch (#676)
  • 1c5e799 fix: hide os.ErrDeadlineExceeded with context.DeadlineExceeded only when Conn...
  • e84fc9e docs: note about manual context cancellation
  • 9c73ca9 chore: fix typo in tests
  • 57ef0cb Rueidislock CSC re-register (#669)
  • 83cc4f5 chore: use dpool for blocking commands to be able to respect more on ctx (#668)
  • adffb5f fix: close connections that are still blocked while recycling them to pools (...
  • 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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 2, 2024
@dependabot dependabot bot requested review from polebug and pseudoyu as code owners December 2, 2024 00:28
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/redis/rueidis/rueidiscompat-1.0.50 branch from fa16a5d to 5bb43d7 Compare December 2, 2024 05:40
Bumps [github.com/redis/rueidis/rueidiscompat](https://github.com/redis/rueidis) from 1.0.49 to 1.0.50.
- [Release notes](https://github.com/redis/rueidis/releases)
- [Commits](redis/rueidis@v1.0.49...v1.0.50)

---
updated-dependencies:
- dependency-name: github.com/redis/rueidis/rueidiscompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/redis/rueidis/rueidiscompat-1.0.50 branch from 5bb43d7 to 001c8da Compare December 2, 2024 10:29
Copy link

github-actions bot commented Dec 2, 2024

commit hash: 001c8da
openapi.yaml

Lint Result

Lint: docs/api.yaml

Severity Location Problem Message
warning line 10:10 no-server-example.com Server url should not point to example.com or localhost.

Validation successful
Warnings: 1

@pseudoyu pseudoyu merged commit 0ec972b into main Dec 2, 2024
5 of 6 checks passed
@pseudoyu pseudoyu deleted the dependabot/go_modules/main/github.com/redis/rueidis/rueidiscompat-1.0.50 branch December 2, 2024 10:31
Copy link

github-actions bot commented Dec 2, 2024

commit hash: 0ec972b
openapi.yaml

Lint Result

Lint: docs/api.yaml

Severity Location Problem Message
warning line 10:10 no-server-example.com Server url should not point to example.com or localhost.

Validation successful
Warnings: 1

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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant