Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: dotnet/SqlClient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.1
Choose a base ref
Loading
...
head repository: dotnet/SqlClient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.2
Choose a head ref
Loading
  • 14 commits
  • 83 files changed
  • 8 contributors

Commits on May 11, 2026

  1. [7.0.2 Cherry-pick] Create YAML Kerberos Test Pipeline (#4264)

    Co-authored-by: Priyanka Tiwari <prtiwar@microsoft.com>
    Co-authored-by: Paul Medynski <31868385+paulmedynski@users.noreply.github.com>
    3 people authored May 11, 2026
    Configuration menu
    Copy the full SHA
    6cf26f6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. [7.0.2 Cherry-pick] fix null ref in SqlDataReader (#4206)

    Co-authored-by: Simon Cropp <simon.cropp@gmail.com>
    github-actions[bot] and SimonCropp authored May 12, 2026
    Configuration menu
    Copy the full SHA
    5ad567d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. [7.0] Setup Scheduled builds for 7.0 release branch (#4280)

    * [7.0] Setup Scheduled builds for official pipelines
    
    * Potential fix for pull request finding
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    cheenamalhotra and Copilot authored May 13, 2026
    Configuration menu
    Copy the full SHA
    99f469e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2026

  1. [7.0] Prepend internal/ to schedule branch filter in sqlclient-kerber…

    …os pipeline (#4286)
    
    Co-authored-by: paulmedynski <31868385+paulmedynski@users.noreply.github.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Copilot and paulmedynski authored May 14, 2026
    Configuration menu
    Copy the full SHA
    daa77e6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

  1. [7.0.2 Cherry-pick] Tests | Disable Async cancellation tests on Kerbe…

    …ros/Managed Instance pipelines (#4316)
    
    Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>
    github-actions[bot] and cheenamalhotra authored May 29, 2026
    Configuration menu
    Copy the full SHA
    6d73cce View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. Tests | Address transient errors in CI pipelines (#4314) (#4319)

    * Retry installing dotnet in CI + address flaky tests
    
    * One more flaky test
    
    * FIx TestDefaultAppContextSwitchValues to be deterministic
    
    Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>
    github-actions[bot] and cheenamalhotra authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    6e1df7c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

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

Commits on Jun 16, 2026

  1. [7.0.2 Cherry-pick] Fix macOS CI: trust microsoft/mssql-release tap f…

    …or Homebrew 5.2+ (#4365)
    
    Co-authored-by: Paul Medynski <31868385+paulmedynski@users.noreply.github.com>
    github-actions[bot] and paulmedynski authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    778614a View commit details
    Browse the repository at this point in the history
  2. Switch SDK rollForward from disable to patch for automatic servicing …

    …updates (#4364) (#4367)
    
    * Switch SDK rollForward from disable to patch
    
    Allow automatic roll-forward within the 10.0.3xx feature band so that
    servicing patches (e.g. security fixes like 10.0.301) are picked up by
    CI agents and developers without requiring a dedicated PR for each bump.
    
    The base version remains 10.0.300 — this is the minimum required SDK.
    Any installed 10.0.3xx patch will be used automatically.
    
    Updated both global.json files:
    - /global.json (repo root)
    - /tools/PackageCompatibility/global.json
    
    * Re-worded SDK comment.
    
    Co-authored-by: Paul Medynski <31868385+paulmedynski@users.noreply.github.com>
    github-actions[bot] and paulmedynski authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    bacb2d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. [7.0.2 Cherry-pick] Add TDS token data length bounds checks (#4340) (#…

    …4358)
    
    Co-authored-by: Paul Medynski <31868385+paulmedynski@users.noreply.github.com>
    github-actions[bot] and paulmedynski authored Jun 17, 2026
    Configuration menu
    Copy the full SHA
    99803ca View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. [7.0.2] Use upper-bound version ranges for sibling package dependenci…

    …es (#4357)
    
    * Use upper-bound version ranges for sibling package dependencies
    
    Compute [floor, ceiling) version ranges for all sibling package dependencies
    (Abstractions, Logging, MDS, Azure, AKV, SNI, SqlServer.Server) so that NuGet
    cannot resolve an incompatible newer major version at restore time.
    
    Changes:
    - Define range properties in tools/props/Versions.props (available to both
      build.proj and SDK-style projects via Directory.Build.props import order)
    - Reference range properties in Directory.Packages.props PackageVersion items
    - Update Microsoft.Data.SqlClient.nuspec to use range tokens
    - Pass range properties through GenerateMdsPackage.targets to nuget pack
    - Replace MSBuild@1 with DotNetCoreCLI@2 for MDS pack in CI and OneBranch
    - Wire loggingPackageVersion/referenceType through Abstractions and Azure
      pipeline stages for Package-mode builds
    - Remove unused generate-nuget-package-step.yml template
    
    * Fix MDS package step: install NuGet before GenerateMdsPackage
    
    The old generate-nuget-package-step.yml template used NuGetToolInstaller@1
    and NuGetCommand@2 which provided nuget.exe implicitly. The replacement
    DotNetCoreCLI@2 call invokes the GenerateMdsPackage MSBuild target which
    shells out to nuget.exe, but nothing installs it on the agent.
    
    Add NuGetToolInstaller@1 and pass -p:NuGetCmd=nuget.exe so the target
    uses the PATH-installed binary instead of the BITS download fallback.
    paulmedynski authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    221fac8 View commit details
    Browse the repository at this point in the history
  2. [7.0.2 Cherry-pick] Fix SqlCommand.Cancell null ref exception (#4373)

    Co-authored-by: Malcolm Daigle <mdaigle@microsoft.com>
    github-actions[bot] and mdaigle authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    a17f5ea View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

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

Commits on Jun 23, 2026

  1. Bump versions to 7.0.2 for SqlClient, Logging, Abstractions, Azure, a…

    …nd AKV Provider (#4389)
    
    Sweep package, preview, and assembly file versions to 7.0.2 across the OneBranch and classic CI pipeline variables. Bump MdsVersionDefault to 7.0.2 and the Abstractions/Logging/Azure DefaultMajorVersion to 7 (raising their AssemblyVersion to 7.0.0.0). SqlServer.Server is left unchanged.
    paulmedynski authored Jun 23, 2026
    Configuration menu
    Copy the full SHA
    8c70cec View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.