Skip to content

Commit

Permalink
Merge pull request #217 from nokia/0.32.0-changelog
Browse files Browse the repository at this point in the history
add v0.32.0 changelog
  • Loading branch information
karimra authored Sep 5, 2023
2 parents 2fa83bc + 28b2b85 commit 9168854
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
## Changelog

### v0.32.0 - August 31st 2023

- TLS

- It is now possible to override the serverName used by gNMIc when verifying the server name present in the
certificate sent by the gNMI server. [PR](https://github.com/openconfig/gnmic/pull/173)

- Subscription

- Added support for mixing on-change and sample stream subscription in the same gRPC stream. [PR](https://github.com/openconfig/gnmic/pull/197)
- Added support for attaching specific outputs to a subscription. [PR](https://github.com/openconfig/gnmic/pull/209)

- REST API

- Added a health chek endpoint to be used by kubernetes. [PR](https://github.com/openconfig/gnmic/pull/202)

- Kafka Output

- Added support for Kafka compression. [PR](https://github.com/openconfig/gnmic/pull/203)

- Generate Path

- Added `enum-values` to the `JSON` output of `generate path` command. [PR](https://github.com/openconfig/gnmic/pull/215)

### v0.31.0 - May 17th 2023

- Prometheus output
Expand Down

0 comments on commit 9168854

Please sign in to comment.