Skip to content

Commit a9edc9b

Browse files
[in-proc] Add JitTrace Files for v4.39 Release (#10992)
* Update version to 4.39.200 * Clear release notes * Add JitTrace Files for v4.39 * Update release notes --------- Co-authored-by: Azure Functions Release <[email protected]>
1 parent 5c6f7d3 commit a9edc9b

File tree

4 files changed

+3683
-2431
lines changed

4 files changed

+3683
-2431
lines changed

release_notes.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
### Release notes
2-
3-
<!-- Please add your release notes in the following format:
4-
- My change description (#PR)
5-
-->
6-
- Update Java Worker Version to [2.19.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.0)
7-
- Add support for new FeatureFlag `EnableAzureMonitorTimeIsoFormat` to enable iso time format for azmon logs for Linux Dedicated/EP Skus. (part of #7864)
8-
- Update PowerShell worker to 4.0.4175 (sets defaultRuntimeVersion to 7.4 in worker.config.json)
9-
- Fixing default DateTime bug with TimeZones in TimerTrigger (#10906)
10-
- Add support for the release channel setting `WEBSITE_PlatformReleaseChannel` and use this value in extension bundles resolution.
11-
- Bug fix for platform release channel bundles resolution casing issue and additional logging (#10921)
12-
- Fix race condition that leads the host to initialize placeholder (warmup) function in Linux environments (#10848)
13-
- Update Python Worker Version to [4.36.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.36.1)
1+
### Release notes
2+
3+
<!-- Please add your release notes in the following format:
4+
- My change description (#PR)
5+
-->
6+
- Add JitTrace Files for v4.39

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.$(MinorVersionPrefix)39.100</VersionPrefix>
3+
<VersionPrefix>4.$(MinorVersionPrefix)39.200</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)