azure_messaging_eventhubs@0.9.0
Pre-release
Pre-release
0.9.0 (2025-11-11)
Breaking Changes
- All Event Hubs APIs now return an
azure_messaging_eventhubs::EventHubErrorinstead of anazure_core::Error. - Several
azure_messaging_eventhubs::error::ErrorKindenumerations have been removed because they are no longer needed. - Modified several errors which previously used
azure_core::Error::with_messageto useazure_messaging_eventhubs::EventHubsError::with_message, changing their underlying type.
Other Changes
- Added
azure_messaging_eventhubs::error::ErrorKind::AmqpError,azure_messaging_eventhubs::error::ErrorKind::AzureCore, andazure_messaging_eventhubs::error::ErrorKind::SimpleMessageto describe AMQP originated messages, Azure Core originated messages, and messages which just have a string value respectively. - Added
azure_messaging_eventhubs::Error::with_messageto enable simple error returns with a text message.