File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<ItemGroup >
4
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.18.1 " />
4
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.19.0 " />
5
5
</ItemGroup >
6
6
7
7
</Project >
Original file line number Diff line number Diff line change 3
3
<!-- Please add your release notes in the following format:
4
4
- My change description (#PR)
5
5
-->
6
-
7
- - Update Java Worker Version to [ 2.18.1] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.18.1 )
8
6
- Introduced support for response compression, which can be enabled through explicit opt-in (#10870 )
9
7
- Add support for new FeatureFlag ` EnableAzureMonitorTimeIsoFormat ` to enable iso time format for azmon logs for Linux Dedicated/EP Skus. (#10684 )
10
8
- Allow sync trigger to happen in managed environment when ` AzureWebJobsStorage ` is not set (#10767 )
18
16
- Fixed bug that could result in "Binding names must be unique" error (#10938 )
19
17
- Fix race condition that leads the host to initialize placeholder (warmup) function in Linux environments (#10848 )
20
18
- 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 )
You can’t perform that action at this time.
0 commit comments