Skip to content

Commit a0576cf

Browse files
authored
fix(AIP-191): include proto3 syntax requirement (#1024)
1 parent 683cdfe commit a0576cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

aip/general/0191.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ such as those used throughout Google. While the spirit of this guidance applies
2020
to APIs defined using other specification languages or formats, some of the
2121
particular recommendations might be irrelevant.
2222

23+
### Syntax
24+
25+
APIs defined in protocol buffers **must** use `proto3` syntax.
26+
2327
### Single package
2428

2529
APIs defined in protocol buffers **must** define each individual API in a
@@ -125,5 +129,6 @@ that language. When releasing protos, be sure that omissions are intentional.
125129
126130
## Changelog
127131
132+
- **2023-02-24**: Added guidance on protobuf syntax.
128133
- **2022-10-18**: Added guidance on Ruby/PHP/C# options.
129134
- **2019-11-18**: Added guidance on the packaging annotations.

0 commit comments

Comments
 (0)