Skip to content

Commit cc39343

Browse files
authored
Prepare azure_core@0.35.0 release (#4248)
Only releasing `typespec_client_core` and crates built upon it. This will also help test our release systems.
1 parent e626d79 commit cc39343

8 files changed

Lines changed: 61 additions & 40 deletions

File tree

Cargo.lock

Lines changed: 47 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,23 @@ rust-version = "1.88"
4141

4242
[workspace.dependencies.typespec]
4343
default-features = false
44-
path = "sdk/core/typespec"
45-
version = "0.15.0"
44+
version = "0.14.0"
4645

4746
[workspace.dependencies.typespec_client_core]
4847
default-features = false
4948
path = "sdk/core/typespec_client_core"
5049
version = "0.14.0"
5150

5251
[workspace.dependencies.typespec_macros]
53-
version = "0.14.0"
54-
path = "sdk/core/typespec_macros"
52+
version = "0.13.0"
5553

5654
[workspace.dependencies.azure_core]
5755
default-features = false
5856
version = "0.35.0"
5957
path = "sdk/core/azure_core"
6058

6159
[workspace.dependencies.azure_core_macros]
62-
version = "0.9.0"
63-
path = "sdk/core/azure_core_macros"
60+
version = "0.8.0"
6461

6562
[workspace.dependencies.azure_core_amqp]
6663
version = "0.14.0"
@@ -73,6 +70,7 @@ path = "sdk/eventhubs/azure_messaging_eventhubs"
7370
[workspace.dependencies.azure_core_opentelemetry]
7471
# azure_core_opentelemetry should only ever be in dev-dependencies herein
7572
path = "sdk/core/azure_core_opentelemetry"
73+
version = "0.9.0"
7674

7775
[workspace.dependencies.azure_core_test]
7876
# azure_core_test is not published and only ever a dev-dependency

sdk/core/azure_core/CHANGELOG.md

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

3-
## 0.35.0 (Unreleased)
3+
## 0.35.0 (2026-04-22)
44

55
### Features Added
66

@@ -12,10 +12,6 @@
1212
- Removed the `reqwest_native_tls` feature in favor of `reqwest_rustls`.
1313
- `new_http_client()` now takes an `Option<HttpClientOptions>` to disable automatic decompression - still enabled by default if `reqwest_gzip` or `reqwest_deflate` features are enabled.
1414

15-
### Bugs Fixed
16-
17-
### Other Changes
18-
1915
## 0.34.0 (2026-04-07)
2016

2117
### Features Added

sdk/core/azure_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typespec_client_core = { workspace = true, default-features = false, features =
3838
rustc_version.workspace = true
3939

4040
[dev-dependencies]
41-
azure_core_macros.path = "../azure_core_macros"
41+
azure_core_macros.workspace = true
4242
azure_core_test.workspace = true
4343
azure_identity.workspace = true
4444
azure_security_keyvault_certificates.path = "../../keyvault/azure_security_keyvault_certificates"

sdk/core/azure_core_amqp/CHANGELOG.md

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

3-
## 0.14.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.14.0 (2026-04-22)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.13.0 (2026-04-07)
1410

1511
### Other Changes

sdk/core/azure_core_opentelemetry/CHANGELOG.md

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

3-
## 0.9.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.9.0 (2026-04-22)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.8.0 (2026-04-07)
1410

1511
### Other Changes

sdk/core/typespec_client_core/CHANGELOG.md

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

3-
## 0.14.0 (Unreleased)
3+
## 0.14.0 (2026-04-22)
44

55
### Features Added
66

@@ -12,10 +12,6 @@
1212
- Removed the `reqwest_native_tls` feature in favor of `reqwest_rustls`.
1313
- `new_http_client()` now takes an `Option<HttpClientOptions>` to disable automatic decompression - still enabled by default if `reqwest_gzip` or `reqwest_deflate` features are enabled.
1414

15-
### Bugs Fixed
16-
17-
### Other Changes
18-
1915
## 0.13.0 (2026-04-07)
2016

2117
### Features Added

sdk/core/typespec_client_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uuid.workspace = true
3939
tokio = { workspace = true, features = ["fs"] }
4040
tracing.workspace = true
4141
tracing-subscriber.workspace = true
42-
typespec_macros.path = "../typespec_macros"
42+
typespec_macros.workspace = true
4343

4444
[features]
4545
default = [

0 commit comments

Comments
 (0)