Skip to content

Commit cacd18b

Browse files
authored
4.20.0 Release Prep (#9174)
* 4.20.0 Release Prep * Update release_notes.md * Update release_notes.md
1 parent ddc23b5 commit cacd18b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
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>19</MinorVersion>
7+
<MinorVersion>20</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
76
- Consume diagnostic events raised by the WebJobs SDK for Application Insights flushing issues: see [PR](https://github.com/Azure/azure-webjobs-sdk/pull/2939)
8-
- Update Python Worker Version to [4.11.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.11.0)
9-
- Update Java Worker Version to [2.10.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.10.0)
10-
- Update PowerShell Worker 7.2 to 4.0.2719 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2719)
11-
- Update Node.js Worker Version to [3.6.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.6.0)
127
- Update Node.js Worker Version to [3.6.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.6.1)
13-
- Upgrade PowerShell language worker 7.0 to 4.0.2733 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2733)
148
- Support for HttpContext.RequestAborted cancellation token for Http requests (#9159)
159

16-
**Release sprint:** Sprint 140
17-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+140%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+140%22+label%3Afeature+is%3Aclosed) ]
10+
**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) ]

0 commit comments

Comments
 (0)