v4.1049.100
Breaking Changes📦 azure-functionsView on GitHub →
⚠ 2 breaking✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces a refactoring for worker runtime resolution and fixes a bug related to custom handlers and extension bundles, while migrating the underlying runtime to .NET 10.
⚠️ Breaking Changes
- Migrated to .NET 10. Users targeting older .NET versions may need to update their runtime configuration.
- Removed self-contained=true from linux artifacts. This might affect deployment strategies relying on self-contained binaries for Linux.
Migration Steps
- Review deployment process for Linux artifacts, as self-contained=true is no longer used.
- Ensure compatibility with .NET 10 runtime.
✨ New Features
- Refactored worker runtime retrieval to use the IWorkerRuntimeResolver abstraction.
🐛 Bug Fixes
- Fixed an issue where custom handler apps using extension bundles failed to load binding types after specialization.