changelog

pull/3795/head
Cory LaNou 2015-08-21 15:18:49 -05:00
parent 8f6edbbffe
commit 6d5d697f56
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Please see the *Features* section below for full details.
- [#3721](https://github.com/influxdb/influxdb/pull/3721): interpret number literals compared against time as nanoseconds from epoch - [#3721](https://github.com/influxdb/influxdb/pull/3721): interpret number literals compared against time as nanoseconds from epoch
- [#3514](https://github.com/influxdb/influxdb/issues/3514): Implement WAL outside BoltDB with compaction - [#3514](https://github.com/influxdb/influxdb/issues/3514): Implement WAL outside BoltDB with compaction
- [#3544](https://github.com/influxdb/influxdb/pull/3544): Implement compression on top of BoltDB - [#3544](https://github.com/influxdb/influxdb/pull/3544): Implement compression on top of BoltDB
- [#3795](https://github.com/influxdb/influxdb/pull/3795): Throttle import
### Bugfixes ### Bugfixes
- [#3405](https://github.com/influxdb/influxdb/pull/3405): Prevent database panic when fields are missing. Thanks @jhorwit2 - [#3405](https://github.com/influxdb/influxdb/pull/3405): Prevent database panic when fields are missing. Thanks @jhorwit2