Change8

v4.639.100

📦 azure-functionsView on GitHub →
2 features🐛 3 fixes🔧 2 symbols

Summary

This release updates the Java, PowerShell, and Python worker versions and introduces new features for Azure Monitor logging format and platform release channel configuration, alongside several bug fixes.

Migration Steps

  1. If you rely on the default DateTime format in TimerTriggers, review behavior related to TimeZones.
  2. If using extension bundles, be aware of the new `WEBSITE_PlatformReleaseChannel` setting.

✨ New Features

  • Added support for the new FeatureFlag `EnableAzureMonitorTimeIsoFormat` to enable iso time format for Azure Monitor logs on Linux Dedicated/EP SKUs.
  • Added support for the release channel setting `WEBSITE_PlatformReleaseChannel` and utilized this value in extension bundles resolution.

🐛 Bug Fixes

  • Fixed default DateTime bug related to TimeZones in TimerTrigger.
  • Fixed bug in platform release channel bundles resolution related to casing issues and added additional logging.
  • Fixed a race condition that caused the host to initialize placeholder (warmup) functions in Linux environments.

Affected Symbols