Skip to content

Commit 5c6f7d3

Browse files
ahmedmuhsinAzureFunctionsJava
andauthored
[Backport] Update Java Worker Version to 2.19.0 (#10974)
* Update Java Worker Version to 2.19.0 * update release notes * update Workers.Java.props --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent 789b44c commit 5c6f7d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

eng/build/Workers.Java.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.18.1" />
4+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.19.0" />
55
</ItemGroup>
66

77
</Project>

release_notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
7-
- Update Java Worker Version to [2.18.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.18.1)
6+
- Update Java Worker Version to [2.19.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.0)
87
- Add support for new FeatureFlag `EnableAzureMonitorTimeIsoFormat` to enable iso time format for azmon logs for Linux Dedicated/EP Skus. (part of #7864)
98
- Update PowerShell worker to 4.0.4175 (sets defaultRuntimeVersion to 7.4 in worker.config.json)
109
- Fixing default DateTime bug with TimeZones in TimerTrigger (#10906)

0 commit comments

Comments
 (0)