Skip to content

Commit

Permalink
Prep for v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianLyng committed Jul 6, 2023
1 parent 89e84f5 commit 68c6786
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
v0.23.0
=======

Release date: 2023-06-06

Bump Juniper telemetry protocolbuffers from Junos 21.3R1 to 23.2R1.

Adds a small fix to the influx sender, preventing it from sending
empty tag strings to Influx. Fixes #294.

Adds support for renaming metadata and data fields using the "rename"
key to the metadata/data transformer. Example::

"transformers": {
"ok": {
"type": "data",
"rename": [
{ "source": "old_key_name", "destination": "new_key_name" }
]
}



v0.22.0
=======

Expand Down

0 comments on commit 68c6786

Please sign in to comment.