We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a0a34 commit dae16f9Copy full SHA for dae16f9
eng/build/Workers.Java.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<ItemGroup>
4
- <PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.17.0" />
+ <PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.18.0" />
5
</ItemGroup>
6
7
</Project>
release_notes.md
@@ -3,6 +3,7 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
+- Update Java Worker Version to [2.18.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.18.0)
8
- Allow for an output binding value of an invocation result to be null (#10698)
9
- Updated dotnet-isolated worker to 1.0.12.
0 commit comments