Skip to content

Commit 6ec8db2

Browse files
ahmedmuhsinAzureFunctionsJava
andauthored
Update Java Worker Version to 2.19.2 (#11120)
Update Java Worker Version to 2.19.2 --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent df8c0a2 commit 6ec8db2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.19.1" />
4+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.19.2" />
55
</ItemGroup>
66

77
</Project>

release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
- Memory allocation optimizations in `DependencyHelper.GetExtensionRequirements` (#11022)
1313
- Fix Instance Manager for CV1 Migration (#11072)
1414
- Avoid setting up OTel and AzMon exporter in the placeholder mode. (#11090)
15-
- Update Java Worker Version to [2.19.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.1)
1615
- Memory allocation optimizations in `FeatureFlags.IsEnabled` by adopting zero-allocation `ContainsToken` for efficient delimited token search (#11075)
1716
- Improvements to coldstart pipeline (#11102).
1817
- Update Python Worker Version to [4.38.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.38.0)
1918
- Only start the Diagnostic Events flush logs timer when events are present, preventing unnecessary flush attempts (#11100).
2019
- Enable HTTP proxying for custom handlers (#11035)
2120
- Switched memory usage reporting to use CGroup metrics by default for Linux consumption (#11114)
22-
- Add JitTrace files for v4.1040 (#11117)
21+
- Add JitTrace files for v4.1040 (#11117)
22+
- Update Java Worker Version to [2.19.2](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.2)

0 commit comments

Comments
 (0)