Skip to content

Commit c9b2248

Browse files
authored
Prepare dev branch for VNext: Clear notes, update version to 4.1042.100 (#11139)
* Update version to 4.1042.100 * Update release notes
1 parent 7173879 commit c9b2248

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

release_notes.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1+
### Release notes
2+
13
<!-- Please add your release notes in the following format:
24
- My change description (#PR)
35
-->
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)

src/Directory.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>4.1041.100</VersionPrefix>
3+
<VersionPrefix>4.1042.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)