File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,20 @@ As a side note, these releases are compatible with the notion of
71
71
72
72
6 . Wherever possible, it is RECOMMENDED to make backward compatible API changes
73
73
(e.g. deprecating leaves via the
74
- [ status statement] ( https://www.rfc-editor .org/rfc/rfc7950 #section-7.21 .2 ) )
74
+ [ status statement] ( https://datatracker.ietf .org/doc/html/rfc6020 #section-7.19 .2 ) )
75
75
for at least one minor release prior to a non-backward compatible API change
76
76
in order to ease the transition to the new API. These leaves are then
77
77
expected to be removed or modified in the next major version release. NOTE:
78
78
This guideline may change once OpenConfig operators gain more experience
79
79
managing breaking changes.
80
80
81
- 7 . Release documentation should include the list of models and their version
81
+ 7 . [ Deprecated] ( https://datatracker.ietf.org/doc/html/rfc6020#section-7.19.2 )
82
+ nodes must be supported until they are deleted from the models. The deprecated
83
+ status serves as a hint that the node will be removed in some future release of
84
+ OpenConfig data models and operators are advised to stop using the node. The
85
+ node description will recommend an alternative node or action.
86
+
87
+ 8 . Release documentation should include the list of models and their version
82
88
numbers contained in the corresponding release.
83
89
84
90
Each release ` vx.y.z ` (e.g. ` v1.2.0 ` ) MAY be given a name for easier human
You can’t perform that action at this time.
0 commit comments