Skip to content

Commit e72a467

Browse files
Updating release notes for 4.17.0 and bumping minor version (#9110)
1 parent 8c8d2df commit e72a467

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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>16</MinorVersion>
7+
<MinorVersion>17</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
- Update Java Worker Version to [2.9.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.9.1)
77
- Update Python Worker Version to [4.10.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.10.1)
88
- Update Python Worker Version to [4.10.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.10.0)
9-
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.17 to 1.5.1 [Release Note](https://github.com/Azure/app-service-announcements/issues/406)
109
- Upgraded proto files to v1.8.0-protofile release (#9057)
11-
- Refresh capabilities & log worker metadata after specialization (#9020)
1210
- Update DiagnosticEventLoggerExtensions method names (#9056)
1311
- Emit diagnostic event upon Host Id collision (#9061)
1412
- Update custom handlers to support trigger return values (#8874)
@@ -17,4 +15,4 @@
1715
- Add error details to RunFromPackage failure log (#9094)
1816

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

0 commit comments

Comments
 (0)