Skip to content

Commit da3e3f9

Browse files
authored
Prepare dev branch for VNext: Clear notes, update version to 4.1041.100 (#11048)
* Update version to 4.1041.100 * Clear release notes
1 parent 4f319dd commit da3e3f9

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

release_notes.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,4 @@
22

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
6-
- Improved memory metrics reporting using CGroup data for Linux consumption (#10968)
7-
- Memory allocation optimizations in `RpcWorkerConfigFactory.AddProviders` (#10959)
8-
- Fixing GrpcWorkerChannel concurrency bug (#10998)
9-
- Avoid circular dependency when resolving LinuxContainerLegionMetricsPublisher. (#10991)
10-
- Add 'unix' to the list of runtimes kept when importing PowerShell worker for Linux builds
11-
- Update PowerShell 7.4 worker to 4.0.4206
12-
- Update Python Worker Version to [4.37.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.37.0)
13-
- Add runtime and process metrics. (#11034)
14-
- Add `win-arm64` and `linux-arm64` to the list of PowerShell runtimes; added filter for `osx` RIDs (includes `osx-x64` and `osx-arm64`) (#11013)
15-
- Disable Diagnostic Events when Table Storage is not accessible (#10996)
16-
- Update flex metric publisher to publish every 30 seconds (regardless of actvity) (#11019)
5+
-->

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.1040.100</VersionPrefix>
3+
<VersionPrefix>4.1041.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)