Skip to content

chore(amqp): stabilize azure_core_amqp 1.1.0 release#4719

Draft
j7nw4r wants to merge 1 commit into
Azure:mainfrom
j7nw4r:j7nw4r/prepare-azure-core-amqp-1.1.0
Draft

chore(amqp): stabilize azure_core_amqp 1.1.0 release#4719
j7nw4r wants to merge 1 commit into
Azure:mainfrom
j7nw4r:j7nw4r/prepare-azure-core-amqp-1.1.0

Conversation

@j7nw4r

@j7nw4r j7nw4r commented Jul 8, 2026

Copy link
Copy Markdown
Member

Summary

Stabilizes azure_core_amqp from the 1.1.0-beta.1 pre-release to a published 1.1.0 release, and repoints azure_messaging_eventhubs and azure_messaging_servicebus at the released version.

Motivation

azure_messaging_eventhubs and azure_messaging_servicebus are currently pinned to the unreleased azure_core_amqp 1.1.0-beta.1 solely for AmqpSessionOptions::with_unbounded_windows, added in #4575 (issue #4570).
A stable 1.0 crate cannot depend on a pre-release dependency, so this pin blocks the Event Hubs (and Service Bus) 1.0 release.
The 1.1.0-beta.1 delta over the shipped 1.0.0 is exactly that one additive helper, so it can be released as 1.1.0 without further changes.

Changes

  • sdk/core/azure_core_amqp/Cargo.toml: bump version from 1.1.0-beta.1 to 1.1.0.
  • sdk/core/azure_core_amqp/CHANGELOG.md: change the top heading from ## 1.1.0-beta.1 (Unreleased) to ## 1.1.0 (2026-07-08), leaving its entries intact.
  • sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml: update the azure_core_amqp dependency version to 1.1.0 in both [dependencies] and [dev-dependencies], keeping the path dependency, and update the explanatory comment to reference the released version.
  • sdk/servicebus/azure_messaging_servicebus/Cargo.toml: same treatment as azure_messaging_eventhubs.

@github-actions github-actions Bot added Azure.Core The azure_core crate Event Hubs labels Jul 8, 2026
Release azure_core_amqp 1.1.0 from the 1.1.0-beta.1 pre-release and
repoint azure_messaging_eventhubs and azure_messaging_servicebus at the
published version. Unblocks those crates from depending on a
pre-release core ahead of their own 1.0 releases.
@j7nw4r
j7nw4r force-pushed the j7nw4r/prepare-azure-core-amqp-1.1.0 branch from 72dab76 to 04dbb7a Compare July 8, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure.Core The azure_core crate Event Hubs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant