Skip to content

Commit a3e87a4

Browse files
Added historical AKV release notes (#3571)
* Update AKV versions and dependencies (#3569) Updated AKV nuspec to note compatibility with MDS 6.1.1. * Adding historical AKV release notes (6.0.0 to 6.1.1). * Fixed 6.0.0 notes. --------- Co-authored-by: Cheena Malhotra <[email protected]>
1 parent 2b3ef2b commit a3e87a4

File tree

8 files changed

+141
-7
lines changed

8 files changed

+141
-7
lines changed

eng/pipelines/variables/akv-official-variables.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ variables:
2222

2323
# Base Variables -------------------------------------------------------
2424
- name: mdsPackageVersion
25-
value: '6.0.1'
25+
value: '6.1.1'
2626

2727
# @TODO: Version should ideally be pulled from one location (versions.props?)
2828
- name: versionMajor
2929
value: '6'
3030
- name: versionMinor
31-
value: '0'
31+
value: '1'
3232
- name: versionPatch
33-
value: '0'
33+
value: '1'
3434
- name: versionPreview
3535
value: '-preview1'
3636

release-notes/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ The latest stable release is [Microsoft.Data.SqlClient 6.0](6.0).
2020

2121
# Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider Release Notes
2222

23-
The latest stable release is [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 5.1](add-ons/AzureKeyVaultProvider/5.1).
23+
The latest stable release is
24+
[Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 6.1](add-ons/AzureKeyVaultProvider/6.1).
2425

2526
## Release Information
2627

28+
- [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 6.1](add-ons/AzureKeyVaultProvider/6.1)
29+
- [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 6.0](add-ons/AzureKeyVaultProvider/6.0)
2730
- [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 5.1](add-ons/AzureKeyVaultProvider/5.1)
2831
- [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 3.0](add-ons/AzureKeyVaultProvider/3.0)
2932
- [Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 2.0](add-ons/AzureKeyVaultProvider/2.0)
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Release Notes
2+
3+
## 6.0.0 - 30 January 2025
4+
5+
### Changed
6+
7+
- Removed use of `System.Linq`.
8+
([#1949](https://github.com/dotnet/SqlClient/pull/1949))
9+
- Publish symbols packages with source link.
10+
([#2137](https://github.com/dotnet/SqlClient/pull/2137))
11+
- Signing package with strong name.
12+
([Commit `dbe09f1`](https://github.com/dotnet/SqlClient/commit/dbe09f1152f448ec7b6037579d9bcbf98b016fce))
13+
14+
## Target Platform Support
15+
16+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
17+
- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
18+
19+
## Dependencies
20+
21+
### .NET Framework
22+
23+
- Azure.Core 1.38.0
24+
- Azure.Security.KeyVault.Keys 4.5.0
25+
- Microsoft.Data.SqlClient 6.0.0
26+
- Microsoft.Extensions.Caching.Memory 6.0.1
27+
28+
### .NET 8.0
29+
30+
- Azure.Core 1.38.0
31+
- Azure.Security.KeyVault.Keys 4.5.0
32+
- Microsoft.Data.SqlClient 6.0.0
33+
- Microsoft.Extensions.Caching.Memory 8.0.1
34+
35+
### .NET 9.0
36+
37+
- Azure.Core 1.38.0
38+
- Azure.Security.KeyVault.Keys 4.5.0
39+
- Microsoft.Data.SqlClient 6.0.0
40+
- Microsoft.Extensions.Caching.Memory 9.0.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 6.0 Releases
2+
3+
The following `Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider`
4+
6.0 stable releases have been shipped:
5+
6+
| Release Date | Description | Notes |
7+
| :-- | :-- | :--: |
8+
| 2025/01/30 | 6.0.0 | [Release Notes](6.0.0.md) |
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Release Notes
2+
3+
## 6.1.0 - 31 July 2025
4+
5+
### Changed
6+
7+
- Fixed AzureKeyVaultProvider package key caching to serialize Azure key fetch
8+
operations.
9+
([#3477](https://github.com/dotnet/SqlClient/pull/3477))
10+
- Marked AKV provider as trimmable and enabled AOT support.
11+
([#3401](https://github.com/dotnet/SqlClient/pull/3401))
12+
13+
## Target Platform Support
14+
15+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
16+
- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
17+
18+
## Dependencies
19+
20+
### .NET Framework
21+
22+
- Azure.Core 1.47.1
23+
- Azure.Security.KeyVault.Keys 4.7.0
24+
- Microsoft.Data.SqlClient 6.1.0
25+
- Microsoft.Extensions.Caching.Memory 8.0.1
26+
27+
### .NET 8.0
28+
29+
- Azure.Core 1.47.1
30+
- Azure.Security.KeyVault.Keys 4.7.0
31+
- Microsoft.Data.SqlClient 6.1.0
32+
- Microsoft.Extensions.Caching.Memory 8.0.1
33+
34+
### .NET 9.0
35+
36+
- Azure.Core 1.47.1
37+
- Azure.Security.KeyVault.Keys 4.7.0
38+
- Microsoft.Data.SqlClient 6.1.0
39+
- Microsoft.Extensions.Caching.Memory 9.0.4
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Release Notes
2+
3+
## 6.1.1 - 15 August 2025
4+
5+
### Changed
6+
7+
- Changed Microsoft.Data.SqlClient version range to `[6.1.1,7.0.0)`. ([#3569](https://github.com/dotnet/SqlClient/pull/3569))
8+
9+
## Target Platform Support
10+
11+
- .NET Framework 4.6.2+ (Windows ARM64, Windows x86, Windows x64)
12+
- .NET 8.0+ (Windows x86, Windows x64, Windows ARM64, Windows ARM, Linux, macOS)
13+
14+
## Dependencies
15+
16+
### .NET Framework
17+
18+
- Azure.Core 1.47.1
19+
- Azure.Security.KeyVault.Keys 4.7.0
20+
- Microsoft.Data.SqlClient 6.1.1
21+
- Microsoft.Extensions.Caching.Memory 8.0.1
22+
23+
### .NET 8.0
24+
25+
- Azure.Core 1.47.1
26+
- Azure.Security.KeyVault.Keys 4.7.0
27+
- Microsoft.Data.SqlClient 6.1.1
28+
- Microsoft.Extensions.Caching.Memory 8.0.1
29+
30+
### .NET 9.0
31+
32+
- Azure.Core 1.47.1
33+
- Azure.Security.KeyVault.Keys 4.7.0
34+
- Microsoft.Data.SqlClient 6.1.1
35+
- Microsoft.Extensions.Caching.Memory 9.0.4
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider 6.1 Releases
2+
3+
The following `Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider`
4+
6.1 stable releases have been shipped:
5+
6+
| Release Date | Description | Notes |
7+
| :-- | :-- | :--: |
8+
| 2025/08/15 | 6.1.1 | [Release Notes](6.1.1.md) |
9+
| 2025/07/31 | 6.1.0 | [Release Notes](6.1.0.md) |

tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyStoreProvider.SqlColumnEncrypti
2525
<tags>sqlclient microsoft.data.sqlclient azurekeyvaultprovider akvprovider alwaysencrypted</tags>
2626
<dependencies>
2727
<group targetFramework="net462">
28-
<dependency id="Microsoft.Data.SqlClient" version="[6.1.0,7.0.0)" />
28+
<dependency id="Microsoft.Data.SqlClient" version="[6.1.1,7.0.0)" />
2929
<dependency id="Azure.Core" version="[1.47.1,2.0.0)" />
3030
<dependency id="Azure.Security.KeyVault.Keys" version="[4.7.0,5.0.0)" />
3131
<dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" />
3232
</group>
3333
<group targetFramework="net8.0">
34-
<dependency id="Microsoft.Data.SqlClient" version="[6.1.0,7.0.0)" />
34+
<dependency id="Microsoft.Data.SqlClient" version="[6.1.1,7.0.0)" />
3535
<dependency id="Azure.Core" version="[1.47.1,2.0.0)" />
3636
<dependency id="Azure.Security.KeyVault.Keys" version="[4.7.0,5.0.0)" />
3737
<dependency id="Microsoft.Extensions.Caching.Memory" version="8.0.1" />
3838
</group>
3939
<group targetFramework="net9.0">
40-
<dependency id="Microsoft.Data.SqlClient" version="[6.1.0,7.0.0)" />
40+
<dependency id="Microsoft.Data.SqlClient" version="[6.1.1,7.0.0)" />
4141
<dependency id="Azure.Core" version="[1.47.1,2.0.0)" />
4242
<dependency id="Azure.Security.KeyVault.Keys" version="[4.7.0,5.0.0)" />
4343
<dependency id="Microsoft.Extensions.Caching.Memory" version="9.0.4" />

0 commit comments

Comments
 (0)