v4.1048.100
📦 azure-functionsView on GitHub →
✨ 3 features🐛 3 fixes🔧 5 symbols
Summary
This release introduces support for propagating worker tags to the host, adds PowerShell 7.6 support, and improves resiliency and configuration handling across various components.
✨ New Features
- Add support for propagating tags from the worker to the host.
- Add PowerShell 7.6 worker to supported runtimes.
- Enable options logging for WebHost-level options by calling `AddFormattableOptionsLogging`.
🐛 Bug Fixes
- Fix race condition in SecretManager secret caching with double-check locking pattern.
- Fixed worker configuration cache invalidation to properly refresh language worker options during host restarts with extension bundles.
- Filter out dependency telemetry for localhost calls.