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.25
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.32
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 29, 2025

  1. release notes

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

Commits on Sep 30, 2025

  1. Actions: support publishing to MyGet off main branch (#2964)

    * Actions: support publishing to MyGet off main branch
    
    This is on the way to removing AppVeyor (currently broken) from our environment. Publishes to MyGet when building from a push to main, _not_ on pull requests.
    
    * Only package on main as well
    NickCraver authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    a5e6e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    895a2c7 View commit details
    Browse the repository at this point in the history
  3. Adjust main branches

    NickCraver committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    9abcef1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ee5f6f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Update README.md (#2967)

    mgravell authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    8a6ad4a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Fix sharded pub/sub handling over slot migrations (#2969)

    * add failing test and mitigation for OSS sharded sunbscribe behavior
    
    * fix unsolicited SUNSUBSCRIBE
    
    * remove redundant code
    
    * ssh test
    
    * SUNSUBSCRIBE handling; if possible, use the active connection to find where we should be subscribing
    
    * PR nits
    
    * more PR nits
    mgravell authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    d5b445a View commit details
    Browse the repository at this point in the history
Loading