Skip to content

Commit fa9ebb7

Browse files
Release Java worker 1.8.2-SNAPSHOT
1 parent 713942c commit fa9ebb7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Updated PowerShell Worker to [3.0.629](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.629) (PS7) and [3.0.630](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.630) (PS6)
1111
- Updated [System.Data.SqlClient to 4.8.2](https://www.nuget.org/packages/System.Data.SqlClient/4.8.2)
1212
- Added direct refereces to [System.IO.Pipes](https://www.nuget.org/packages/System.IO.Pipes/4.3.0) and [System.Threading.Overlapped](https://www.nuget.org/packages/System.Threading.Overlapped/4.3.0) to ensure System.Data.SqlClient package update does not impact unification
13+
- Updated Java Worker Version to [1.8.2-SNAPSHOT](https://github.com/Azure/azure-functions-java-worker/releases/tag/1.8.2-SNAPSHOT)
1314

1415
**Release sprint:** Sprint 89, 90, 91
1516
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+89%22+label%3Afeature+is%3Aclosed) ]

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PackageReference>
4141
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="3.1.0" />
4242
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
43-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.1" />
43+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.2-SNAPSHOT" />
4444
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.0" />
4545
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
4646
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.629" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4141
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.0" />
4242
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.3" />
43-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.1" />
43+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.8.2-SNAPSHOT" />
4444
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
4545
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.1.0" />
4646
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />

0 commit comments

Comments
 (0)