Change8

v4.1053.100

📦 azure-functionsView on GitHub →
🐛 6 fixes🔧 5 symbols

Summary

This release addresses several race conditions and leaks in worker channel shutdown and specialization, improving host stability and log flushing. It also includes updates to various language workers and middleware.

🐛 Bug Fixes

  • Eliminated noisy restart logs during worker channel shutdown.
  • Fixed a WebHost worker channel shutdown race that could hang host teardown when a language worker was still initializing.
  • Fixed a race where a SyncTriggers request during specialization could publish placeholder (WarmUp) triggers.
  • Fixed specialization waiting the full environment reload timeout when a language worker crashed mid-reload.
  • Fixed a race and reader leak in WebHost deferred startup-log forwarding across ScriptHost restarts/specialization.
  • Fixed OpenTelemetry logs not being flushed on host shutdown.

Affected Symbols