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: 3.0.0_main
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: 3.0.7
Choose a head ref
  • 6 commits
  • 33 files changed
  • 3 contributors

Commits on Jun 22, 2026

  1. remove versionHeightOffset

    v3 is now merged into main (v2 branch for maintenance); the version-offset would now lead to weirdness
    mgravell authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    a6c8fea View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

  1. use MemoryPool<byte> sources for request/response buffering (#3107)

    * - introduce CycleBufferPool as a concept that encapsulates MemoryPool<byte> with the growth logic
    - support `-d` in the benchmark
    
    * - add ConfigurationOptions support
    - add [SkipLocalsInit] to RESPite
    
    * add ResponseArrayPool (#3104)
    
    * add ResponseArrayPool
    
    * Lease
    
    * IMemoryOwner<byte>?
    
    ---------
    
    Co-authored-by: ITikhonov <[email protected]>
    
    * refactor API so that MemoryPool<T> can be used throughout, and shared between lease and cycle-buffers
    
    * we don't actually need a default CycleBufferPool<T> impl;
    
    * fix typo
    
    * avoid `Failed` nomenclature in tests - makes it hard to isolate CI problems
    
    ---------
    
    Co-authored-by: Ivan Tikhonov <[email protected]>
    Co-authored-by: ITikhonov <[email protected]>
    3 people authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    534ca92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed40e30 View commit details
    Browse the repository at this point in the history
  3. Update ReleaseNotes for version 2.13.17

    Updated release notes for version 2.13.17 with fixes and enhancements.
    mgravell authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    4cac13d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f47bf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. Stabilize CI, especially on Windows (#3109)

    * move KeyIdle[Async]Tests to a server without replication
    
    * stabilize Windows CI
    
    * don't run the `OBJECT IDLETIME` tests in WSL
    
    * skip sentinel tests on Windows CI
    mgravell authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    466c4b7 View commit details
    Browse the repository at this point in the history
Loading