Releases: Azure/azure-functions-host
Releases · Azure/azure-functions-host
4.836.2
4.636.2
4.1036.3
4.836.1
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.0System.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
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.0System.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
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
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.0System.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
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.0System.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
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.0System.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
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.0System.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)