Skip to content
Open
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
2 changes: 1 addition & 1 deletion Cargo.lock

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

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.17.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.16.0 (2026-09-08)

### Features Added
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 @@ -3,7 +3,7 @@

[package]
name = "azure_messaging_eventhubs"
version = "0.16.0"
version = "0.17.0"
description = "Rust client for Azure Eventhubs Service"
readme = "README.md"
authors.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rust-version.workspace = true
[dependencies]
async-trait.workspace = true
azure_core = { path = "../../core/azure_core", version = "1.2.0-beta.1", default-features = false }
azure_messaging_eventhubs = { path = "../azure_messaging_eventhubs", version = "0.16.0" }
azure_messaging_eventhubs = { path = "../azure_messaging_eventhubs", version = "0.17.0" }
# Unreleased: must resolve the same azure_core as azure_messaging_eventhubs, which
# needs AmqpTransport (issue #3601). The registry build of azure_storage_blob pins
Comment on lines 22 to 26
# the previous azure_core, which puts two copies of the crate in the graph.
Expand Down