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

Bump StackExchange.Redis from 2.6.96 to 2.6.104 #1783

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps StackExchange.Redis from 2.6.96 to 2.6.104.

Release notes

Sourced from StackExchange.Redis's releases.

2.6.104

  • Fix #2412: Critical (but rare) GC bug that can lead to async tasks never completing if the multiplexer is not held by the consumer (#2408 by @​mgravell)
  • Fix #2392: Dequeue all timed out messages from the backlog when not connected (including Fire+Forget) (#2397 by @​kornelpal)
  • Fix #2400: Expose ChannelMessageQueue as IAsyncEnumerable<ChannelMessage> (#2402 by @​mgravell)
  • Adds: Better error messages (over generic timeout) when commands are backlogged and unable to write to any connection (#2408 by @​NickCraver)
  • Adds: Support for CLIENT SETINFO (lib name/version) during handshake; opt-out is via ConfigurationOptions; also support read of resp, lib-ver and lib-name via CLIENT LIST (#2414 by @​mgravell)
  • Documentation: clarify the meaning of RedisValue.IsInteger re #2418 (#2420 by @​mgravell)

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.6.96...2.6.104

Changelog

Sourced from StackExchange.Redis's changelog.

2.6.104

  • Fix #2412: Critical (but rare) GC bug that can lead to async tasks never completing if the multiplexer is not held by the consumer (#2408 by mgravell)
  • Add: Better error messages (over generic timeout) when commands are backlogged and unable to write to any connection (#2408 by NickCraver)
  • Fix #2392: Dequeue all timed out messages from the backlog when not connected (including Fire+Forget) (#2397 by kornelpal)
  • Fix #2400: Expose ChannelMessageQueue as IAsyncEnumerable<ChannelMessage> (#2402 by mgravell)
  • Add: Support for CLIENT SETINFO (lib name/version) during handshake; opt-out is via ConfigurationOptions; also support read of resp, lib-ver and lib-name via CLIENT LIST (#2414 by mgravell)
  • Documentation: clarify the meaning of RedisValue.IsInteger re #2418 (#2420 by mgravell)
Commits
  • 129d59f Timeouts: Improve Backlog handling and errors for users + GC rooting fixes fo...
  • f690d16 Clarify meaning of RedisValue.IsInteger (#2420)
  • ef388bd Fix #2392: Dequeue all timed out messages from the backlog when not connected...
  • 1364ef8 Add support for CLIENT SETINFO (#2414)
  • 3f8fd08 Reference the correct default retry policy (#2410)
  • 9698aaa expose IAsyncEnumerable on ChannelMessageQueue (#2402)
  • 867b04d AppVeyor: move to VS 2022 image (#2387)
  • 6fa6a79 2.6.96 Release Notes
  • See full diff 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 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)

Bumps [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) from 2.6.96 to 2.6.104.
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](StackExchange/StackExchange.Redis@2.6.96...2.6.104)

---
updated-dependencies:
- dependency-name: StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 3, 2023
@github-actions github-actions bot added the redis label Apr 3, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1783 (a828044) into master (f9efa4e) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master    #1783   +/-   ##
=======================================
  Coverage   66.26%   66.26%           
=======================================
  Files         145      145           
  Lines        3910     3910           
  Branches      388      388           
=======================================
  Hits         2591     2591           
  Misses       1230     1230           
  Partials       89       89           
Flag Coverage Δ
Redis 60.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sungam3r sungam3r merged commit f2cb3df into master Apr 3, 2023
@sungam3r sungam3r deleted the dependabot/nuget/StackExchange.Redis-2.6.104 branch April 3, 2023 23:43
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
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 .NET Pull requests that update .net code redis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants