Skip to content

Commit 2deb4ce

Browse files
4.21.0 Release Prep (#9201)
* 4.21.0 Release Prep * Updated release notes --------- Co-authored-by: v-smanchem <[email protected]>
1 parent 387ccf4 commit 2deb4ce

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
7-
<MinorVersion>20</MinorVersion>
7+
<MinorVersion>21</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Consume diagnostic events raised by the WebJobs SDK for Application Insights flushing issues: see [PR](https://github.com/Azure/azure-webjobs-sdk/pull/2939)
7-
- Update Node.js Worker Version to [3.6.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.6.1)
8-
- Support for HttpContext.RequestAborted cancellation token for Http requests (#9159)
96

107
**Release sprint:** Sprint 142
11-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+142%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+142%22+label%3Afeature+is%3Aclosed) ]
8+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+143%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+143%22+label%3Afeature+is%3Aclosed) ]

0 commit comments

Comments
 (0)