Skip to content

Commit 4209314

Browse files
Clearing release notes and bumping minor version (v4) (#8471)
* Clearing release notes (minus updates since last cutoff) and bumping build * Updating sprint number
1 parent 5e55bdf commit 4209314

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>6</MinorVersion>
7+
<MinorVersion>7</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
@@ -2,16 +2,10 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
- Update Python Worker Version to [4.2.0-hotfix](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.2.0-hotfix)
6-
- Return 500 instead of 403 when writing secrets to storage fails (#8362)
7-
- Updated Java Worker Version to [2.2.3](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.2.3)
5+
**Release sprint:** Sprint 122
6+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+122%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+122%22+label%3Afeature+is%3Aclosed) ]
87
- Updated Node.js Worker Version to [3.4.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.4.0)
9-
- Add Include minimum durable payload to sync trigger (#8292)
10-
- Enable diagnostic events collection
118
- Added support for no storage account scenarios (#8083)
12-
13-
**Release sprint:** Sprint 118
14-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Afeature+is%3Aclosed) ]
159
- Update PowerShell Worker 7.0 to 4.0.2045 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2045)
1610
- Update PowerShell Worker 7.2 to 4.0.2040 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2040)
1711
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.15 to 1.4.17 [Release Note](https://github.com/Azure/app-service-announcements/issues/375)

0 commit comments

Comments
 (0)