v4.640.100
📦 azure-functionsView on GitHub →
✨ 1 features🐛 3 fixes🔧 3 symbols
Summary
This release introduces an option to exclude test data from the /functions endpoint and resolves several bugs related to circular dependencies and concurrency issues in gRPC workers. It also includes updates to underlying worker versions.
Migration Steps
- Re-add `Microsoft.DotNet.PlatformAbstractions` (#11031)
✨ New Features
- Added the option to exclude test data from the /functions endpoint API response (#10943)
🐛 Bug Fixes
- Avoid circular dependency when resolving LinuxContainerLegionMetricsPublisher. (#10991)
- Fixing GrpcWorkerChannel concurrency bug
- Disable Diagnostic Events when Table Storage is not accessible (#10996)