Skip to content

Commit 8e5a9f2

Browse files
authored
Merge pull request #601 from nokia/changelog-0.40.0
add 0.40.0 changelog
2 parents f96ce0a + db1053d commit 8e5a9f2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/changelog.md

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

3+
### v0.40.0 - January 27th 2025
4+
5+
- Processors:
6+
7+
- Introducing `event-value-tag-v2` processor, enabling the addition of values as tags to other messages
8+
without requiring caching to be enabled in the associated output.
9+
10+
- Logging related to calls to the `/api/v1/healthz` API endpoint is now optional.
11+
12+
- Clustering:
13+
14+
- New REST API endpoints added:
15+
- Switch the cluster leader: `DELETE /api/v1/cluster/leader`
16+
- Drain an instance: `POST /api/v1/members/{id}/drain` where id is the instance name to be drained
17+
- Rebalance the load between instances: `POST /api/v1/cluster/rebalance`
18+
319
### v0.39.0 - November 7th 2024
420

521
- Get Command

0 commit comments

Comments
 (0)