Skip to content

Commit ec35896

Browse files
authored
Add MSRV update to 1.85 in Breaking Changes (#2752)
Follow-up from #2746
1 parent f3a537c commit ec35896

File tree

11 files changed

+17
-0
lines changed

11 files changed

+17
-0
lines changed

sdk/core/azure_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
### Breaking Changes
1111

12+
- Minimum supported Rust version (MSRV) is now 1.85.
1213
- `azure_core::http::Pipeline::new` now takes an `azure_core::http::ClientOptions` which is defined in `azure_core`, but convertible to `typespec_client_core::http::ClientOptions`.
1314
- Moved `process::Executor` to `azure_identity`.
1415
- Removed `Pipeline::replace_policy`.

sdk/core/azure_core_amqp/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### Breaking Changes
88

9+
- Minimum supported Rust version (MSRV) is now 1.85.
910
- Converted all `time::Duration` references to be `azure_core::time::Duration`.
1011

1112
### Bugs Fixed

sdk/cosmos/azure_data_cosmos/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
### Breaking Changes
99

10+
- Minimum supported Rust version (MSRV) is now 1.85.
11+
1012
### Bugs Fixed
1113

1214
### Other Changes

sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### Breaking Changes
88

9+
- Minimum supported Rust version (MSRV) is now 1.85.
910
- Converted all `time::Duration` types to `azure_core::time::Duration`
1011

1112
### Bugs Fixed

sdk/identity/azure_identity/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### Breaking Changes
88

9+
- Minimum supported Rust version (MSRV) is now 1.85.
910
- Converted all `time::Duration` types to `azure_core::time::Duration`
1011
- Replaced `azure_core::process::Executor` with `azure_identity::process::Executor`.
1112
- Renamed `azure_core::date` module to `azure_core::time`

sdk/keyvault/azure_security_keyvault_certificates/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
### Breaking Changes
88

9+
- Minimum supported Rust version (MSRV) is now 1.85.
10+
911
### Bugs Fixed
1012

1113
### Other Changes

sdk/keyvault/azure_security_keyvault_keys/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
### Breaking Changes
88

9+
- Minimum supported Rust version (MSRV) is now 1.85.
10+
911
### Bugs Fixed
1012

1113
### Other Changes

sdk/keyvault/azure_security_keyvault_secrets/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
### Breaking Changes
88

9+
- Minimum supported Rust version (MSRV) is now 1.85.
10+
911
### Bugs Fixed
1012

1113
### Other Changes

sdk/typespec/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
### Breaking Changes
88

9+
- Minimum supported Rust version (MSRV) is now 1.85.
10+
911
### Bugs Fixed
1012

1113
### Other Changes

sdk/typespec/typespec_client_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ the default asynchronous runtime with another.
99

1010
### Breaking Changes
1111

12+
- Minimum supported Rust version (MSRV) is now 1.85.
1213
- Removed `Pipeline::replace_policy`.
1314
- Renamed `typespec_client_core::date` to `typespec_client_core::time` and added `typespec_client_core::time::Duration`
1415

0 commit comments

Comments
 (0)