From 236d5fed5366a87103e3a74282018b50724de126 Mon Sep 17 00:00:00 2001 From: Rob Kiefer Date: Thu, 4 May 2017 12:30:54 -0400 Subject: [PATCH] Release 0.0.10-beta and add CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ timescaledb.control | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..ea09ff087 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# TimescaleDB Changelog + +## 0.0.10-beta (2017-05-04) + +**High-level changes** +* New `time_bucket` functions for doing roll-ups on varied intervals +* Change default partition function (thanks @robin900) +* Variety of bug fixes + +**Notable commits** +* [1c4868d] Add documentation for chunk_time_interval argument +* [55fd2f2] Fixes command tag return for `INSERT`s on hypertables. +* [c3f930f] Add `time_bucket` functions +* [b128ac2] Fix bug with `INSERT INTO...SELECT` +* [e20edf8] Add better error checking for index creation. +* [72f754a] use PostgreSQL's own `hash_any` function as default partfunc (thanks @robin900) +* [39f4c0f] Remove sample data instructions and point to docs site +* [9015314] Revised the `get_general_index_definition` function to handle cases where indexes have definitions other than just `CREATE INDEX` (thanks @bricklen) diff --git a/timescaledb.control b/timescaledb.control index 58f4e30ad..525eb66f2 100644 --- a/timescaledb.control +++ b/timescaledb.control @@ -1,6 +1,6 @@ # timescaledb extension comment = 'Enables scalable inserts and complex queries for time-series data' -default_version = '0.0.9-beta' +default_version = '0.0.10-beta' module_pathname = '$libdir/timescaledb' requires = 'postgres_fdw' relocatable = true