update WatchList feature default to false for 1.33

pull/50538/head
David Eads 2025-04-18 11:00:21 -04:00
parent f3b373ebb1
commit a2d13881c3
1 changed files with 4 additions and 0 deletions

View File

@ -13,5 +13,9 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.32"
toVersion: "1.32"
- stage: beta
defaultValue: false
fromVersion: "1.33"
---
Enable support for [streaming initial state of objects in watch requests](/docs/reference/using-api/api-concepts/#streaming-lists).