v4.1044.400
📦 azure-functionsView on GitHub →
✨ 2 features🐛 3 fixes🔧 5 symbols
Summary
This release updates middleware dependencies, refines sync trigger payloads by removing duplicates, and improves health check metric reporting. It also introduces custom port configuration for Functions host in Custom Handler scenarios.
Migration Steps
- If you rely on the sync triggers payload structure, note that duplicate function names have been removed.
- If you were using the Flex-only AzureMonitorDiagnosticLoggerProvider filter, it has been removed.
✨ New Features
- Functions host now accepts a customer-specified port in Custom Handler scenarios.
- Added HttpWorkerFunctionProvider functions to the synctrigger payload.
🐛 Bug Fixes
- Removed duplicate function names from the sync triggers payload.
- Avoided emitting empty tag values for health check metrics.
- Removed the Flex-only AzureMonitorDiagnosticLoggerProvider filter.