We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f96ce0a + db1053d commit 8e5a9f2Copy full SHA for 8e5a9f2
docs/changelog.md
@@ -1,5 +1,21 @@
1
## Changelog
2
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
19
### v0.39.0 - November 7th 2024
20
21
- Get Command
0 commit comments