|
4 | 4 | - My change description (#PR)
|
5 | 5 | -->
|
6 | 6 | - Update Python Worker Version to [4.31.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.31.0)
|
| 7 | + - Includes fixes from 4.30.0 |
7 | 8 | - Update Java Worker Version to [2.16.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0):
|
8 | 9 | - Fix thread context classloader for middleware chain
|
9 |
| -- Update Java Worker Version to [2.15.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0): |
10 |
| - - Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2 |
11 |
| -- Marking SyncTriggers [RequiresRunningHost]. (#10233) |
12 |
| -- Defaulting SwtAuthenticationEnabled to False (#10195) |
13 |
| -- Adding runtime site name to valid JWT audiences (slot scenarios) (#10185) |
14 |
| -- Update Python Worker Version to [4.30.3](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.30.3) |
15 |
| -- Language worker channels will not be started during placeholder mode if we are in-process (#10161) |
16 |
| -- Ordered invocations are now the default (#10201) |
17 |
| -- Add IsDisabled property to worker description and skip if the value (#10250) |
18 |
| -- Fixed incorrect function count in the log message.(#10220) |
19 |
| -- Migrate Diagnostic Events to Azure.Data.Tables (#10218) |
20 |
| -- Sanitize worker arguments before logging (#10260) |
21 |
| -- Fix race condition on startup with extension RPC endpoints not being available. (#10282) |
22 |
| -- Adding a timeout when retrieving function metadata from metadata providers (#10219) |
23 |
| -- Upgraded the following package versions (#10288): |
24 |
| - - `Microsoft.Azure.WebJobs` updated to 3.0.41 |
25 |
| - - `Microsoft.Azure.WebJobs.Host.Storage` updated to 5.0.1 |
26 |
| - - `Microsoft.Extensions.Azure` updated to 1.7.1 |
27 |
| - - `Azure.Storage.Blobs` updated to 12.19.1 |
28 |
| -- [in-proc] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.11 (#10379) |
| 10 | + - Includes fixes from 2.15.0 |
29 | 11 | - Upgraded the following package versions (#10326):
|
30 | 12 | - `Azure.Security.KeyVault.Secrets` updated to 4.6.0
|
31 | 13 | - `System.Format.Asn1` updated to 6.0.1
|
32 | 14 | - Update PowerShell 7.2 worker to [4.0.4020](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020)
|
33 | 15 | - Update PowerShell 7.4 worker to [4.0.4021](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021)
|
34 |
| -- Trim FunctionsNetHost artifacts (#10364) |
35 | 16 | - Resolved thread safety issue in the `GrpcWorkerChannel.LoadResponse` method. (#10352)
|
36 | 17 | - Worker termination path updated with sanitized logging (#10397)
|
| 18 | +- Avoid redundant DiagnosticEvents error message (#10395) |
0 commit comments