Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
### Release notes

<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
- Update Java Worker Version to [2.19.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.19.0)
- Add support for new FeatureFlag `EnableAzureMonitorTimeIsoFormat` to enable iso time format for azmon logs for Linux Dedicated/EP Skus. (part of #7864)
- Update PowerShell worker to 4.0.4175 (sets defaultRuntimeVersion to 7.4 in worker.config.json)
- Fixing default DateTime bug with TimeZones in TimerTrigger (#10906)
- Add support for the release channel setting `WEBSITE_PlatformReleaseChannel` and use this value in extension bundles resolution.
- Bug fix for platform release channel bundles resolution casing issue and additional logging (#10921)
- Fix race condition that leads the host to initialize placeholder (warmup) function in Linux environments (#10848)
- Update Python Worker Version to [4.36.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.36.1)
### Release notes

<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
- Add JitTrace Files for v4.39
2 changes: 1 addition & 1 deletion src/Directory.Version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>4.$(MinorVersionPrefix)39.100</VersionPrefix>
<VersionPrefix>4.$(MinorVersionPrefix)39.200</VersionPrefix>
<UpdateBuildNumber>true</UpdateBuildNumber>
</PropertyGroup>
</Project>
Loading