forked from influxdata/influxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,68 @@ | ||
v0.0.1 [2013-10-22] | ||
<!--- -*- markdown -*- ---> | ||
|
||
### v0.0.1 [2013-10-22] | ||
|
||
* Initial Release | ||
|
||
### v0.0.2 | ||
|
||
#### Features | ||
|
||
- Add an admin UI | ||
- Deb and RPM packages | ||
|
||
#### Bugfixes | ||
|
||
- Fix some nil pointer dereferences | ||
- Cleanup the aggregators implementation | ||
|
||
### v0.0.5 | ||
|
||
#### Features | ||
|
||
- Cache passwords in memory to speed up password verification | ||
- Add MERGE and INNER JOIN support | ||
|
||
#### Bugfixes | ||
|
||
- All columns should be returned if `select *` was used | ||
- Read/Write benchmarks | ||
|
||
### v0.0.6 | ||
|
||
#### Features | ||
|
||
- Add count(distinct(..)) support | ||
|
||
#### Bugfixes | ||
|
||
- Reuse levigo read/write options. | ||
|
||
### v0.0.7 | ||
|
||
#### Features | ||
|
||
- include the admin site in the repo to make it easier for newcomers. | ||
|
||
### v0.0.8 | ||
|
||
#### Features | ||
|
||
- Add a way to reset the root password from the command line. | ||
- Add distinct(..) and derivative(...) support | ||
- Print test coverage if running go1.2 | ||
|
||
#### Bugfixes | ||
|
||
- Fix the default admin site path in the .deb and .rpm packages. | ||
- Fix the configuration filename in the .tar.gz package. | ||
|
||
### v0.0.9 (unreleased) | ||
|
||
#### Features | ||
|
||
- Add stddev(...) support | ||
|
||
#### Bugfixes | ||
|
||
- set CC and PYTHONPATH for mac os users if they aren't set. |