Skip to content

Update typespec, core after release #2679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 25 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ rust-version = "1.81"
[workspace.dependencies.typespec]
default-features = false
path = "sdk/typespec"
version = "0.5.0"
version = "0.6.0"

[workspace.dependencies.typespec_client_core]
default-features = false
path = "sdk/typespec/typespec_client_core"
version = "0.4.0"
version = "0.5.0"

[workspace.dependencies.typespec_macros]
version = "0.4.0"
version = "0.5.0"
path = "sdk/typespec/typespec_macros"

[workspace.dependencies.azure_core]
version = "0.25.0"
version = "0.26.0"
path = "sdk/core/azure_core"

[workspace.dependencies.azure_core_amqp]
version = "0.4.0"
version = "0.5.0"
path = "sdk/core/azure_core_amqp"

[workspace.dependencies.azure_core_test]
Expand Down Expand Up @@ -121,7 +121,7 @@ tracing-subscriber = "0.3"
url = "2.2"
uuid = { version = "1.0", features = ["v4"] }
zerofrom = "0.1.5"
zip = { version = "2.6.1", default-features = false, features = ["deflate"] }
zip = { version = "4.0.0", default-features = false, features = ["deflate"] }

[workspace.lints.clippy]
large_futures = "deny"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ allow = [
"MIT",
# "OpenSSL",
"Unicode-3.0",
"Zlib",
]

[[licenses.clarify]]
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/azure_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.26.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.25.0 (2025-06-06)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_core"
version = "0.25.0"
version = "0.26.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Core crate"
readme = "README.md"
authors.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/azure_core_amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.5.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.4.0 (2025-06-06)

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure_core_amqp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# AMQP Stack for consumption by packages in the Azure SDK.
[package]
name = "azure_core_amqp"
version = "0.4.0"
version = "0.5.0"
description = "Rust client library for the AMQP protocol"
readme = "README.md"
authors.workspace = true
Expand All @@ -19,7 +19,7 @@ edition.workspace = true

[dependencies]
async-trait.workspace = true
azure_core = { path = "../azure_core", version = "0.25.0", default-features = false }
azure_core = { path = "../azure_core", version = "0.26.0", default-features = false }
fe2o3-amqp = { workspace = true, optional = true }
fe2o3-amqp-cbs = { workspace = true, optional = true }
fe2o3-amqp-ext = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ edition.workspace = true
async-lock.workspace = true
async-stream.workspace = true
async-trait.workspace = true
azure_core = { path = "../../core/azure_core", version = "0.25.0", default-features = false }
azure_core = { path = "../../core/azure_core", version = "0.26.0", default-features = false }
azure_core_amqp.workspace = true
futures.workspace = true
rand.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions sdk/typespec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.6.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.5.0 (2025-06-06)

## Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/typespec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typespec"
version = "0.5.0"
version = "0.6.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions sdk/typespec/typespec_client_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.5.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.4.0 (2025-06-06)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/typespec/typespec_client_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typespec_client_core"
version = "0.4.0"
version = "0.5.0"
authors.workspace = true
edition.workspace = true
description = "Client runtime for TypeSpec-generated libraries."
Expand Down
10 changes: 10 additions & 0 deletions sdk/typespec/typespec_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.5.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.4.0 (2025-06-06)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/typespec/typespec_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typespec_macros"
version = "0.4.0"
version = "0.5.0"
authors.workspace = true
edition.workspace = true
description = "Procedural macros for client libraries built on typespec."
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading