##0.10.0##
- Updated the namespaces to be compatible with Apache Storm External EventHubs. The spout now uses "org.apache.storm.eventhubs" instead of "com.microsoft.eventhubs"
##0.9.5##
- Changed EventHubSpoutConfig to use fluent "with" methods in addition to "set"
- Removed max pending messages per partition configuration from EventHubSpout to avoid confusion with topology.max.spout.pending. Users should use Storm config: TOPOLOGY_MAX_SPOUT_PENDING instead to control number of messages pending for each spout task.
##0.9.4##
- Fixed an issue with EventHubBolt that did not allow it to recover from a disconnected state.
- Integrated following pull requests:
- Binary data support - hdinsight#5
- Application Metadata Added To Tuples - hdinsight#4