Skip to content

Release 1.0.6

Compare
Choose a tag to compare
@Hazhzeng Hazhzeng released this 10 Dec 21:30
· 238 commits to dev since this release

In this release:

  1. 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.