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.7.23
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.7.27
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 26, 2024

  1. Add 2.7.23 release notes

    NickCraver committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2753c37 View commit details
    Browse the repository at this point in the history
  2. Update 2.7.23 release notes

    -Fix spelling
    NickCraver committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7bec9df View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Support HeartbeatConsistencyChecks in Clone() (#2658)

    * Support `HeartbeatConsistencyChecks` in `Clone()`
    * include heartbeatInterval
    mgravell authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a517561 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. add new AddLibraryNameSuffix API for annotating connections with usage (

    #2659)
    
    * add new AddLibraryNameSuffix API for annotating connections with usage
    
    * fixup test
    
    * new partial for lib-name bits
    
    * use hashing rather than array shenanigans
    
    * move to shipped; fix comment typo
    
    * comment example
    
    * reverse comment owner
    mgravell authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    18c057b View commit details
    Browse the repository at this point in the history
Loading