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.12.1
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.12.4
Choose a head ref
  • 3 commits
  • 16 files changed
  • 1 contributor

Commits on Mar 13, 2026

  1. 2.12.1 release notes

    mgravell committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    bf7f846 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Improve detection of connect/handshake failures and the retry-policy (#…

    …3038)
    
    * tests for args passed to retry-policy
    
    context: #3036
    
    * more failure modes
    
    * detect timout of critical tracer
    mgravell authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    f9af64f View commit details
    Browse the repository at this point in the history
  2. Fix RESP3 client handshakes on non-RESP3 servers (#3037)

    * failing tests for #2783
    - `HELLO 3` with `3` response: pass
    - `HELLO 3` with `-ERR` response: fail
    - `HELLO 3` with `2` response: fail
    
    * more test permutations
    
    * don't run unnecessary RESP2-client permutations
    
    * fix RESP3 handshakes
    
    * words
    
    * words
    mgravell authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    6f24522 View commit details
    Browse the repository at this point in the history
Loading