Skip to content

Release 1.2.0

Choose a tag to compare

@Hazhzeng Hazhzeng released this 25 Feb 21:42
· 277 commits to dev since this release

In this release:

  1. Add supports for Python durable functions
    • Introduce func.OrchestrationContext in function orchestration trigger definition
      (e.g. def main(context: func.OrchestrationContext):)
    • Accepts orchestrationTrigger and activityTrigger as rich bindings in function.json
  2. Fix an issue where the built-in azure.functions library is not loaded correctly on load function request