v4.1041.100
📦 azure-functionsView on GitHub →
✨ 2 features🐛 2 fixes🔧 7 symbols
Summary
This release focuses heavily on performance improvements, including numerous memory allocation optimizations across various components and enhanced coldstart pipeline capabilities. It also introduces support for cross-platform perf tracing and fixes an invocation timeout issue.
Migration Steps
- Update Python Worker Version to 4.38.0.
- Update Java Worker Version to 2.19.2.
✨ New Features
- Added support for collecting cross-platform perf traces and generating PGO JIT traces.
- Enable HTTP proxying for custom handlers.
🐛 Bug Fixes
- Fix invocation timeout when incoming request contains "x-ms-invocation-id" header.
- Fix Instance Manager for CV1 Migration.