Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Features reported in v0.13.0:
- [#6593](#6593): Add ability to create snapshots of shards.
- [#6585](#6585): Parallelize iterators

were not released until v1.0.0.  Moved these into the v1.0.0 release notes.
  • Loading branch information
timhallinflux authored Dec 20, 2016
1 parent 2433660 commit 3d819ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ With this release the systemd configuration files for InfluxDB will use the syst
- [#6623](https://github.com/influxdata/influxdb/pull/6623): Speed up drop database
- [#6621](https://github.com/influxdata/influxdb/pull/6621): Add Holt-Winter forecasting function.
- [#6609](https://github.com/influxdata/influxdb/pull/6609): Add support for JWT token authentication.
- [#6593](https://github.com/influxdata/influxdb/pull/6593): Add ability to create snapshots of shards.
- [#6585](https://github.com/influxdata/influxdb/pull/6585): Parallelize iterators
- [#6559](https://github.com/influxdata/influxdb/issues/6559): Teach the http service how to enforce connection limits.
- [#6519](https://github.com/influxdata/influxdb/issues/6519): Support cast syntax for selecting a specific type.
- [#6507](https://github.com/influxdata/influxdb/issues/6507): Refactor monitor service to avoid expvar and write monitor statistics on a truncated time interval.
Expand Down Expand Up @@ -308,8 +310,6 @@ With this release InfluxDB is moving to Go v1.6.

### Features

- [#6593](https://github.com/influxdata/influxdb/pull/6593): Add ability to create snapshots of shards.
- [#6585](https://github.com/influxdata/influxdb/pull/6585): Parallelize iterators
- [#6534](https://github.com/influxdata/influxdb/pull/6534): Move to Go v1.6.2 (over Go v1.4.3)
- [#6533](https://github.com/influxdata/influxdb/issues/6533): Optimize SHOW SERIES
- [#6522](https://github.com/influxdata/influxdb/pull/6522): Dump TSM files to line protocol
Expand Down

0 comments on commit 3d819ab

Please sign in to comment.