Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit 8a52b39

Browse files
author
Stephen Gutekanst
committed
CHANGELOG: mention removal of deprecated "IF NOT EXISTS" InfluxDB condition
1 parent bd2d29f commit 8a52b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [#157](https://github.com/sourcegraph/appdash/pull/157) Added proper point-batching support to InfluxDBStore.
99
- [#157](https://github.com/sourcegraph/appdash/pull/157) Changed `ChunkedCollector.FlushTimeout` default from 50ms to 2s.
1010
- [#158](https://github.com/sourcegraph/appdash/pull/158) Made InfluxDBStore use Continuous Queries so the Dashboard is very responsive.
11+
- [#159](https://github.com/sourcegraph/appdash/pull/159) InfluxDBStore no longer uses the deprecated `IF NOT EXISTS` condition when creating the DB.
1112
- Apr 15, 2016 - **Breaking Changes!**
1213
- [#136](https://github.com/sourcegraph/appdash/pull/136) Users must now call `Recorder.Finish` when finished recording, or else data will not be collected.
1314
- [#136](https://github.com/sourcegraph/appdash/pull/136) AggregateStore is removed in favor of InfluxDBStore, which is also embeddable, and is generally faster and more reliable. Refer to the [cmd/webapp-influxdb](https://github.com/sourcegraph/appdash/blob/master/examples/cmd/webapp-influxdb/main.go#L50) for further information on how to migrate to `InfluxDBStore`, or [read more about why this change was made](https://github.com/sourcegraph/appdash/issues/137).

0 commit comments

Comments
 (0)