aspnetcore-redis-rate-limiting
aspnetcore-redis-rate-limiting copied to clipboard
Bump StackExchange.Redis from 2.7.4 to 2.7.17
Bumps StackExchange.Redis from 2.7.4 to 2.7.17.
Release notes
Sourced from StackExchange.Redis's releases.
2.7.17
What's Changed
- Fix: #2321: Honor disposition of select command in Command Map for transactions (#2322 by
@slorello89)- Fix #2619: Type-forward
IsExternalInitto support down-level TFMs (#2621 by@mgravell)InternalsVisibleToPublicKeyenhancements(#2623 by@WeihanLi)- Fix #2576: Prevent
NullReferenceExceptionduring shutdown of connections (#2629 by@NickCraver)Full Changelog: https://github.com/StackExchange/StackExchange.Redis/compare/2.7.10...2.7.17
2.7.10
- Fix #2593:
EXPIRETIMEandPEXPIRETIMEmiscategorized asPrimaryOnlycommands causing them to fail when issued against a read-only replica (#2593 by@slorello89)- Fix #2591: Add
HELLOto Sentinel connections so they can support RESP3 (#2601 by@NickCraver)- Fix #2595: Add detection handling for dead sockets that the OS says are okay, seen especially in Linux environments (#2610 by
@NickCraver)Full Changelog: https://github.com/StackExchange/StackExchange.Redis/compare/2.7.4...2.7.10
Changelog
Sourced from StackExchange.Redis's changelog.
2.7.17
- Fix #2321: Honor disposition of select command in Command Map for transactions [(#2322 by slorello89)](StackExchange/StackExchange.Redis#2322)
- Fix #2619: Type-forward
IsExternalInitto support down-level TFMs (#2621 by mgravell)InternalsVisibleToPublicKeyenhancements(#2623 by WeihanLi)- Fix #2576: Prevent
NullReferenceExceptionduring shutdown of connections (#2629 by NickCraver)2.7.10
- Fix #2593:
EXPIRETIMEandPEXPIRETIMEmiscategorized asPrimaryOnlycommands causing them to fail when issued against a read-only replica (#2593 by slorello89)- Fix #2591: Add
HELLOto Sentinel connections so they can support RESP3 (#2601 by NickCraver)- Fix #2595: Add detection handling for dead sockets that the OS says are okay, seen especially in Linux environments (StackExchange/StackExchange.Redis#2610)
Commits
b2694b3Fix #2576: PhysicalConnection: Better shutdown handling (#2629)ad2e69fAdd test for multiplexer GC rooting. (#2427)e8b0006Honor select disposition in transactions (#2322)0233585Simplify InternalsVisibleTo (#2623)d60d987add type-forward on IsExternalInit (#2621)1943d95note shipped APIs (#2620)f99e95fAdd 2.7.10 release notes9a3003fConnections: detect and handle the Linux dead socket case (#2610)76f5205fix: RedisLiterals.PlusSymbol typo (#2612)510b5e2Sentinel: Add HELLO support (#2601)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)