v4.838.100
📦 azure-functionsView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This release focuses on updating various language workers (Java, PowerShell, Python) and improving HTTP proxy error handling for client disconnects. It also updates underlying .NET dependency versions.
Migration Steps
- If you rely on the specific exception type thrown during client disconnects in DefaultHttpProxyService, update your error handling to catch HttpForwardingException instead of InvalidOperationException.
🐛 Bug Fixes
- In-proc: Fixed an issue where exception details were being returned in the response by removing them. (#10751)
- Improved handling of client disconnect scenarios in DefaultHttpProxyService by replacing InvalidOperationException with HttpForwardingException when a ForwarderError occurs. (#10688)