Skip to content

Commit 6bccacf

Browse files
authored
Host release prep 4.1036.2 (#10446)
1 parent c006a08 commit 6bccacf

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

build/common.props

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

release_notes.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,9 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the `FUNCTIONS_WORKER_RUNTIME` value (#10439)
67
- Update Java Worker Version to [2.17.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.17.0)
78
- Update application insights agent version to 3.5.4
89
- Includes fixes from 2.16.0
9-
- Update Python Worker Version to [4.31.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.31.0)
10-
- Upgraded the following package versions (#10325):
11-
- `Azure.Security.KeyVault.Secrets` updated to 4.6.0
12-
- `System.Format.Asn1` updated to 6.0.1
13-
- Update Python Worker Version to [4.30.3](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.30.3)
14-
- Update PowerShell 7.2 worker to [4.0.4020](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020)
15-
- Update PowerShell 7.4 worker to [4.0.4021](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021)
16-
- Updated dotnet-isolated worker to [1.0.11](https://github.com/Azure/azure-functions-dotnet-worker/pull/2653) (#10379)
17-
- Resolved thread safety issue in the `GrpcWorkerChannel.LoadResponse` method. (#10352)
18-
- Worker termination path updated with sanitized logging (#10367)
19-
- Avoid redundant DiagnosticEvents error message (#10395)
20-
- Added logic to shim older versions of the .NET Worker JsonFunctionProvider to ensure backwards compatibility (#10410)
21-
- Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the `FUNCTIONS_WORKER_RUNTIME` value (#10439)
2210
- Migrated Scale Metrics to use `Azure.Data.Tables` SDK (#10276)
2311
- Added support for Identity-based connections

0 commit comments

Comments
 (0)