From db1053dbe8eff4d30faa99b0c236538b462e7315 Mon Sep 17 00:00:00 2001 From: Karim Radhouani Date: Mon, 27 Jan 2025 12:45:26 -0800 Subject: [PATCH] add 0.40.0 changelog --- docs/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 68ace708..b5aec3b7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,21 @@ ## Changelog +### v0.40.0 - January 27th 2025 + +- Processors: + + - Introducing `event-value-tag-v2` processor, enabling the addition of values as tags to other messages + without requiring caching to be enabled in the associated output. + +- Logging related to calls to the `/api/v1/healthz` API endpoint is now optional. + +- Clustering: + + - New REST API endpoints added: + - Switch the cluster leader: `DELETE /api/v1/cluster/leader` + - Drain an instance: `POST /api/v1/members/{id}/drain` where id is the instance name to be drained + - Rebalance the load between instances: `POST /api/v1/cluster/rebalance` + ### v0.39.0 - November 7th 2024 - Get Command