We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4195136 + 5782169 commit e04f959Copy full SHA for e04f959
1 file changed
RELEASES.md
@@ -199,6 +199,10 @@ enumerating the support services and messages. See [api/](api) for details.
199
Note that new services may be added in _minor_ releases. New service methods
200
and new fields on messages may be added if they are optional.
201
202
+`*.pb.txt` files are generated at each API release. They prevent unintentional changes
203
+to the API by having a diff that the CI can run. These files are not intended to be
204
+consumed or used by clients.
205
+
206
### Metrics API
207
208
The metrics API that outputs prometheus style metrics will be versioned independently,
0 commit comments