Azure Functions Runtime 2.0.12549
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