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.1.50
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.1.55
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 8, 2020

  1. release notes

    mgravell committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    c64924b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67bf634 View commit details
    Browse the repository at this point in the history
  3. put the new warning later

    mgravell committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    2e31160 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. better detection of 4.7.2

    mgravell committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    8b2dbf0 View commit details
    Browse the repository at this point in the history
  2. fix a System.Buffers break via System.IO.Pipelines; 4.7.2 adds a netf…

    …x TFM, which in turn adds System.Buffers breaks
    
    - we now only take a dependency on 4.7.1, which means we don't *force* the issue on people
    - Pipelines.Sockets.Unofficial has been updated to identify the problem clearly
    mgravell committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    6d792d0 View commit details
    Browse the repository at this point in the history
Loading