Releases: Azure/azure-functions-python-library
Releases · Azure/azure-functions-python-library
Release 1.0.7
In this release:
- Allow Python 3.7 to use enumerable function param annotations
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
Release 1.0.5
In this release:
- Allow ComosDB to handle null id parameter
- Allow parsing of additional datetime formats
Release 1.0.4
In this release:
delivery_count
property added for Service Bus Trigger
Release 1.0.3
In this release:
- Handle EventHub cardinality setting
Release 1.0.0b1
The HttpRequest
class now exposes the route_params
property.
Release 1.0.0a4
Merge pull request #3 from pragnagopa/updateVersion Update version 1.0.0a4