Skip to content

Commit b85be13

Browse files
authored
Update release_notes.md
1 parent 0ab3c01 commit b85be13

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

release_notes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,19 @@
88
- Updated System.Memory.Data reference to 8.0.1
99
- Address issue with HTTP proxying throwing `ArgumentException` (#10616)
1010
- Updated JobHost restart suppresion in functions APIs to align with request lifecycle (#10638)
11+
- Update Python Worker Version to [4.34.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.34.0)
12+
- Sanitize exception logs (#10443)
13+
- Improving console log handling during specialization (#10345)
14+
- Update Node.js Worker Version to [3.10.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.10.1)
15+
- Remove packages `Microsoft.Azure.Cosmos.Table` and `Microsoft.Azure.DocumentDB.Core` (#10503)
16+
- Buffering startup logs and forwarding to ApplicationInsights/OpenTelemetry after logger providers are added to the logging system (#10530)
17+
- Implement host configuration property to allow configuration of the metadata provider timeout period (#10526)
18+
- The value can be set via `metadataProviderTimeout` in host.json and defaults to "00:00:30" (30 seconds).
19+
- For logic apps, unless configured via the host.json, the timeout is disabled by default.
20+
- Update PowerShell 7.2 worker to [4.0.4025](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4025)
21+
- Update PowerShell 7.4 worker to [4.0.4026](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4026)
22+
- Added support for identity-based connections to Diagnostic Events (#10438)
23+
- Updating Microsoft.Azure.WebJobs.Logging.ApplicationInsights to 3.0.42-12121
24+
- Updated retry logic in Worker HTTP proxy to allow for longer worker HTTP listener initialization times (#10566).
25+
- Introduced proper handling in environments where .NET in-proc is not supported.
26+
- Updated System.Memory.Data reference to 8.0.1

0 commit comments

Comments
 (0)