Skip to content

Commit 4dda2bb

Browse files
committed
Add feature gates realted to streaming collections
1 parent 3cbacc4 commit 4dda2bb

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: StreamingCollectionEncodingToJSON
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: true
11+
fromVersion: "1.33"
12+
13+
---
14+
Allow the API server JSON encoder to encode collections item by item, instead of all at once.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: StreamingCollectionEncodingToProtobuf
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: true
11+
fromVersion: "1.33"
12+
13+
---
14+
Allow the API server Protobuf encoder to encode collections item by item, instead of all at once.

0 commit comments

Comments
 (0)