Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Functions Runtime 3.0.14785 #294

Closed
azfuncgh opened this issue Oct 6, 2020 · 1 comment
Closed

Azure Functions Runtime 3.0.14785 #294

azfuncgh opened this issue Oct 6, 2020 · 1 comment

Comments

@azfuncgh
Copy link
Collaborator

azfuncgh commented Oct 6, 2020

A new version of the Azure Functions Runtime 3.0.14785 is being deployed.

Please refer to the latest notes on the release page here for details: https://github.com/Azure/azure-functions-host/releases/tag/v3.0.14785.

Please use Azure/app-service-announcements-discussions#202 for discussions related to this release.

@Azure Azure locked and limited conversation to collaborators Oct 6, 2020
@pragnagopa
Copy link
Member

This release includes following breaking changes in [CustomHandlers] feature(https://docs.microsoft.com/en-us/azure/azure-functions/functions-custom-handlers)

  • 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants