Skip to content

Commit

Permalink
Merge pull request #601 from nokia/changelog-0.40.0
Browse files Browse the repository at this point in the history
add 0.40.0 changelog
  • Loading branch information
karimra authored Feb 3, 2025
2 parents f96ce0a + db1053d commit 8e5a9f2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8e5a9f2

Please sign in to comment.