Skip to content

Commit 5409ced

Browse files
Prepare eventhubs for November 2025 Release (#3316)
1 parent 25ec75e commit 5409ced

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md

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

3-
## 0.9.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.9.0 (2025-11-11)
64

75
### Breaking Changes
86

97
- All Event Hubs APIs now return an `azure_messaging_eventhubs::EventHubError` instead of an `azure_core::Error`.
108
- Several `azure_messaging_eventhubs::error::ErrorKind` enumerations have been removed because they are no longer needed.
119
- Modified several errors which previously used `azure_core::Error::with_message` to use `azure_messaging_eventhubs::EventHubsError::with_message`, changing their underlying type.
1210

13-
### Bugs Fixed
14-
1511
### Other Changes
1612

1713
- Added `azure_messaging_eventhubs::error::ErrorKind::AmqpError`, `azure_messaging_eventhubs::error::ErrorKind::AzureCore`, and `azure_messaging_eventhubs::error::ErrorKind::SimpleMessage` to describe AMQP originated messages, Azure Core originated messages, and messages which just have a string value respectively.

sdk/eventhubs/azure_messaging_eventhubs_checkpointstore_blob/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.3.0 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 0.3.0 (2025-11-11)
104

115
### Other Changes
126

7+
- Updated dependencies.
8+
139
## 0.2.0 (2025-10-08)
1410

1511
### Other Changes

0 commit comments

Comments
 (0)