Skip to content

Commit 7570b6d

Browse files
VpOfEngineeringFrancisco-GaminokaibocaiAzureFunctionsJava
authored
4.15.1 hotfix (#8964)
* Upgrade PowerShell Worker 7.2 to 4.0.2496 (#8958) * Upgrade PowerShell worker 7.2 to 4.0.2496 * Update release notes * Bumping minor version * Update Java Worker Version to 2.8.1 (#8957) * Update Java Worker Version to 2.8.1 * Update release_notes.md Update release_notes.md for java worker 2.8.1 Co-authored-by: AzureFunctionsJava <[email protected]> Co-authored-by: Francisco Gamino <[email protected]> Co-authored-by: kaibocai <[email protected]> Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent 9d2cf5a commit 7570b6d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
77
<MinorVersion>15</MinorVersion>
8-
<PatchVersion>0</PatchVersion>
8+
<PatchVersion>1</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>
1111

release_notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
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)
67
- Update Python Worker Version to [4.9.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.9.0)
7-
- Update Java Worker Version to [2.8.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.8.0)
88
- Track ApplicationInsights ingestion service response by subscribing to transmission event [PR](https://github.com/Azure/azure-functions-host/pull/8828)
99
- Update ApplicationInsights packages to 2.21.0 (#8838)
1010
- Support model-type bindings for out-of-proc workers (#8815)
1111
- Fix the duplicate log issue with Java ApplicationInsights agent
1212
- 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.2496 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2496)
1315

1416

1517
**Release sprint:** Sprint 132

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656

5757
<!-- Workers -->
5858
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
59-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.8.0" />
59+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.8.1" />
6060
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.2" />
6161
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2302" />
62-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2304" />
62+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2496" />
6363
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />
6464
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
6565
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4545
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.2" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
47-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.8.0" />
47+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.8.1" />
4848
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
4949
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.2.1" />
5050
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />

0 commit comments

Comments
 (0)