v4.1052.100
📦 azure-functionsView on GitHub →
✨ 1 features🐛 5 fixes🔧 1 symbols
Summary
This release focuses on stability and security, fixing races during config reload, preventing early secret manager access during health checks, and ensuring proper process count configuration on high-core machines.
✨ New Features
- Add additive platform notification for sync triggers when FUNCTIONS_NOTIFY_PLATFORM_ON_SYNC is set to true.
🐛 Bug Fixes
- Fail in-flight invocations when ScriptHost restarts.
- Address concurrent read/write race condition during configuration reload.
- Avoid health checks triggering secret-manager too early.
- Restrict GET requests to /admin/host/triggers to require the platform claim.
- Fix SetProcessCountToNumberOfCpuCores silently overriding MaxProcessCount on machines with a high number of CPU cores.