Skip to content

Commit 8ac2126

Browse files
committed
prepping hotfix
1 parent aba4c4b commit 8ac2126

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

build/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
77
<MinorVersion>1037</MinorVersion>
8-
<PatchVersion>0</PatchVersion>
8+
<PatchVersion>1</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>
1111

release_notes.md

+1-20
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,4 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Using hostMetadataProvider for CreateOrUpdate call in FunctionController (#10678)
7-
- Suppress `JwtBearerHandler` logs from customer logs (#10617)
8-
- Address issue with HTTP proxying throwing `ArgumentException` (#10616)
9-
- Updated JobHost restart suppresion in functions APIs to align with request lifecycle (#10638)
10-
- Update Python Worker Version to [4.34.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.34.0)
11-
- Sanitize exception logs (#10443)
12-
- Improving console log handling during specialization (#10345)
13-
- Update Node.js Worker Version to [3.10.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.10.1)
14-
- Remove packages `Microsoft.Azure.Cosmos.Table` and `Microsoft.Azure.DocumentDB.Core` (#10503)
15-
- Buffering startup logs and forwarding to ApplicationInsights/OpenTelemetry after logger providers are added to the logging system (#10530)
16-
- Implement host configuration property to allow configuration of the metadata provider timeout period (#10526)
17-
- The value can be set via `metadataProviderTimeout` in host.json and defaults to "00:00:30" (30 seconds).
18-
- For logic apps, unless configured via the host.json, the timeout is disabled by default.
19-
- Update PowerShell 7.2 worker to [4.0.4025](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4025)
20-
- Update PowerShell 7.4 worker to [4.0.4026](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4026)
21-
- Added support for identity-based connections to Diagnostic Events (#10438)
22-
- Updating Microsoft.Azure.WebJobs.Logging.ApplicationInsights to 3.0.42-12121
23-
- Updated retry logic in Worker HTTP proxy to allow for longer worker HTTP listener initialization times (#10566).
24-
- Introduced proper handling in environments where .NET in-proc is not supported.
25-
- Updated System.Memory.Data reference to 8.0.1
6+
- Fixing ArgumentOutOfRangeException with timers (#10862)

0 commit comments

Comments
 (0)