api: clarify feature deprecation and replacement policy for protos. (#4747)

Fixes #4710.

Signed-off-by: Harvey Tuch <htuch@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ b278115e87de864267a88c689dccd01fb1b9b3df
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 3052f4d2aa
commit fd2c75e3ab
  1. 4
      STYLE.md

@ -112,6 +112,10 @@ In addition, the following conventions should be followed:
// [#comment:next free field: 28]
```
* The [Breaking Change
Policy](https://github.com/envoyproxy/envoy/blob/master//CONTRIBUTING.md#breaking-change-policy) describes
API versioning, deprecation and compatibility.
## Package organization
API definitions are layered hierarchically in packages from top-to-bottom:

Loading…
Cancel
Save