Skip to content

Commit 701f376

Browse files
ahmedmuhsinAzureFunctionsJava
andauthored
Update Java Worker Version to 2.19.0 (#10973)
* Update Java Worker Version to 2.19.0 * update release_notes.md * update Workers.Java.props * remove unnecessary change * whoops --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent 0656fc7 commit 701f376

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
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)
86
- Introduced support for response compression, which can be enabled through explicit opt-in (#10870)
97
- Add support for new FeatureFlag `EnableAzureMonitorTimeIsoFormat` to enable iso time format for azmon logs for Linux Dedicated/EP Skus. (#10684)
108
- Allow sync trigger to happen in managed environment when `AzureWebJobsStorage` is not set (#10767)
@@ -18,4 +16,5 @@
1816
- Fixed bug that could result in "Binding names must be unique" error (#10938)
1917
- Fix race condition that leads the host to initialize placeholder (warmup) function in Linux environments (#10848)
2018
- Updating Azure.Core and OTel related packages, recording exception and retaining "Microsoft.Azure.WebJobs" logs (#10965)
21-
- Update Python Worker Version to [4.36.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.36.1)
19+
- Update Python Worker Version to [4.36.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.36.1)
20+
- Update Java Worker Version to [2.19.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.0)

0 commit comments

Comments
 (0)