Skip to content

Commit 2fbc62d

Browse files
Updated Minor version & release notes 4.16.0 PR (#9035)
Co-authored-by: Jameson Z <[email protected]>
1 parent f1713b5 commit 2fbc62d

File tree

2 files changed

+5
-15
lines changed

2 files changed

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

release_notes.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,9 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Update Java Worker Version to [2.8.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.8.1)
7-
- Update Python Worker Version to [4.9.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.9.0)
8-
- Track ApplicationInsights ingestion service response by subscribing to transmission event [PR](https://github.com/Azure/azure-functions-host/pull/8828)
9-
- Update ApplicationInsights packages to 2.21.0 (#8838)
10-
- Support model-type bindings for out-of-proc workers (#8815)
11-
- Fix the duplicate log issue with Java ApplicationInsights agent
12-
- Update Node.js Worker Version to [3.5.2](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.5.2)
13-
- Making feature flag for worker indexing opt-out instead of opt-in (#8864)
14-
- Update PowerShell Worker 7.2 to 4.0.2623 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2623)
15-
16-
17-
**Release sprint:** Sprint 132
18-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+132%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+132%22+label%3Afeature+is%3Aclosed) ]
196
- 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)
207
- Upgraded proto files to v1.7.1-protofile release (#9023)
21-
- Refresh capabilities & log worker metadata after specialization (#9020)
8+
- Refresh capabilities & log worker metadata after specialization (#9020)
9+
10+
**Release sprint:** Sprint 133
11+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+133%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+133%22+label%3Afeature+is%3Aclosed) ]

0 commit comments

Comments
 (0)