Skip to content

Releases: Azure/azure-functions-host

3.0.15027

09 Nov 19:15
Compare
Choose a tag to compare

Release notes

  • Fixed bug in sync triggers operations for Durable Functions using custom storage account connection strings.
  • Update PowerShell Worker to 3.0.557 (PS6) Release Note and 3.0.560 (PS7) Release Note
  • Update Microsoft.Azure.WebJobs and Microsoft.Azure.WebJobs.Logging.ApplicationInsights to v3.0.25 Release Notes
  • Update Microsoft.Azure.WebJobs.Extensions.Http to 3.0.9-10815

Release sprint: Sprint 86
[ bugs | features ]

3.0.14916

23 Oct 21:37
Compare
Choose a tag to compare

Release notes

  • Enabled the use of ASP.NET Health Check hosted service
  • Update Python Worker to 1.1.6 Release Note
  • Update Python Library to 1.4.0 Release Note
  • Update PowerShell Worker to 3.0.552 (PS6) Release Note and 3.0.549 (PS7) Release Note
  • 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.
  • Fixes #6031, an issue where having a large number of secrets in a Key Vault Secrets Repository would cause Function and Host secrets to regenerate constantly. These secrets should no longer regenerate due to this error.

Release sprint: Sprint 84
[ bugs | features ]

Release sprint: Sprint 85
[ bugs | features ]

3.0.14785

06 Oct 20:28
Compare
Choose a tag to compare

Release notes

  • Enabled the use of ASP.NET Health Check hosted service
  • Update Python Worker to 1.1.6 Release Note
  • Update Python Library to 1.4.0 Release Note
  • Update PowerShell Worker to 3.0.552 (PS6) Release Note and 3.0.549 (PS7) Release Note
  • 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.
  • Fixes #6031, an issue where having a large number of secrets in a Key Vault Secrets Repository would cause Function and Host secrets to regenerate constantly. These secrets should no longer regenerate due to this error.

Release sprint: Sprint 84
[ bugs | features ]

Release sprint: Sprint 85
[ bugs | features ]

v3.0.14777

06 Oct 19:34
Compare
Choose a tag to compare
Updated nuget references

2.0.14786

06 Oct 20:25
Compare
Choose a tag to compare

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 ]

v2.0.14778

06 Oct 19:33
Compare
Choose a tag to compare
Updated nuget references

Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator 1.2.0

01 Oct 21:53
3b7074e
Compare
Choose a tag to compare

This release removed all reflection done by the ExtensionsMetadataGenerator and switched it to use Mono.Cecil. (#6052)

1.0.13154

01 Oct 01:19
Compare
Choose a tag to compare

In this release:

  • Support for Application Insights in the Azure Government Cloud (#6651)

3.0.14492

09 Sep 17:49
b088b9d
Compare
Choose a tag to compare

Release notes

  • Add a new host.json property "watchFiles" for restarting the Host when files are modified.

Release sprint: Sprint 83
[ bugs | features ]

2.0.14494

10 Sep 20:15
7a3db63
Compare
Choose a tag to compare

Release notes

  • Add a new host.json property "watchFiles" for restarting the Host when files are modified.

Release sprint: Sprint 83
[ bugs | features ]