Skip to content

Bump MDS to 7.1 preview1#4054

Closed
mdaigle wants to merge 2 commits into
mainfrom
dev/mdaigle/update-package-versions-7.1
Closed

Bump MDS to 7.1 preview1#4054
mdaigle wants to merge 2 commits into
mainfrom
dev/mdaigle/update-package-versions-7.1

Conversation

@mdaigle
Copy link
Copy Markdown
Contributor

@mdaigle mdaigle commented Mar 17, 2026

No description provided.

@mdaigle mdaigle requested a review from a team as a code owner March 17, 2026 17:43
Copilot AI review requested due to automatic review settings March 17, 2026 17:43
@github-project-automation github-project-automation Bot moved this to To triage in SqlClient Board Mar 17, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates pipeline version variables to move Microsoft.Data.SqlClient (MDS) builds to the 7.1.0 / 7.1.0-preview1 line.

Changes:

  • Bump OneBranch official pipeline MDS GA version to 7.1.0 and preview version to 7.1.0-preview1.$(Build.BuildNumber).
  • Bump CI pipeline MDS package version to 7.1.0.$(Build.BuildNumber)-ci.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
eng/pipelines/onebranch/variables/common-variables.yml Updates official/OneBranch MDS GA + preview package version variables.
eng/pipelines/libraries/ci-build-variables.yml Updates CI MDS package version variable used by PR/CI pipelines.
Comments suppressed due to low confidence (1)

eng/pipelines/onebranch/variables/common-variables.yml:95

  • mdsAssemblyFileVersion is still set to 7.0.0.$(assemblyBuildNumber) while mdsPackageVersion/mdsPackagePreviewVersion are now 7.1.0. This makes the DLL FileVersion lag the package version (and can be confusing for validation/support scenarios). Consider bumping mdsAssemblyFileVersion to 7.1.0.$(assemblyBuildNumber) for consistency with the new 7.1 line.
    value: 7.1.0-preview1.$(Build.BuildNumber)

  # The AssemblyFileVersion for all assemblies in the MDS package.
  - name: mdsAssemblyFileVersion
    value: 7.0.0.$(assemblyBuildNumber)

You can also share your feedback on Copilot code review. Take the survey.

Comment thread eng/pipelines/libraries/ci-build-variables.yml Outdated
@mdaigle mdaigle added this to the 7.1.0-preview1 milestone Mar 17, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.62%. Comparing base (00b77cd) to head (aaf13ad).
⚠️ Report is 25 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (00b77cd) and HEAD (aaf13ad). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (00b77cd) HEAD (aaf13ad)
CI-SqlClient 2 0
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4054      +/-   ##
==========================================
- Coverage   75.42%   65.62%   -9.80%     
==========================================
  Files         280      275       -5     
  Lines       43834    65825   +21991     
==========================================
+ Hits        33060    43197   +10137     
- Misses      10774    22628   +11854     
Flag Coverage Δ
CI-SqlClient ?
PR-SqlClient-Project 65.62% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@paulmedynski paulmedynski self-assigned this Mar 19, 2026
@paulmedynski paulmedynski added the Area\Engineering Use this for issues that are targeted for changes in the 'eng' folder or build systems. label Mar 19, 2026
@paulmedynski paulmedynski moved this from To triage to In review in SqlClient Board Mar 19, 2026
Copy link
Copy Markdown
Contributor

@paulmedynski paulmedynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will also want:

  • All of the other package versions bumped as well (Azure 1.1.0-preview1, etc).
  • The csproj-based versions bumped.

@github-project-automation github-project-automation Bot moved this from In review to In progress in SqlClient Board Mar 19, 2026
cheenamalhotra
cheenamalhotra previously approved these changes Apr 24, 2026
@mdaigle
Copy link
Copy Markdown
Contributor Author

mdaigle commented Apr 27, 2026

@copilot Address the PR comments

@paulmedynski
Copy link
Copy Markdown
Contributor

We will also want:

  • All of the other package versions bumped as well (Azure 1.1.0-preview1, etc).
  • The csproj-based versions bumped.

I take that back. We aren't going to release any of the sibling packages for Preview 1. Only SqlClient will be released, so the other packages don't need version updates.

@benrr101
Copy link
Copy Markdown
Contributor

Going to cover this in release notes/vbump pr for release. And demonstrate proper way to handle vbumps for this in-between phase of split versioning.

@benrr101 benrr101 closed this Apr 27, 2026
@github-project-automation github-project-automation Bot moved this from In progress to Done in SqlClient Board Apr 27, 2026
Copilot stopped work on behalf of mdaigle due to an error April 27, 2026 18:33
@mdaigle mdaigle deleted the dev/mdaigle/update-package-versions-7.1 branch April 27, 2026 18:36
@mdaigle
Copy link
Copy Markdown
Contributor Author

mdaigle commented Apr 27, 2026

@benrr101 Sounds good, didn't want to just toss this over to you. Will look out for your changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area\Engineering Use this for issues that are targeted for changes in the 'eng' folder or build systems.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants