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: redis/NRedisStack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.4
Choose a base ref
...
head repository: redis/NRedisStack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 8, 2026

  1. CI fixes for preview image - CMS.INFO and FT.SEARCH TIMEOUT (#554)

    1. handle CMS.INFO new field "cell size"
    2. for FT.SEARCH timeout queries, increase count by order-of-magnitude to reliably force fault
    mgravell authored Sep 8, 2026
    Configuration menu
    Copy the full SHA
    d5644f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2026

  1. Bump Microsoft.Bcl.Memory from 10.0.11 to 10.0.12 (#556)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.Bcl.Memory
      dependency-version: 10.0.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2026
    Configuration menu
    Copy the full SHA
    1b02e82 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.SourceLink.GitHub from 10.0.400 to 10.0.401 (#558)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.SourceLink.GitHub
      dependency-version: 10.0.401
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2026
    Configuration menu
    Copy the full SHA
    4be603b View commit details
    Browse the repository at this point in the history
  3. Bump System.Text.Json from 10.0.11 to 10.0.12 (#559)

    ---
    updated-dependencies:
    - dependency-name: System.Text.Json
      dependency-version: 10.0.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2026
    Configuration menu
    Copy the full SHA
    2eddef2 View commit details
    Browse the repository at this point in the history
  4. Bump dotenv.net from 4.0.2 to 4.1.0 (#555)

    ---
    updated-dependencies:
    - dependency-name: dotenv.net
      dependency-version: 4.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2026
    Configuration menu
    Copy the full SHA
    dff917e View commit details
    Browse the repository at this point in the history
  5. Bump Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.0 (#557)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-version: 18.10.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2026
    Configuration menu
    Copy the full SHA
    a690572 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2026

  1. Bump dotenv.net from 4.1.0 to 4.2.0 (#560)

    ---
    updated-dependencies:
    - dependency-name: dotenv.net
      dependency-version: 4.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2026
    Configuration menu
    Copy the full SHA
    1385ec6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2026

  1. Bump StackExchange.Redis from 3.1.31 to 3.2.1 (#563)

    ---
    updated-dependencies:
    - dependency-name: StackExchange.Redis
      dependency-version: 3.2.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 15, 2026
    Configuration menu
    Copy the full SHA
    1f55c94 View commit details
    Browse the repository at this point in the history
  2. Drop explicit Microsoft.SourceLink.GitHub reference (#565)

    The .NET SDK has included and enabled Source Link for GitHub-hosted
    repos by default since 8.0.100; our pinned SDK (10.0.101+, rollForward
    latestMajor) is well past that. Referencing the package explicitly
    overrides the SDK's own bundled version, taking on a dependency and
    its future CVE/version churn for nothing.
    
    Verified the generated *.sourcelink.json and packed nuspec <repository>
    element are unchanged across all target frameworks (net481, netstandard2.0,
    net6.0/8.0/10.0).
    mgravell authored Sep 15, 2026
    Configuration menu
    Copy the full SHA
    a82f127 View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.NET.Test.Sdk from 18.10.0 to 18.10.1 (#566)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-version: 18.10.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 15, 2026
    Configuration menu
    Copy the full SHA
    5bd0bd7 View commit details
    Browse the repository at this point in the history
Loading