Skip to content

Releases: Azure/azure-functions-host

4.1036.3

26 Sep 20:23
23a9840
Compare
Choose a tag to compare

Release notes

  • Update EasyAuth package to latest (#10490)

4.836.1

26 Sep 17:37
7acae2e
Compare
Choose a tag to compare

Release notes

  • Update Java Worker Version to 2.17.0
    • Update application insights agent version to 3.5.4
    • Includes fixes from 2.16.0
  • Update Python Worker Version to 4.31.0
    • Includes fixes from 4.30.0
  • Upgraded the following package versions (#10326):
    • Azure.Security.KeyVault.Secrets updated to 4.6.0
    • System.Format.Asn1 updated to 6.0.1
  • Update PowerShell 7.2 worker to 4.0.4020
  • Update PowerShell 7.4 worker to 4.0.4021
  • Resolved thread safety issue in the GrpcWorkerChannel.LoadResponse method. (#10352)
  • Worker termination path updated with sanitized logging (#10397)
  • Avoid redundant DiagnosticEvents error message (#10395)
  • Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the FUNCTIONS_WORKER_RUNTIME value (#10439)
  • Migrated Scale Metrics to use Azure.Data.Tables SDK (#10276)
    • Added support for Identity-based connections

4.636.1

26 Sep 17:47
7acae2e
Compare
Choose a tag to compare

Release notes

  • Update Java Worker Version to 2.17.0
    • Update application insights agent version to 3.5.4
    • Includes fixes from 2.16.0
  • Update Python Worker Version to 4.31.0
    • Includes fixes from 4.30.0
  • Upgraded the following package versions (#10326):
    • Azure.Security.KeyVault.Secrets updated to 4.6.0
    • System.Format.Asn1 updated to 6.0.1
  • Update PowerShell 7.2 worker to 4.0.4020
  • Update PowerShell 7.4 worker to 4.0.4021
  • Resolved thread safety issue in the GrpcWorkerChannel.LoadResponse method. (#10352)
  • Worker termination path updated with sanitized logging (#10397)
  • Avoid redundant DiagnosticEvents error message (#10395)
  • Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the FUNCTIONS_WORKER_RUNTIME value (#10439)
  • Migrated Scale Metrics to use Azure.Data.Tables SDK (#10276)
    • Added support for Identity-based connections

4.1036.2

10 Sep 20:58
aa332f6
Compare
Choose a tag to compare

Release notes

  • Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the FUNCTIONS_WORKER_RUNTIME value (#10439)
  • Update Java Worker Version to 2.17.0
    • Update application insights agent version to 3.5.4
    • Includes fixes from 2.16.0
  • Migrated Scale Metrics to use Azure.Data.Tables SDK (#10276)
    • Added support for Identity-based connections
  • Skip validation of FUNCTIONS_WORKER_RUNTIME with funciton metadata in placeholder mode. (#10459)

4.836.0

10 Sep 21:04
bb017c5
Compare
Choose a tag to compare

Release notes

  • Update Java Worker Version to 2.17.0
    • Update application insights agent version to 3.5.4
    • Includes fixes from 2.16.0
  • Update Python Worker Version to 4.31.0
    • Includes fixes from 4.30.0
  • Upgraded the following package versions (#10326):
    • Azure.Security.KeyVault.Secrets updated to 4.6.0
    • System.Format.Asn1 updated to 6.0.1
  • Update PowerShell 7.2 worker to 4.0.4020
  • Update PowerShell 7.4 worker to 4.0.4021
  • Resolved thread safety issue in the GrpcWorkerChannel.LoadResponse method. (#10352)
  • Worker termination path updated with sanitized logging (#10397)
  • Avoid redundant DiagnosticEvents error message (#10395)
  • Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the FUNCTIONS_WORKER_RUNTIME value (#10439)
  • Migrated Scale Metrics to use Azure.Data.Tables SDK (#10276)
    • Added support for Identity-based connections

4.636.0

10 Sep 20:55
bb017c5
Compare
Choose a tag to compare

Release notes

  • Update Java Worker Version to 2.17.0
    • Update application insights agent version to 3.5.4
    • Includes fixes from 2.16.0
  • Update Python Worker Version to 4.31.0
    • Includes fixes from 4.30.0
  • Upgraded the following package versions (#10326):
    • Azure.Security.KeyVault.Secrets updated to 4.6.0
    • System.Format.Asn1 updated to 6.0.1
  • Update PowerShell 7.2 worker to 4.0.4020
  • Update PowerShell 7.4 worker to 4.0.4021
  • Resolved thread safety issue in the GrpcWorkerChannel.LoadResponse method. (#10352)
  • Worker termination path updated with sanitized logging (#10397)
  • Avoid redundant DiagnosticEvents error message (#10395)
  • Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the FUNCTIONS_WORKER_RUNTIME value (#10439)
  • Migrated Scale Metrics to use Azure.Data.Tables SDK (#10276)
    • Added support for Identity-based connections

4.36.0

10 Sep 20:47
bb017c5
Compare
Choose a tag to compare

Release notes

  • Update Java Worker Version to 2.17.0
    • Update application insights agent version to 3.5.4
    • Includes fixes from 2.16.0
  • Update Python Worker Version to 4.31.0
    • Includes fixes from 4.30.0
  • Upgraded the following package versions (#10326):
    • Azure.Security.KeyVault.Secrets updated to 4.6.0
    • System.Format.Asn1 updated to 6.0.1
  • Update PowerShell 7.2 worker to 4.0.4020
  • Update PowerShell 7.4 worker to 4.0.4021
  • Resolved thread safety issue in the GrpcWorkerChannel.LoadResponse method. (#10352)
  • Worker termination path updated with sanitized logging (#10397)
  • Avoid redundant DiagnosticEvents error message (#10395)
  • Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the FUNCTIONS_WORKER_RUNTIME value (#10439)
  • Migrated Scale Metrics to use Azure.Data.Tables SDK (#10276)
    • Added support for Identity-based connections

4.1036.1

27 Aug 14:32
4035e3a
Compare
Choose a tag to compare

Release notes

  • Update Python Worker Version to 4.31.0
    • Includes fixes from 4.30.0
  • Update Java Worker Version to 2.16.0:
    • Fix thread context classloader for middleware chain
    • Includes fixes from 2.15.0
  • Upgraded the following package versions (#10325):
    • Azure.Security.KeyVault.Secrets updated to 4.6.0
    • System.Format.Asn1 updated to 6.0.1
  • Update PowerShell 7.2 worker to 4.0.4020
  • Update PowerShell 7.4 worker to 4.0.4021
  • Updated dotnet-isolated worker to 1.0.11 (#10379)
  • Resolved thread safety issue in the GrpcWorkerChannel.LoadResponse method. (#10352)
  • Worker termination path updated with sanitized logging (#10367)
  • Avoid redundant DiagnosticEvents error message (#10395)
  • Added logic to shim older versions of the .NET Worker JsonFunctionProvider to ensure backwards compatibility (#10410)

4.35.4

08 Aug 22:46
68ea5d7
Compare
Choose a tag to compare

Release notes

  • Marking SyncTriggers [RequiresRunningHost]. (#10233)
  • Defaulting SwtAuthenticationEnabled to False (#10195)
  • Adding runtime site name to valid JWT audiences (slot scenarios) (#10185)
  • Update Python Worker Version to 4.29.0
  • Language worker channels will not be started during placeholder mode if we are in-process (#10161)
  • Ordered invocations are now the default (#10201)
  • Add IsDisabled property to worker description and skip if the value (#10250)
  • Fixed incorrect function count in the log message.(#10220)
  • Migrate Diagnostic Events to Azure.Data.Tables (#10218)
  • Sanitize worker arguments before logging (#10260)
  • Fix race condition on startup with extension RPC endpoints not being available. (#10282)
  • Adding a timeout when retrieving function metadata from metadata providers (#10219)
  • Upgraded the following package versions (#10288):
    • Microsoft.Azure.WebJobs updated to 3.0.41
    • Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1
    • Microsoft.Extensions.Azure updated to 1.7.1
    • Azure.Storage.Blobs updated to 12.19.1
  • [in-proc] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.11 (#10379)
  • Trim FunctionsNetHost artifacts (#10364)

4.35.3

06 Aug 19:08
02c3bab
Compare
Choose a tag to compare

Release notes

  • Marking SyncTriggers [RequiresRunningHost]. (#10233)
  • Defaulting SwtAuthenticationEnabled to False (#10195)
  • Adding runtime site name to valid JWT audiences (slot scenarios) (#10185)
  • Update Python Worker Version to 4.29.0
  • Language worker channels will not be started during placeholder mode if we are in-process (#10161)
  • Ordered invocations are now the default (#10201)
  • Add IsDisabled property to worker description and skip if the value (#10250)
  • Fixed incorrect function count in the log message.(#10220)
  • Migrate Diagnostic Events to Azure.Data.Tables (#10218)
  • Sanitize worker arguments before logging (#10260)
  • Fix race condition on startup with extension RPC endpoints not being available. (#10282)
  • Adding a timeout when retrieving function metadata from metadata providers (#10219)
  • Upgraded the following package versions (#10288):
    • Microsoft.Azure.WebJobs updated to 3.0.41
    • Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1
    • Microsoft.Extensions.Azure updated to 1.7.1
    • Azure.Storage.Blobs updated to 12.19.1
  • [in-proc] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.10 (#10340)
  • Trim FunctionsNetHost artifacts (#10364)