Skip to content

Azure Functions Runtime 2.0.12549

Compare
Choose a tag to compare
@mathewc mathewc released this 18 Jun 20:01
fd11cd4

In this release:

  • allow -1 for in host.json to indicate unbounded timeout in Dedicated
  • Fix for DurableTask SyncTriggers config parsing/Scaling
  • Support for configuring HSTS (#4069)
  • Add support for VFS API relative pathing
  • Increase ANCM startup time limit. Fixes #4393
  • Fix for Python worker HTTP raw body issue (Azure/azure-functions-python-worker#380)
  • Processing ActionResult properly. Fixes #4369
  • Other fixes/optimizations