Change8

v4.638.100

📦 azure-functionsView on GitHub →
🐛 2 fixes🔧 1 symbols

Summary

This release focuses on updating various language workers (Java, Python, PowerShell) and improving internal HTTP proxy error handling for client disconnects. It also updates dependency versions for .NET 6 and 8.

Migration Steps

  1. 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, now removed. (#10751)
  • Improved handling of client disconnect scenarios in DefaultHttpProxyService by replacing InvalidOperationException with HttpForwardingException when a ForwarderError occurs. (#10688)

Affected Symbols