Skip to content

0.13.0

Compare
Choose a tag to compare
@jtaubensee jtaubensee released this 20 Mar 22:53
· 268 commits to master since this release

com.microsoft.azure.eventhubs

  • Breaking changes
    • Simplified EventData by deprecating the getBody* API's. As such, the following methods have been deprecated (#81):
      • EventData.getBody() replaced with EventData.getBytes()
      • EventData.getBodyOffset()
      • EventData.getBodyLength()
  • 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)
  • Bug fixes:
    • Fixes an AMQP interoperability issue where the AMQP body could be of type AmqpValue or AmqpSequence (#66).

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