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.27
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.13.1
Choose a head ref
  • 2 commits
  • 21 files changed
  • 1 contributor

Commits on May 11, 2026

  1. post-ship 2.12.27

    mgravell committed May 11, 2026
    Configuration menu
    Copy the full SHA
    1dbba36 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. AMR: use RESP3 and disable the default config channel by default (#3067)

    * AMR: use RESP3 and disable the default config channel by default
    
    * release notes
    
    * support TLS (self-signed) in the test server, use for the AMR test
    
    * don't do the AMR post-connection callback
    
    * fix test break in Issue883 due to lazy provider lookup
    
    * improved release notes
    
    * verify config override works as expected
    
    * spin up pub/sub on demand (or if pub/sub is active)
    
    * build warning cleanup
    
    * logging
    
    * breakfix
    
    * format
    
    * AMR test for RESP2
    mgravell authored May 12, 2026
    Configuration menu
    Copy the full SHA
    981ba52 View commit details
    Browse the repository at this point in the history
Loading