Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: StackExchange/StackExchange.Redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.17
Choose a base ref
...
head repository: StackExchange/StackExchange.Redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.24
Choose a head ref
  • 7 commits
  • 20 files changed
  • 3 contributors

Commits on Sep 10, 2025

  1. 2.9.17 release notes

    mgravell committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    fec2cae View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Fix 2951 - Sentinel reconnect failure (#2956)

    * Fix erroneous deletion from b4aaced#diff-b874d835cf9aa762b0e52adf8c37c2ed87b244f10dd36749ffdf735f0aea0e53L1645
    
    * release notes
    
    * Update ReleaseNotes.md
    mgravell authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    c5f2696 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. Configuration menu
    Copy the full SHA
    11a919a View commit details
    Browse the repository at this point in the history
  2. Convert to Hex only on Encoding.UTF8.GetString possible exceptions (#…

    …2954)
    
    * Convert to Hex only on Encoding.UTF8.GetString possible exception
    Has OutOfMemory exceptions can occure in native Encoding.UTF8.GetString, we should not convert result to hex values
    
    * Fix other cases where we return an Hex string on all kind of exceptions
    jcaspes authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    862a70e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    f4f66be View commit details
    Browse the repository at this point in the history
  2. Channel routing: revert non-S routing to random, with new API to opt …

    …into routed (#2958)
    
    * mitigate #2955
    
    - by default: use round-robin (not channel-routing) for "non-sharded" pub/sub
    - add new API for channel-routed literals/wildcards
    - when publishing, if we're also subscribed: use that connection
    - randomize where the round-robin starts, to better randomize startup behaviour
    
    * release notes
    
    * prefer a single WithKeyRouting API
    mgravell authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    d4b05ca View commit details
    Browse the repository at this point in the history
  3. release notes

    mgravell committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    307129e View commit details
    Browse the repository at this point in the history
Loading