Skip to content

Commit

Permalink
Merge pull request #357 from nokia/0.35.0-changelog
Browse files Browse the repository at this point in the history
add v0.35.0 changelog
  • Loading branch information
karimra committed Jan 21, 2024
2 parents 3a10adf + 0b19dde commit 7e7e8f8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
## Changelog

### v 0.35.0 - January 20th 2024

- Processors

- Added a plugin process type that allows users to write their own custom processors: [examples](https://github.com/openconfig/gnmic/tree/main/examples/plugins)

- gRPC metadata

- A new flag `--metadata | -H` is introduced. It allows users to add custom gRPC metadata headers to any request.


- Outputs:

- Kafka output:
- Added support for custom topics per target/subscription.

- Added support for both Async and Sync Kafka producers.

- Commands:

- Listen command:
When using the `listen` command outputs internal metrics are properly initialized and exposed to prometheus for scraping.

### v 0.34.0 - November 11th 2023

- Prometheus Write Output
Expand Down

0 comments on commit 7e7e8f8

Please sign in to comment.