You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/keyvault/azure_security_keyvault_certificates/CHANGELOG.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,13 @@
1
1
# Release History
2
2
3
-
## 0.7.0 (Unreleased)
4
-
5
-
### Features Added
3
+
## 0.7.0 (2025-10-07)
6
4
7
5
### Breaking Changes
8
6
9
7
- 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.
10
8
- Renamed `KeyType::EC` to `KeyType::Ec` to align with guidelines.
11
9
- Renamed `KeyType::RSA` to `KeyType::Rsa` to align with guidelines.
Copy file name to clipboardExpand all lines: sdk/keyvault/azure_security_keyvault_secrets/CHANGELOG.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,11 @@
1
1
# Release History
2
2
3
-
## 0.8.0 (Unreleased)
4
-
5
-
### Features Added
3
+
## 0.8.0 (2025-10-07)
6
4
7
5
### Breaking Changes
8
6
9
7
- 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.
0 commit comments