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

Update CHANGELOG.md #2519

Merged
merged 4 commits into from
Apr 2, 2021
Merged
Changes from 3 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
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
## Unreleased

### Bugfixes
- [#2479](https://github.com/influxdata/kapacitor/pull/2479): Fix: influx gzip writes for large writes.
- [#2479](https://github.com/influxdata/kapacitor/pull/2479): Fix influx gzip writes for large writes.
- [#2488](https://github.com/influxdata/kapacitor/pull/2488): Fix function node name for ServiceNow handler so it is properly camelcased.
- [#2489](https://github.com/influxdata/kapacitor/pull/2489): Fix memory leaks in JoinNode and UnionNode.
- [#2498](https://github.com/influxdata/kapacitor/pull/2498): Avoid infinite hang when closing Kakfa writer, this also prevents the timeout error on an http update to Kafka config.

### Features
- [#2472](https://github.com/influxdata/kapacitor/pull2472): Send full event payload on pagerduty resolve, thanks @asvinours!
- [#2474](https://github.com/influxdata/kapacitor/pull/2491): Add barrier handling to FlattenNode.
- [#2472](https://github.com/influxdata/kapacitor/pull/2472): Send full event payload on pagerduty resolve, thanks @asvinours!
- [#2474](https://github.com/influxdata/kapacitor/pull/2474): Add barrier handling to FlattenNode.
- [#2475](https://github.com/influxdata/kapacitor/pull/2475): Added default color theme to teams alerts, thanks @NoamShaish!
- [#2491](https://github.com/influxdata/kapacitor/pull/2491): Fix TICKScript AST for bigpanda.

Expand Down