Update CHANGELOG.md
parent
30b56cea03
commit
1502e3e901
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- [#2301](https://github.com/influxdb/influxdb/pull/2301): Distributed query load balancing and failover
|
- [#2301](https://github.com/influxdb/influxdb/pull/2301): Distributed query load balancing and failover
|
||||||
|
- [#2336](https://github.com/influxdb/influxdb/pull/2336): Handle distributed queries when shards != data nodes
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- [#2297](https://github.com/influxdb/influxdb/pull/2297): create /var/run during startup. Thanks @neonstalwart.
|
- [#2297](https://github.com/influxdb/influxdb/pull/2297): create /var/run during startup. Thanks @neonstalwart.
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
- [#2338](https://github.com/influxdb/influxdb/pull/2338): Fix panic if tag key isn't double quoted when it should have been
|
- [#2338](https://github.com/influxdb/influxdb/pull/2338): Fix panic if tag key isn't double quoted when it should have been
|
||||||
- [#2338](https://github.com/influxdb/influxdb/pull/2338): Fix SHOW DIAGNOSTICS panic if any shard was non-local.
|
- [#2338](https://github.com/influxdb/influxdb/pull/2338): Fix SHOW DIAGNOSTICS panic if any shard was non-local.
|
||||||
|
|
||||||
|
|
||||||
## v0.9.0-rc25 [2015-04-15]
|
## v0.9.0-rc25 [2015-04-15]
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
Loading…
Reference in New Issue