File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 55 <LangVersion >latest</LangVersion >
66 <MajorVersion >4</MajorVersion >
77 <MinorVersionPrefix Condition =" '$(MinorVersionPrefix)' == ''" >10</MinorVersionPrefix >
8- <MinorVersion >$(MinorVersionPrefix)30 </MinorVersion >
8+ <MinorVersion >$(MinorVersionPrefix)31 </MinorVersion >
99 <PatchVersion >0</PatchVersion >
1010 <BuildNumber Condition =" '$(BuildNumber)' == '' " >0</BuildNumber >
1111 <PreviewVersion ></PreviewVersion >
Original file line number Diff line number Diff line change 33<!-- Please add your release notes in the following format:
44- My change description (#PR)
55-->
6- - Update Python Worker Version to [ 4.24.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.24.0 )
7- - Updated ` Microsoft.Azure.Functions.DotNetIsolatedNativeHost ` version to 1.0.5 (#9753 )
8- - Add function grouping information (https://github.com/Azure/azure-functions-host/pull/9735 )
9- - Bump ` Microsoft.IdentityModel.Tokens ` , ` Microsoft.IdentityModel.Protocols.OpenIdConnect ` , and
10- ` System.IdentityModel.Tokens.Jwt ` from 6.32.0 to 6.35.0 (#9793 )
11- - Implement host configuration property for handling pre-cancelled invocation requests (#9523 )
12- - If a worker supports CancellationTokens, cancelled invocations will now be sent to the worker by default
13- - Customers can opt-out of this behavior by setting ` SendCanceledInvocationsToWorker ` to ` false ` in host.json
14- - If a worker does not support CancellationTokens, cancelled invocations will not be sent to the worker
156- Warn when ` FUNCTIONS_WORKER_RUNTIME ` is not set (#9799 )
167- Added support for ManagedIdentity authentication in ApplicationInsights pipeline. (#9758 )
178- Added support for AutocollectedMetricsExtractor, MetricsCustomDimensionOptimization and QueryStringTracing. (#9758 )
You can’t perform that action at this time.
0 commit comments