Skip to content

Releases: Azure/azure-event-hubs-java

0.8.1

01 Nov 21:45
Compare
Choose a tag to compare

API Changes

Breaking Changes
  • PartitionReceiver.setReceiveHandler - returns CompletableFuture<Void> (used to return void)

0.8.0

01 Nov 21:42
Compare
Choose a tag to compare

API Changes

New API
  • EventData.getBodyOffset() & EventData.getBodyLength()
  • EventData.getSystemProperties().getPublisher()
Deprecated API
  • EventData.setProperties() - use .put() on EventData.getProperties() instead
Breaking Changes
  • MessageAnnotations on a received AMQPMessage are moved to EventData.getSystemProperties() as opposed to EventData.getProperties()
  • EventData.SystemProperties class now derives from HashSet<String, Object>. This can break serialized EventData.