update changelog
parent
cb2a7d45bf
commit
5098d5075e
|
@ -4,6 +4,7 @@
|
|||
- [#1822](https://github.com/influxdb/influxdb/issues/1822): Wire up DERIVATIVE aggregate
|
||||
- [#1477](https://github.com/influxdb/influxdb/issues/1477): Wire up non_negative_derivative function
|
||||
- [#2557](https://github.com/influxdb/influxdb/issues/2557): Fix false positive error with `GROUP BY time`
|
||||
- [#1891](https://github.com/influxdb/influxdb/issues/1891): Wire up COUNT DISTINCT aggregate
|
||||
|
||||
### Bugfixes
|
||||
- [#2545](https://github.com/influxdb/influxdb/pull/2545): Use "value" as the field name for graphite input. Thanks @cannium.
|
||||
|
@ -11,6 +12,7 @@
|
|||
- [#2566](https://github.com/influxdb/influxdb/pull/2566): Wait until each data write has been commited by the Raft cluster.
|
||||
- [#2602](https://github.com/influxdb/influxdb/pull/2602): CLI execute command exits without cleaning up liner package.
|
||||
- [#2610](https://github.com/influxdb/influxdb/pull/2610): Fix shard group creation
|
||||
- [#2596](https://github.com/influxdb/influxdb/pull/2596): RC30: `panic: runtime error: index out of range` when insert data points.
|
||||
|
||||
## PRs
|
||||
- [#2569](https://github.com/influxdb/influxdb/pull/2569): Add derivative functions
|
||||
|
|
Loading…
Reference in New Issue