Skip to content

Commit 0aa04b5

Browse files
authored
Merge pull request #743 from nokia/changelog-0.42.0
add 0.42.0 changelog
2 parents 0ecd516 + 4c8758f commit 0aa04b5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/changelog.md

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

3+
### v0.42.0 - September 19th 2025
4+
5+
- Inputs:
6+
7+
- Add support for NATS Jetstream input type.
8+
9+
- Loader:
10+
11+
- Loaded targets subscribe requests are now subject the `subscribe-backoff` timer.
12+
- Loaded target configuration now supports ENV variables when `expand-env` is set to true.
13+
14+
- gNMI server:
15+
16+
- The unary RPCs timeout is now configurable.
17+
18+
- Targets:
19+
20+
- A new internal prometheus metric was added `gnmic_target_connection_state`. It reflect the gRPC client connection state with values: 0(UNKNOWN), 1 (IDLE), 2 (CONNECTING), 3 (READY), 4 (TRANSIENT_FAILURE), or 5 (SHUTDOWN).
21+
322
### v0.41.0 - April 6th 2025
423

524
- Processors:

0 commit comments

Comments
 (0)