-
Notifications
You must be signed in to change notification settings - Fork 313
Added historical AKV release notes #3571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated AKV nuspec to note compatibility with MDS 6.1.1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds missing historical release notes for the Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider package versions 6.0.0, 6.1.0, and 6.1.1. The PR also updates dependency versions in the nuspec file and pipeline variables to align with the latest 6.1.1 release.
- Added comprehensive release notes documentation for AKV provider versions 6.0.0, 6.1.0, and 6.1.1
- Updated dependency version ranges in the nuspec file from 6.1.0 to 6.1.1
- Updated pipeline variables to reflect the current 6.1.1 version
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec | Updated dependency version ranges from 6.1.0 to 6.1.1 for all target frameworks |
release-notes/add-ons/AzureKeyVaultProvider/6.1/README.md | Added overview page for 6.1.x releases with release dates and links |
release-notes/add-ons/AzureKeyVaultProvider/6.1/6.1.1.md | Added release notes for version 6.1.1 with dependency version update |
release-notes/add-ons/AzureKeyVaultProvider/6.1/6.1.0.md | Added release notes for version 6.1.0 with key caching fixes and AOT support |
release-notes/add-ons/AzureKeyVaultProvider/6.0/README.md | Added overview page for 6.0.x releases |
release-notes/add-ons/AzureKeyVaultProvider/6.0/6.0.0.md | Added release notes for version 6.0.0 with incomplete changelog content |
release-notes/README.md | Updated main README to reference latest 6.1 release and added missing version links |
eng/pipelines/variables/akv-official-variables.yml | Updated version variables to 6.1.1 for pipeline builds |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3571 +/- ##
==========================================
+ Coverage 59.44% 69.09% +9.65%
==========================================
Files 268 274 +6
Lines 62160 62478 +318
==========================================
+ Hits 36950 43169 +6219
+ Misses 25210 19309 -5901
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
AKV release notes were missing for 6.0.0 and 6.1.0. I also added 6.1.1 for today's release.
Cheena's
release/6.1
branch changes for the AKV versions are included as well, to match the 6.1.1 release notes.