Skip to content

Commit 6e01da4

Browse files
authored
Merge pull request #553 from nokia/0.39.0-changelog
add 0.39.0 changelog
2 parents fdb3b70 + 2c9bcd8 commit 6e01da4

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/changelog.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
## Changelog
22

3+
### v0.39.0 - November 7th 2024
4+
5+
- Get Command
6+
7+
- Added `--dry-run` flag.
8+
9+
- Set Command
10+
11+
- Added `--no-trim` flag to disable trimming white spaces from values payload.
12+
13+
- REST API
14+
15+
- Added `/api/v1/admin/shutdown` endpoint to shutdown gNMIc.
16+
17+
- Outputs:
18+
19+
- File: file output now supports file rotation.
20+
21+
- NATS and Jetstream: The publishers buffer size is now configurable.
22+
23+
- Build:
24+
25+
- Added `ARM64` binary and container image.
26+
27+
- gNMIc Metrics:
28+
29+
- Added a metric to keep track of failed subscribe requests.
30+
31+
- Added a metric to keep track of targets connectivity state.
32+
33+
- Clustering:
34+
35+
- The REST API client used for building gNMIc cluster can now be configured with client certificates to support mTLS.
36+
37+
- Processors:
38+
39+
- Added a processor to handle converting binary IEEE float32 values to float32.
40+
41+
342
### v0.38.0 - July 8th 2024
443

544
- Kafka Output

0 commit comments

Comments
 (0)