In this release:
- Add supports for Python durable functions
- Introduce
func.OrchestrationContextin function orchestration trigger definition
(e.g.def main(context: func.OrchestrationContext):) - Accepts
orchestrationTriggerandactivityTriggeras rich bindings in function.json
- Introduce
- Fix an issue where the built-in azure.functions library is not loaded correctly on load function request