Timescale/timescaledb: Release 1.0.0
Name: timescaledb
Owner: Timescale
Release: 1.0.0 (2018-10-30)
Released: 2018-10-30
License: NOASSERTION
Release Assets:
This is our 1.0 release!
For notable commits between 0.12.0/0.12.1 and this final 1.0 release, please see previous entries for the release candidates (rc1, rc2, and rc3).
Thanks To all the external contributors who helped us debug the release candidates, as well as anyone who has contributed bug reports, PRs, or feedback on Slack, GitHub, and other channels. All input has been valuable and helped us create the product we have today!
Potential breaking changes
- To better align with the ISO standard so that time bucketing starts each week by default on a Monday (rather than Saturday), the
time_bucket
epoch/origin has been changed from January 1, 2000 to January 3, 2000. The function now includes anorigin
parameter that can be used to adjust this. - Error codes are now prefixed with
TS
instead of the priorIO
prefix. If you were checking for these error codes by name, please update your code.