You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include empty entries when building InvocationRequest payload for OOP workers (#8642)
* Adding empty entries when preparing the RpcInvocation payload sent to OOP workers based on a new worker capability we are introducing "IncludeEmptyEntriesInMessagePayload"
* Removing capability check
* Updated release notesRevert "Removing capability check"
This reverts commit 52303be4
Copy file name to clipboardExpand all lines: release_notes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
- Updated Java Worker Version to [2.4.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.4.0)
10
10
- Update PowerShell Worker 7.0 to 4.0.2255 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2255)
11
11
- Update PowerShell Worker 7.2 to 4.0.2258 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2258)
12
+
- Adding support to conditionally include empty entries from trigger payload when sending to OOP workers. ([#8499](https://github.com/Azure/azure-functions-host/issues/8499))
0 commit comments