github Azure/azure-functions-host v2.0.14786
2.0.14786

latest releases: v4.1036.4, v4.636.2, v4.836.2...
4 years ago

Release notes

  • Update Python Worker to 1.1.6 Release Note
  • Update Python Library to 1.4.0 Release Note
  • Add a new host.json property "watchFiles" for restarting the Host when files are modified.
  • Update Java Worker to 1.8.0 Release Note
  • Update Java Library to 1.4.0 Release Note
  • Added support for function execution retry on invocation failures #6664
  • [BreakingChange] Fixes #400 which was a regression from the 1.7.1 release.
    There is potential of impact if the function code has taken a dependency on a feature in gson 2.8.6 as the dependency gson-2.8.5.jar is now included in the class path of the worker and will take precedence over the function's lib folder.
  • Breaking Changes in CustomHandler
    • Issue #6644 : If enableForwardingHttpRequest is false, http output binding response is expected to be a valid Json object with following optional fields :
    {
    "statusCode" : "",
    "status" : "",
    "body": "",
    "headers" : {}
    }
    Exception is thrown if HttpOutputBindingResponse is not valid Json.
    • We identified a couple of inconsistencies in the request schema and next release will include following changes.
      • Issue #6606:
        • Query property will change from a JSON serialized string to a dictionary
        • Identities property will change from a JSON serialized string to an array
      • Issue #6574
        • Metadata / Input binding data of type DateTime will not be serialzed as string
          If you are using these properties, please ensure your app is able to detect and handle the new schema.

Release sprint: Sprint 84
[ bugs | features ]

Release sprint: Sprint 85
[ bugs | features ]

Don't miss a new azure-functions-host release

NewReleases is sending notifications on new releases.