Change8

v4.1049.100

Breaking Changes
📦 azure-functionsView on GitHub →
2 breaking1 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

  1. Review deployment process for Linux artifacts, as self-contained=true is no longer used.
  2. 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.

Affected Symbols