Include CHANGELOG updates from 1.3.7 and earlier

pull/9024/head
Mark Rushakoff 2017-10-26 16:13:23 -07:00
parent c38f46a4cd
commit e7a1be3e1f
1 changed files with 42 additions and 1 deletions

View File

@ -89,14 +89,55 @@
- [#8989](https://github.com/influxdata/influxdb/issues/8989): Fix race inside Measurement index.
- [#8819](https://github.com/influxdata/influxdb/issues/8819): Ensure retention service always removes local shards.
## v1.3.4 [unreleased]
## v1.3.7 [2017-10-26]
### Bugfixes
- [#8900](https://github.com/influxdata/influxdb/issues/8900): Don't assume `which` is present in package post-install script.
- [#8909](https://github.com/influxdata/influxdb/issues/8909): Fix use of `INFLUXD_OPTS` in service file
- [#8908](https://github.com/influxdata/influxdb/issues/8908): Fix missing man pages in new packaging output
- [#8951](https://github.com/influxdata/influxdb/issues/8951): Add RPM dependency on shadow-utils for `useradd`.
- [#7797](https://github.com/influxdata/influxdb/issues/7706): Fix data deleted outside of time range
- [#8822](https://github.com/influxdata/influxdb/issues/8822): Fix data dropped incorrectly during compaction
- [#9006](https://github.com/influxdata/influxdb/pull/9006): Return `query.ErrQueryInterrupted` for a successful read on `InterruptCh`.
- [#8978](https://github.com/influxdata/influxdb/pull/8978): Copy returned bytes from TSI meta functions.
## v1.3.6 [2017-09-29]
### Bugfixes
- [#8770](https://github.com/influxdata/influxdb/pull/8770): Reduce how long it takes to walk the varrefs in an expression.
- [#8787](https://github.com/influxdata/influxdb/issues/8787): panic: runtime error: invalid memory address or nil pointer dereference.
- [#8741](https://github.com/influxdata/influxdb/issues/8741): Fix increased memory usage in cache and wal readers
- [#8848](https://github.com/influxdata/influxdb/issues/8848): Prevent deadlock when doing math on the result of a subquery.
- [#8842](https://github.com/influxdata/influxdb/issues/8842): Fix several races in the shard and engine.
- [#8887](https://github.com/influxdata/influxdb/pull/8887): Fix race on cache entry.
## v1.3.5 [2017-08-29]
### Bugfixes
- [#8755](https://github.com/influxdata/influxdb/pull/8755): Fix race condition accessing `seriesByID` map.
- [#8766](https://github.com/influxdata/influxdb/pull/8766): Fix deadlock when calling `SeriesIDsAllOrByExpr`
## v1.3.4 [2017-08-23]
### Bugfixes
- [#8601](https://github.com/influxdata/influxdb/pull/8601): Fixed time boundaries for continuous queries with time zones.
- [#8607](https://github.com/influxdata/influxdb/issues/8607): Fix time zone shifts when the shift happens on a time zone boundary.
- [#8639](https://github.com/influxdata/influxdb/issues/8639): Parse time literals using the time zone in the select statement.
- [#8701](https://github.com/influxdata/influxdb/pull/8701): Fix drop measurement not dropping all data
- [#8677](https://github.com/influxdata/influxdb/issues/8677): Fix backups when snapshot is empty.
- [#8706](https://github.com/influxdata/influxdb/pull/8706): Cursor leak, resulting in an accumulation of `.tsm.tmp` files after compactions.
- [#8713](https://github.com/influxdata/influxdb/issues/8713): Deadlock when dropping measurement and writing
- [#8716](https://github.com/influxdata/influxdb/pull/8716): Ensure inputs are closed on error. Add runtime GC finalizer as additional guard to close iterators
- [#8726](https://github.com/influxdata/influxdb/pull/8726): Fix leaking tmp file when large compaction aborted
### Features
- [#8711](https://github.com/influxdata/influxdb/pull/8711): Batch up writes for monitor service
## v1.3.3 [2017-08-10]
### Bugfixes