Skip to content

Commit ca77718

Browse files
authored
Host Release Prep PR 4.31.0 (#9856)
1 parent 3ba680c commit ca77718

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
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
<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>

release_notes.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
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)

0 commit comments

Comments
 (0)