Change8

v4.839.100

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

Summary

This release includes updates to the Java, PowerShell, and Python workers, introduces a new feature flag for Azure Monitor time formatting, and resolves several bugs related to TimerTriggers, race conditions on Linux, and extension bundle resolution.

Migration Steps

  1. If you rely on the default DateTime format in TimerTriggers, review behavior due to the fix for TimeZone issues.
  2. If using extension bundles, be aware of the new `WEBSITE_PlatformReleaseChannel` setting which affects resolution.

✨ 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 the placeholder (warmup) function in Linux environments.

Affected Symbols