Skip to content

Commit 95e7843

Browse files
authored
[KeyVault Extensions] May 2025 Release Prep (Azure#49754)
The focus of these changes is to prepare the `Azure.Extensions.AspNetCore.DataProtection.Keys` package for the May 2025 release
1 parent 2e8b956 commit 95e7843

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Release History
22

3-
## 1.5.0-beta.1 (Unreleased)
3+
## 1.5.0 (2025-05-06)
44

5-
### Features Added
5+
### Acknowledgments
66

7-
### Breaking Changes
7+
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
88

9-
### Bugs Fixed
9+
- Matt Kotsenas _([GitHub](https://github.com/MattKotsenas))_
1010

11-
### Other Changes
11+
### Features Added
12+
13+
- An overload was added to `ProtectKeysWithAzureKeyVault` which allows for resolving the key identifier dynamically using `IServiceProvider` rather than using a static identifier. _(A community contribution, courtesy of [MattKotsenas](https://github.com/MattKotsenas))_
1214

1315
## 1.4.0 (2025-02-11)
1416

sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/src/Azure.Extensions.AspNetCore.DataProtection.Keys.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Microsoft Azure Key Vault key encryption support.</Description>
55
<PackageTags>aspnetcore;dataprotection;azure;keyvault</PackageTags>
6-
<Version>1.5.0-beta.1</Version>
6+
<Version>1.5.0</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<ApiCompatVersion>1.4.0</ApiCompatVersion>
99
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>

0 commit comments

Comments
 (0)