v4.1045.100
📦 azure-functionsView on GitHub →
✨ 5 features🐛 4 fixes⚡ 1 deprecations🔧 3 symbols
Summary
This release introduces configuration resolution from probing paths, enables worker indexing for Logic Apps, and includes several fixes related to health check metrics and sync trigger payloads. A diagnostic warning is now emitted for deprecated Azure Functions Proxies usage.
✨ New Features
- Implementing a resolver that resolves worker configurations from specified probing paths.
- Functions host can now take a customer specified port in Custom Handler scenario.
- Enabling worker indexing for Logic Apps app kind behind an environment setting.
- Adding HttpWorkerFunctionProvider functions to synctrigger payload.
- Add TraceContext attributes for OTel.
🐛 Bug Fixes
- Remove duplicate function names from sync triggers payload.
- Avoid emitting empty tag values for health check metrics.
- Run health checks from the active ScriptHost.
- Fix tag filter for health check live & ready endpoints.
Affected Symbols
⚡ Deprecations
- Diagnostic warning emitted for deprecated Azure Functions Proxies usage.