0.14.0
com.microsoft.azure.eventhubs
- Get runtime info APIs (#102)
EventHubClient.getRuntimeInfo
EventHubClient.getPartitionRuntimeInfo
- Support special @latest (end of stream) filter. (#89)
com.microsoft.azure.eventhubs.processor
- Fix race that causes lease id cannot be null or empty illegal argument exception from storage. (#64)
- Add lease argument to
ICheckpointManager.Update
to avoid multiple EPH instances updating. (#75) - Finish deprecating
PartitionContext.setOffsetAndSequenceNumber
. (#75) PartitionContext.checkpoint()
now uses last offset of current event batch. (#75)- Readme improvments, expanded threading notes, add tracing (#86)
For more details regarding the issues/pull requests in the latest release, see: https://github.com/Azure/azure-event-hubs-java/milestone/6
Here are the corresponding Maven packages:
https://mvnrepository.com/artifact/com.microsoft.azure/azure-eventhubs/0.14.0
https://mvnrepository.com/artifact/com.microsoft.azure/azure-eventhubs-eph/0.14.0