File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.1</TargetFramework >
5
5
<LangVersion >latest</LangVersion >
6
6
<MajorVersion >4</MajorVersion >
7
- <MinorVersion >1035 </MinorVersion >
8
- <PatchVersion >4 </PatchVersion >
7
+ <MinorVersion >1036 </MinorVersion >
8
+ <PatchVersion >0 </PatchVersion >
9
9
<BuildNumber Condition =" '$(BuildNumber)' == '' " >0</BuildNumber >
10
10
<PreviewVersion ></PreviewVersion >
11
11
Original file line number Diff line number Diff line change 16
16
- Update Java Worker Version to [ 2.15.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0 )
17
17
- Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2
18
18
- Resolved thread safety issue in the ` GrpcWorkerChannel.LoadResponse ` method. (#10352 )
19
+ - Fixing thread safety issue in the GrpcWorkerChannel.LoadResponse method (#10363 )
19
20
- Worker termination path updated with sanitized logging (#10367 )
21
+ - Avoid redundant DiagnosticEvents error message (#10395 )
20
22
- Added logic to shim older versions of the .NET Worker JsonFunctionProvider to ensure backwards compatibility (#10410 )
23
+ - Shimming legacy .NET worker JsonFunctionProvider to ensure backwards compatibility (#10411 )
You can’t perform that action at this time.
0 commit comments