Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add line at top of gNMI spec for gNMI service compatibility #178

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions rpc/gnmi/gnmi-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`.
Expand Down