Skip to content

Commit 0e35269

Browse files
Prepare dev branch for VNext: Clear notes, update version to 4.1046.100 (#11442)
* Update version to 4.1046.100 * Clear release notes --------- Co-authored-by: azure-functions-release[bot] <223311270+azure-functions-release[bot]@users.noreply.github.com>
1 parent fe56653 commit 0e35269

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

release_notes.md

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

33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
5-
-->
6-
- Emit diagnostic warning for deprecated Azure Functions Proxies usage (#11405)
7-
- Update Python Worker Version to [4.40.2](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.2)
8-
- Add JitTrace Files for v4.1044
9-
- Send `TelemetryHealthCheckPublisher` logs to ScriptHost `ILogger` (#11398)
10-
- Implementing a resolver that resolves worker configurations from specified probing paths (#11258)
11-
- Remove duplicate function names from sync triggers payload(#11371)
12-
- Avoid emitting empty tag values for health check metrics (#11393)
13-
- Run health checks from the active ScriptHost (#11410)
14-
- Publish health check metrics to legacy AppInsights SDK (#11365)
15-
- Fix tag filter for health check live & ready endpoints (#11363)
16-
- Functions host to take a customer specified port in Custom Handler scenario (#11408)
17-
- Updated to version 1.5.8 of Microsoft.Azure.AppService.Middleware.Functions (#11416)
18-
- Enabling worker indexing for Logic Apps app kind behind an enviornment setting
19-
- Adding HttpWorkerFunctionProvider functions to synctrigger payload (#11430)
20-
- Remove the Flex-only AzureMonitorDiagnosticLoggerProvider filter (#11431)
21-
- Add TraceContext attributes for OTel (#11429)
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.1045.100</VersionPrefix>
3+
<VersionPrefix>4.1046.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)