diff --git a/Cargo.lock b/Cargo.lock index 57ea5e9372..4e9642efe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,7 +188,7 @@ dependencies = [ [[package]] name = "azure_core" -version = "0.30.1" +version = "0.31.0" dependencies = [ "async-lock", "async-trait", @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "azure_core_amqp" -version = "0.9.1" +version = "0.10.0" dependencies = [ "async-trait", "azure_core", @@ -243,7 +243,7 @@ dependencies = [ [[package]] name = "azure_core_macros" -version = "0.4.1" +version = "0.5.0" dependencies = [ "proc-macro2", "quote", @@ -255,7 +255,7 @@ dependencies = [ [[package]] name = "azure_core_opentelemetry" -version = "0.4.1" +version = "0.5.0" dependencies = [ "azure_core", "azure_core_test", @@ -3225,7 +3225,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "typespec" -version = "0.10.1" +version = "0.11.0" dependencies = [ "base64", "bytes", @@ -3239,7 +3239,7 @@ dependencies = [ [[package]] name = "typespec_client_core" -version = "0.9.1" +version = "0.10.0" dependencies = [ "async-trait", "base64", @@ -3267,7 +3267,7 @@ dependencies = [ [[package]] name = "typespec_macros" -version = "0.9.1" +version = "0.10.0" dependencies = [ "cargo_metadata", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 5e64549a01..1d8161d693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,28 +41,28 @@ rust-version = "1.85" [workspace.dependencies.typespec] default-features = false path = "sdk/core/typespec" -version = "0.10.1" +version = "0.11.0" [workspace.dependencies.typespec_client_core] default-features = false path = "sdk/core/typespec_client_core" -version = "0.9.1" +version = "0.10.0" [workspace.dependencies.typespec_macros] -version = "0.9.1" +version = "0.10.0" path = "sdk/core/typespec_macros" [workspace.dependencies.azure_core] default-features = false -version = "0.30.1" +version = "0.31.0" path = "sdk/core/azure_core" [workspace.dependencies.azure_core_macros] -version = "0.4.1" +version = "0.5.0" path = "sdk/core/azure_core_macros" [workspace.dependencies.azure_core_amqp] -version = "0.9.1" +version = "0.10.0" path = "sdk/core/azure_core_amqp" [workspace.dependencies.azure_messaging_eventhubs] diff --git a/sdk/core/azure_core/CHANGELOG.md b/sdk/core/azure_core/CHANGELOG.md index 45671d78e8..e2a0f555b4 100644 --- a/sdk/core/azure_core/CHANGELOG.md +++ b/sdk/core/azure_core/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.31.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.30.1 (2025-11-09) ### Other Changes diff --git a/sdk/core/azure_core/Cargo.toml b/sdk/core/azure_core/Cargo.toml index 30961e2bc8..295fd2144d 100644 --- a/sdk/core/azure_core/Cargo.toml +++ b/sdk/core/azure_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure_core" -version = "0.30.1" +version = "0.31.0" description = "Rust wrappers around Microsoft Azure REST APIs - Core crate" readme = "README.md" authors.workspace = true diff --git a/sdk/core/azure_core_amqp/CHANGELOG.md b/sdk/core/azure_core_amqp/CHANGELOG.md index 10de7cf4c9..de93659c38 100644 --- a/sdk/core/azure_core_amqp/CHANGELOG.md +++ b/sdk/core/azure_core_amqp/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.10.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.9.1 (2025-11-09) ### Other Changes diff --git a/sdk/core/azure_core_amqp/Cargo.toml b/sdk/core/azure_core_amqp/Cargo.toml index 1b11d273b0..0cb443f5c2 100644 --- a/sdk/core/azure_core_amqp/Cargo.toml +++ b/sdk/core/azure_core_amqp/Cargo.toml @@ -3,7 +3,7 @@ # AMQP Stack for consumption by packages in the Azure SDK. [package] name = "azure_core_amqp" -version = "0.9.1" +version = "0.10.0" description = "Rust client library for the AMQP protocol" readme = "README.md" authors.workspace = true @@ -19,7 +19,7 @@ edition.workspace = true [dependencies] async-trait.workspace = true -azure_core = { path = "../azure_core", version = "0.30.1", default-features = false } +azure_core = { path = "../azure_core", version = "0.31.0", default-features = false } fe2o3-amqp = { workspace = true, optional = true } fe2o3-amqp-cbs = { workspace = true, optional = true } fe2o3-amqp-ext = { workspace = true, optional = true } diff --git a/sdk/core/azure_core_macros/CHANGELOG.md b/sdk/core/azure_core_macros/CHANGELOG.md index 7c4eeb98d0..26147c73c0 100644 --- a/sdk/core/azure_core_macros/CHANGELOG.md +++ b/sdk/core/azure_core_macros/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.5.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.4.1 (2025-11-09) ### Other Changes diff --git a/sdk/core/azure_core_macros/Cargo.toml b/sdk/core/azure_core_macros/Cargo.toml index c6d0599009..00569b049f 100644 --- a/sdk/core/azure_core_macros/Cargo.toml +++ b/sdk/core/azure_core_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure_core_macros" -version = "0.4.1" +version = "0.5.0" description = "Procedural macros for client libraries built on azure_core." readme = "README.md" authors.workspace = true diff --git a/sdk/core/azure_core_opentelemetry/CHANGELOG.md b/sdk/core/azure_core_opentelemetry/CHANGELOG.md index 7c4eeb98d0..26147c73c0 100644 --- a/sdk/core/azure_core_opentelemetry/CHANGELOG.md +++ b/sdk/core/azure_core_opentelemetry/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.5.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.4.1 (2025-11-09) ### Other Changes diff --git a/sdk/core/azure_core_opentelemetry/Cargo.toml b/sdk/core/azure_core_opentelemetry/Cargo.toml index 75f84e83e9..8ead57250f 100644 --- a/sdk/core/azure_core_opentelemetry/Cargo.toml +++ b/sdk/core/azure_core_opentelemetry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure_core_opentelemetry" -version = "0.4.1" +version = "0.5.0" description = "OpenTelemetry integration for the Azure SDK for Rust" readme = "README.md" authors.workspace = true diff --git a/sdk/core/typespec/CHANGELOG.md b/sdk/core/typespec/CHANGELOG.md index 591beaf802..f21928ea0b 100644 --- a/sdk/core/typespec/CHANGELOG.md +++ b/sdk/core/typespec/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.11.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.10.1 (2025-11-09) ### Other Changes diff --git a/sdk/core/typespec/Cargo.toml b/sdk/core/typespec/Cargo.toml index bf902a3778..56d0c3a559 100644 --- a/sdk/core/typespec/Cargo.toml +++ b/sdk/core/typespec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typespec" -version = "0.10.1" +version = "0.11.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/sdk/core/typespec_client_core/CHANGELOG.md b/sdk/core/typespec_client_core/CHANGELOG.md index de3ad44772..489e8b7e44 100644 --- a/sdk/core/typespec_client_core/CHANGELOG.md +++ b/sdk/core/typespec_client_core/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.10.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.9.1 (2025-11-09) ### Other Changes diff --git a/sdk/core/typespec_client_core/Cargo.toml b/sdk/core/typespec_client_core/Cargo.toml index 709bf8a7df..9e4854436c 100644 --- a/sdk/core/typespec_client_core/Cargo.toml +++ b/sdk/core/typespec_client_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typespec_client_core" -version = "0.9.1" +version = "0.10.0" authors.workspace = true edition.workspace = true description = "Client runtime for TypeSpec-generated libraries." @@ -73,7 +73,10 @@ reqwest_native_tls = ["reqwest", "reqwest/native-tls"] test = [] # Enables extra tracing including error bodies that may contain PII. tokio = ["tokio/sync", "tokio/time"] wasm_bindgen = ["dep:wasm-bindgen-futures", "gloo-timers/futures"] -xml = ["dep:serde_json", "typespec/xml"] # Uses serde_json::Value for `unknown` TypeSpec scalar. +xml = [ + "dep:serde_json", + "typespec/xml", +] # Uses serde_json::Value for `unknown` TypeSpec scalar. [[example]] name = "core_binary_data_request" diff --git a/sdk/core/typespec_macros/CHANGELOG.md b/sdk/core/typespec_macros/CHANGELOG.md index ea22960514..6b681a71d0 100644 --- a/sdk/core/typespec_macros/CHANGELOG.md +++ b/sdk/core/typespec_macros/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.10.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.9.1 (2025-11-09) ### Other Changes diff --git a/sdk/core/typespec_macros/Cargo.toml b/sdk/core/typespec_macros/Cargo.toml index d696801d84..5f3197521c 100644 --- a/sdk/core/typespec_macros/Cargo.toml +++ b/sdk/core/typespec_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typespec_macros" -version = "0.9.1" +version = "0.10.0" authors.workspace = true edition.workspace = true description = "Procedural macros for client libraries built on typespec." diff --git a/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml b/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml index 15224b788e..8bdb5913ad 100644 --- a/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml +++ b/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml @@ -20,7 +20,7 @@ edition.workspace = true async-lock.workspace = true async-stream.workspace = true async-trait.workspace = true -azure_core = { path = "../../core/azure_core", version = "0.30.1", default-features = false } +azure_core = { path = "../../core/azure_core", version = "0.31.0", default-features = false } azure_core_amqp.workspace = true futures.workspace = true rand.workspace = true diff --git a/sdk/servicebus/azure_messaging_servicebus/Cargo.toml b/sdk/servicebus/azure_messaging_servicebus/Cargo.toml index 385feba7c9..d9f8302a3f 100644 --- a/sdk/servicebus/azure_messaging_servicebus/Cargo.toml +++ b/sdk/servicebus/azure_messaging_servicebus/Cargo.toml @@ -20,7 +20,7 @@ publish = false async-lock.workspace = true async-stream.workspace = true async-trait.workspace = true -azure_core = { path = "../../core/azure_core", version = "0.30.1", default-features = false } +azure_core = { path = "../../core/azure_core", version = "0.31.0", default-features = false } azure_core_amqp.workspace = true futures.workspace = true rand.workspace = true