|
| 1 | +### Release notes |
| 2 | + |
1 | 3 | <!-- Please add your release notes in the following format:
|
2 | 4 | - My change description (#PR)
|
3 | 5 | -->
|
4 |
| -- Memory allocation optimizations in `ScriptStartupTypeLocator.GetExtensionsStartupTypesAsync` (#11012) |
5 |
| -- Fix invocation timeout when incoming request contains "x-ms-invocation-id" header (#10980) |
6 |
| -- Warn if .azurefunctions folder does not exist (#10967) |
7 |
| -- Memory allocation & CPU optimizations in `GrpcMessageExtensionUtilities.ConvertFromHttpMessageToExpando` (#11054) |
8 |
| -- Replace `Timer` with `while`-loop in `FlexConsumptionMetricsPublisher` (#11071) |
9 |
| -- Memory allocation optimizations in `ReadLanguageWorkerFile` by reading files in buffered chunks, preventing LOH allocations (#11069) |
10 |
| -- Enhancing the capability to send startup failure logs to AppInsights/Otel. (#11055) |
11 |
| -- Added support for collecting cross-platform perf traces and generating PGO JIT traces (#11062) |
12 |
| -- Memory allocation optimizations in `DependencyHelper.GetExtensionRequirements` (#11022) |
13 |
| -- Fix Instance Manager for CV1 Migration (#11072) |
14 |
| -- Avoid setting up OTel and AzMon exporter in the placeholder mode. (#11090) |
15 |
| -- Memory allocation optimizations in `FeatureFlags.IsEnabled` by adopting zero-allocation `ContainsToken` for efficient delimited token search (#11075) |
16 |
| -- Improvements to coldstart pipeline (#11102). |
17 |
| -- Update Python Worker Version to [4.38.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.38.0) |
18 |
| -- Only start the Diagnostic Events flush logs timer when events are present, preventing unnecessary flush attempts (#11100). |
19 |
| -- Enable HTTP proxying for custom handlers (#11035) |
20 |
| -- Switched memory usage reporting to use CGroup metrics by default for Linux consumption (#11114) |
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) |
23 |
| -- Make serialization case insensitive (#11123) |
24 |
| -- Adding activity sources for Durable and WebJobs (Kafka and RabbitMQ) (#11137) |
| 6 | +- Adding activity sources for Durable and WebJobs (Kafka and RabbitMQ) (#11137) |
0 commit comments