From 0427b927d943846fde1fa31675c09254dc7f8ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Mon, 10 Nov 2025 12:08:18 +0100 Subject: [PATCH] feat(191): allow and recommend use of editions --- aep/general/0191/aep.md.j2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aep/general/0191/aep.md.j2 b/aep/general/0191/aep.md.j2 index 67b855ce..0c5b9441 100644 --- a/aep/general/0191/aep.md.j2 +++ b/aep/general/0191/aep.md.j2 @@ -6,7 +6,12 @@ read. ## Syntax -APIs defined in protocol buffers **must** use `proto3` syntax. +APIs defined in protocol buffers **must** use `proto3` syntax or one of the +newer [editions](https://protobuf.dev/editions/overview/). + +New APIs **should** use edition `2023` or newer. + +When using `proto3` syntax, fields **should** always be marked optional. ## Single package