Skip to content
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
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ version = "0.9.1"
path = "sdk/core/azure_core_amqp"

[workspace.dependencies.azure_messaging_eventhubs]
version = "0.9.0"
version = "0.10.0"
path = "sdk/eventhubs/azure_messaging_eventhubs"

[workspace.dependencies.azure_core_opentelemetry]
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure_core_amqp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edition.workspace = true

[dependencies]
async-trait.workspace = true
azure_core = { path = "../azure_core", version = "0.30.0", default-features = false }
azure_core = { path = "../azure_core", version = "0.30.1", 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
10 changes: 10 additions & 0 deletions sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.10.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.9.0 (2025-11-11)

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "azure_messaging_eventhubs"
version = "0.9.0"
version = "0.10.0"
description = "Rust client for Azure Eventhubs Service"
readme = "README.md"
authors.workspace = true
Expand All @@ -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.0", default-features = false }
azure_core = { path = "../../core/azure_core", version = "0.30.1", default-features = false }
azure_core_amqp.workspace = true
futures.workspace = true
rand.workspace = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.4.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.3.0 (2025-11-11)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "azure_messaging_eventhubs_checkpointstore_blob"
version = "0.3.0"
version = "0.4.0"
description = "Azure Event Hubs checkpoint store implementation using Azure Blob Storage"
readme = "README.md"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure_messaging_servicebus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0", default-features = false }
azure_core = { path = "../../core/azure_core", version = "0.30.1", default-features = false }
azure_core_amqp.workspace = true
futures.workspace = true
rand.workspace = true
Expand Down