Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
docmerlin authored Mar 17, 2021
1 parent d06d07c commit 4d26777
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog



## v1.5.9 [2021-01-11]
## Unreleased

### Bugfixes
- [#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.
## unreleased

### BugFixes
- [#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.
- [#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.

## v1.5.8 [2021-01-11]

Expand Down

0 comments on commit 4d26777

Please sign in to comment.