Skip to content

Commit 204629a

Browse files
Prepare dev branch for VNext: Clear notes, update version to 4.1045.100 (#11359)
* Update version to 4.1045.100 * Clear release notes --------- Co-authored-by: azure-functions-release[bot] <223311270+azure-functions-release[bot]@users.noreply.github.com> Co-authored-by: Francisco Gamino <Francisco-Gamino@users.noreply.github.com>
1 parent ab7760c commit 204629a

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

release_notes.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,5 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Rev `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` to `1.0.13` (#11269)
7-
- Refactor telemetry & exporter setup: deprecations, noise reduction, and API updates (#11260)
8-
- Update Python Worker Version to [4.39.2](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.39.2)
9-
- Add JitTrace Files for v4.1043 (#11281)
10-
- Update `Microsoft.Azure.WebJobs` reference to `3.0.42` (#11309)
11-
- Adding Activity wrapper to create a function-level request telemetry when none exists (#11311)
12-
- Introduce 'configurationProfile' functionality (#11324)
13-
- Remove request size limit for Host <--> Worker communication (#11295)
14-
- Setting current activity status for failed invocations (#11313)
15-
- Adding test coverage for `Utility.IsAzureMonitorLoggingEnabled` (#11322)
16-
- Reduce allocations in `Utility.IsAzureMonitorLoggingEnabled` (#11323)
17-
- Update PowerShell worker to [4.0.4581](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4581)
18-
- Bug fix that fails in-flight invocations when a worker channel shuts down (#11159)
19-
- Adds WebHost and ScriptHost health checks. (#11341, #11183, #11178, #11173, #11161)
20-
- Update Node.js Worker Version to [3.12.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.12.0)
21-
- Added support for MCP custom handler. (#11355)
22-
- Update Python Worker Version to [4.40.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.0)
23-
- RpcException Handling (#11347)
24-
- Adding route handling configuration for custom handlers (#11345)
256
- Update Python Worker Version to [4.40.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.1)
267
- Add JitTrace Files for v4.1044

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

0 commit comments

Comments
 (0)