Release 1.0.6
In this release:
- Allow EventHub function param annotation to be set to List[func.EventHubEvent]
- This provides a much cleaner function signature
def main(events: List[func.EventHubEvent]):
when cardinality=many is set and it is used for processing multiple EventHub events.
- This provides a much cleaner function signature