Skip to content

Commit bc807c2

Browse files
authored
Prepare Key Vault for release (#3142)
1 parent 75b2e34 commit bc807c2

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

sdk/keyvault/azure_security_keyvault_certificates/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# Release History
22

3-
## 0.7.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.7.0 (2025-10-07)
64

75
### Breaking Changes
86

97
- Client methods that return a `Response<T>>` asynchronously buffer the entire model within the internal pipeline, so `into_body()` and other methods on the response are no longer async.
108
- Renamed `KeyType::EC` to `KeyType::Ec` to align with guidelines.
119
- Renamed `KeyType::RSA` to `KeyType::Rsa` to align with guidelines.
1210

13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1711
## 0.6.0 (2025-09-16)
1812

1913
### Features Added

sdk/keyvault/azure_security_keyvault_keys/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 0.8.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.8.0 (2025-10-07)
64

75
### Breaking Changes
86

@@ -13,10 +11,6 @@
1311
- Renamed `EncryptionAlgorithm::RsaOAEP256` to `EncryptionAlgorithm::RsaOaep256` to align with guidelines.
1412
- Renamed several variants in `SignatureAlgorithm` to align with guidelines e.g., `ES256K` to `Es256K`.
1513

16-
### Bugs Fixed
17-
18-
### Other Changes
19-
2014
## 0.7.0 (2025-09-16)
2115

2216
### Features Added

sdk/keyvault/azure_security_keyvault_secrets/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 0.8.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.8.0 (2025-10-07)
64

75
### Breaking Changes
86

97
- Client methods that return a `Response<T>>` asynchronously buffer the entire model within the internal pipeline, so `into_body()` and other methods on the response are no longer async.
108

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 0.7.0 (2025-09-16)
1610

1711
### Features Added

0 commit comments

Comments
 (0)