File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments