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.8.16
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.8.22
Choose a head ref
  • 6 commits
  • 24 files changed
  • 4 contributors

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    d7ca832 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    c8a7265 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Update default Redis version from 4.0.0 to 6.0.0 for Azure Redis (#2810)

    * Update default Redis version from 4.0.0 to 6.0.0 for Azure Redis resources
    philon-msft authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ebacf39 View commit details
    Browse the repository at this point in the history
  2. release notes for ipv6

    mgravell committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0071148 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Automatically detect and tune for Azure Managed Redis caches (#2818)

    Detect when connecting to a new Azure Managed Redis cache, and adjust default connection settings to align with their capabilities. 
    
    More about Azure Managed Redis: https://learn.microsoft.com/azure/azure-cache-for-redis/managed-redis/managed-redis-overview
    philon-msft authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    11ef77d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Packages: update to remove CVE dependencies (#2820)

    * Packages: update to remove CVE dependencies
    
    This bumps *testing* (not the core package) to net8.0 for an easier time maintaining and updates packages outside StackExchange.Redis except for `Microsoft.Bcl.AsyncInterfaces`. `Microsoft.Bcl.AsyncInterfaces` was bumped from 5.0.0 to 6.0.0 due to deprecation warnings, still maintaining widest compatibility we can.
    
    * Fix .NET Framework test diff
    
    * fix enum flags rendering; involves adding a net8.0 TFM, but that's LTS *anyway*, so: fine
    
    also added appropriate [Obsolete] to respect transient net8.0 changes
    
    ---------
    
    Co-authored-by: Marc Gravell <marc.gravell@gmail.com>
    NickCraver and mgravell authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    33358b7 View commit details
    Browse the repository at this point in the history
Loading