Skip to content

Commit a848506

Browse files
VpOfEngineeringazfuncghshreyas-gopalakrishnaAzureFunctionsJava
authored
4.24.2 hotfix (#9418)
* Updating patch version * Update Java Worker Version to 2.12.1 (#9417) Co-authored-by: AzureFunctionsJava <[email protected]> --------- Co-authored-by: azfuncgh <[email protected]> Co-authored-by: Shreyas Gopalakrishna <[email protected]> Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent b99599b commit a848506

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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>24</MinorVersion>
8-
<PatchVersion>1</PatchVersion>
8+
<PatchVersion>2</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>
1111

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Update Java Worker Version to [2.12.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.12.1)
67
- Update Python Worker Version to [4.15.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.15.0)
78

89
- Remove feature flag for http proxying (https://github.com/Azure/azure-functions-host/pull/9341)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<!-- Workers -->
5959
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
60-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.0" />
60+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.1" />
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.7.0" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2850" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />

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.7.0" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
47-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.0" />
47+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.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)