From 8ae91011d7769f1630ae1cacb691072da742c858 Mon Sep 17 00:00:00 2001 From: wenovus Date: Mon, 28 Nov 2022 15:33:24 -0800 Subject: [PATCH] Add line at top of gNMI spec for gNMI service compatibility --- rpc/gnmi/gnmi-specification.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rpc/gnmi/gnmi-specification.md b/rpc/gnmi/gnmi-specification.md index 424f189..47c3d05 100644 --- a/rpc/gnmi/gnmi-specification.md +++ b/rpc/gnmi/gnmi-specification.md @@ -4,10 +4,13 @@ Paul Borman, Marcus Hines, Carl Lebsack, Chris Morrow, Anees Shaikh, Rob Shakir **Date:** -July 7, 2022 +November 28, 2022 **Version:** -0.8.1 +0.8.2 + +**[gNMI service](https://github.com/openconfig/gnmi/blob/master/proto/gnmi/gnmi.proto) compatibility:** +0.8.x # Table of Contents @@ -1653,6 +1656,11 @@ limitations under the License # 7 Revision History +* v0.8.2: November 28, 2022 + * Clarify difference between `SetRequest` `update` vs. `replace` when updating + a keyed list. + * Add gNMI service compatibility version. + * v0.8.1: July 7, 2022 * Clarify that for `Subscribe`, a transition to a YANG default value for a leaf must use `update` rather than just a `delete`.