Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 0.40.0 changelog #601

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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