Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps StackExchange.Redis from 2.0.601 to 2.1.55.

Changelog

Sourced from StackExchange.Redis's changelog.

2.1.55

  • identify assembly binding problem on .NET Framework; drops System.IO.Pipelines to 4.7.1, and identifies new System.Buffers binding failure on 4.7.2

2.1.50

  • add: bind direct to sentinel-managed instances from a configuration string/object (#1431 via ejsmith)
  • add last-delivered-id to StreamGroupInfo (#1477 via AndyPook)
  • update naming of replication-related commands to reflect Redis 5 naming (#1488/#945)
  • fix: the IServer commands that are database-specific (DBSIZE, FLUSHDB, KEYS, SCAN) now respect the default database on the config (#1460)
  • library updates

2.1.39

  • fix: mutex around connection was not "fair"; in specific scenario could lead to out-of-order commands (#1440)
  • fix: update libs (#1432)
  • fix: timing error on linux (#1433 via pengweiqhca)
  • fix: add auth to command-map for sentinal (#1428 via ejsmith)

2.1.30

  • fix deterministic builds

2.1.28

  • fix: stability in new sentinel APIs
  • fix: include SslProtocolos in ConfigurationOptions.ToString() (#1408 via vksampath and Sampath Vuyyuru
  • fix: clarify messaging around disconnected multiplexers (#1396)
  • change: tweak methods of new sentinel API (this is technically a breaking change, but since this is a new API that was pulled quickly, we consider this to be acceptable)
  • add: new threadSocketManager mode (opt-in) to always use the regular thread-pool instead of the dedicated pool
  • add: improved counters in/around error messages
  • add: new User property on ConfigurationOptions
  • build: enable deterministic builds (note: this failed; fixed in 2.1.30)

2.1.0

  • fix: ensure active-message is cleared (#1374 via hamish-omny)
  • add: sentinel support (#1067 via shadim; #692 via lexxdark)
  • add: IAsyncEnumerable<T> scanning APIs now supported (#1087)
  • add: new API for use with misbehaving sync-contexts (more info)
  • add: TOUCH support (#1291 via gkorland)
  • add: Condition API (transactions) now supports SortedSetLengthEqual (#1332 via phosphene47)
  • add: SocketManager is now more configurable (#1115, via naile)
  • add: NRediSearch updated in line with JRediSearch (#1267, via tombatron; #1199 via oruchreis)
  • add: support for CheckCertificatRevocation configuration (#1234, via BLun78 and V912736)
  • add: more details about exceptions (#1190, via marafiq)
  • add: new stream APIs (#1141 and #1154 via ttingen)
  • add: event-args now mockable (#1326 via n1l)
  • fix: no-op when adding 0 values to a set (#1283 via omeaart)
  • add: support for LATENCY and MEMORY (#1204)
... (truncated)
Commits
  • 6d792d0 fix a System.Buffers break via System.IO.Pipelines; 4.7.2 adds a netfx TFM, w...
  • 8b2dbf0 better detection of 4.7.2
  • 2e31160 put the new warning later
  • 67bf634 revert pipelines to 4.7.1; test for 4.7.2 during connect fail on netfx, and a...
  • c64924b release notes
  • 39781a7 avoid the array (multi-bulk) allocation in sentinel processors (#1491)
  • 6fa8d44 Sentinel improvements (#1431)
  • 8dddbde fix build
  • e0ff480 lib updates
  • b8a8e7c Move to "replica" terminology, in line with redis v5+ (#1488)
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 10, 2020
@dependabot-preview
Copy link
Author

Superseded by #28.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/StackExchange.Redis-2.1.55 branch June 19, 2020 06:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant