From 53555f4bab170777dbce491a40a274f5c44d86c6 Mon Sep 17 00:00:00 2001 From: Harshit Gangal Date: Wed, 20 Sep 2023 21:45:32 +0530 Subject: [PATCH] update summary notes Signed-off-by: Harshit Gangal --- changelog/17.0/17.0.3/summary.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog/17.0/17.0.3/summary.md b/changelog/17.0/17.0.3/summary.md index 9f1c9cdc120..39d87af9744 100644 --- a/changelog/17.0/17.0.3/summary.md +++ b/changelog/17.0/17.0.3/summary.md @@ -16,4 +16,7 @@ This flag enables transaction support on `StreamExecute` api. One enabled, VTGate `StreamExecute` grpc api will send session as the last packet in the response. The client should enable it only when they have made the required changes to expect such a packet. -It is disabled by default. \ No newline at end of file +It is disabled by default from v17.0.3. + +This was a breaking change when v17.0.0 was released was causing upgrade issue for client +who relied on a certain behaviour of receiving streaming packets on `StreamExecute` call. \ No newline at end of file