-
Notifications
You must be signed in to change notification settings - Fork 333
Comparing changes
Open a pull request
base repository: dotnet/SqlClient
base: v7.0.1
head repository: dotnet/SqlClient
compare: v7.0.2
- 14 commits
- 83 files changed
- 8 contributors
Commits on May 11, 2026
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 6cf26f6 - Browse repository at this point
Copy the full SHA 6cf26f6View commit details
Commits on May 12, 2026
-
[7.0.2 Cherry-pick] fix null ref in SqlDataReader (#4206)
Co-authored-by: Simon Cropp <simon.cropp@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ad567d - Browse repository at this point
Copy the full SHA 5ad567dView commit details
Commits on May 13, 2026
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 99f469e - Browse repository at this point
Copy the full SHA 99f469eView commit details
Commits on May 14, 2026
-
[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>
Configuration menu - View commit details
-
Copy full SHA for daa77e6 - Browse repository at this point
Copy the full SHA daa77e6View commit details
Commits on May 29, 2026
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 6d73cce - Browse repository at this point
Copy the full SHA 6d73cceView commit details
Commits on Jun 2, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 6e1df7c - Browse repository at this point
Copy the full SHA 6e1df7cView commit details
Commits on Jun 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4a37600 - Browse repository at this point
Copy the full SHA 4a37600View commit details
Commits on Jun 16, 2026
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 778614a - Browse repository at this point
Copy the full SHA 778614aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bacb2d9 - Browse repository at this point
Copy the full SHA bacb2d9View commit details
Commits on Jun 17, 2026
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 99803ca - Browse repository at this point
Copy the full SHA 99803caView commit details
Commits on Jun 18, 2026
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 221fac8 - Browse repository at this point
Copy the full SHA 221fac8View commit details -
[7.0.2 Cherry-pick] Fix SqlCommand.Cancell null ref exception (#4373)
Co-authored-by: Malcolm Daigle <mdaigle@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a17f5ea - Browse repository at this point
Copy the full SHA a17f5eaView commit details
Commits on Jun 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a24c883 - Browse repository at this point
Copy the full SHA a24c883View commit details
Commits on Jun 23, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8c70cec - Browse repository at this point
Copy the full SHA 8c70cecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.0.1...v7.0.2