Skip to content

Commit 49e1420

Browse files
authored
Prepare dev branch for VNext: Clear notes, update version to 4.1040.100 (#10976)
* Update version to 4.1040.100 * Clear release notes
1 parent 701f376 commit 49e1420

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

release_notes.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
1-
### Release notes
2-
3-
<!-- Please add your release notes in the following format:
4-
- My change description (#PR)
5-
-->
6-
- Introduced support for response compression, which can be enabled through explicit opt-in (#10870)
7-
- Add support for new FeatureFlag `EnableAzureMonitorTimeIsoFormat` to enable iso time format for azmon logs for Linux Dedicated/EP Skus. (#10684)
8-
- Allow sync trigger to happen in managed environment when `AzureWebJobsStorage` is not set (#10767)
9-
- Fixing default DateTime bug with TimeZones in TimerTrigger (#10906)
10-
- Adjusting the logic to determine the warmup call in placeholder simulation mode to align with the production flow (#10918)
11-
- Fixing invalid DateTimes in status blobs when invoking via portal (#10916)
12-
- Bug fix for platform release channel bundles resolution casing issue and additional logging (#10921)
13-
- Adding support for faas.invoke_duration metric and other spec related updates (#10929)
14-
- Added the option to exclude test data from the `/functions` endpoint API response (#10943)
15-
- Increased the GC allocation budget value to improve cold start (#10953)
16-
- Fixed bug that could result in "Binding names must be unique" error (#10938)
17-
- Fix race condition that leads the host to initialize placeholder (warmup) function in Linux environments (#10848)
18-
- Updating Azure.Core and OTel related packages, recording exception and retaining "Microsoft.Azure.WebJobs" logs (#10965)
19-
- Update Python Worker Version to [4.36.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.36.1)
20-
- Update Java Worker Version to [2.19.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.0)
1+
### Release notes
2+
3+
<!-- Please add your release notes in the following format:
4+
- My change description (#PR)
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.1039.100</VersionPrefix>
3+
<VersionPrefix>4.1040.100</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)