0.13.0
com.microsoft.azure.eventhubs
- Breaking changes
- Simplified
EventData
by deprecating thegetBody*
API's. As such, the following methods have been deprecated (#81):EventData.getBody()
replaced withEventData.getBytes()
EventData.getBodyOffset()
EventData.getBodyLength()
- Simplified
- Enhancements
- Added
EventData.getObject()
for those who want advanced AMQP functionality. This is particularly useful for those who use multiple third-party AMQP libraries. This will return a generic Java objects from the underlying proton-j library (#81)
- Added
- Bug fixes:
- Fixes an AMQP interoperability issue where the AMQP body could be of type
AmqpValue
orAmqpSequence
(#66).
- Fixes an AMQP interoperability issue where the AMQP body could be of type
For more details regarding the issues/pull requests in the latest release, see: https://github.com/Azure/azure-event-hubs-java/milestone/5
Here are the corresponding Maven packages:
https://mvnrepository.com/artifact/com.microsoft.azure/azure-eventhubs/0.13.0
https://mvnrepository.com/artifact/com.microsoft.azure/azure-eventhubs-eph/0.13.0