Skip to content

Commit 5caf1f7

Browse files
authored
Merge pull request #51548 from windsonsea/strfea
[zh] Add two feature gates for reference
2 parents 83e774b + 04f16d8 commit 5caf1f7

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
<!--
15+
Allow the API server JSON encoder to encode collections item by item, instead of all at once.
16+
-->
17+
允许 API 服务器的 JSON 编码器逐项对多个集合进行编码,而不是一次性全部编码。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
<!--
15+
Allow the API server Protobuf encoder to encode collections item by item, instead of all at once.
16+
-->
17+
允许 API 服务器的 Protobuf 编码器逐项对多个集合进行编码,而不是一次性全部编码。

0 commit comments

Comments
 (0)