Releases: tembo-io/pg_timeseries
Releases · tembo-io/pg_timeseries
v0.1.6
What's Changed
- postgres image build by @ChuckHend in #17
- Update timeseries.md: Add missing time_range argument to date_bin_table example by @brianpursley in #18
- Use assignment instead of select into to set variables in last_agg and first_agg by @brianpursley in #22
- Update timeseries.md by @ChuckHend in #23
- Honor open ranges in date_bin_table by @jasonmp85 in #24
- Added links to dependency extensions used by pg_timeseries. by @bonesmoses in #29
New Contributors
- @brianpursley made their first contribution in #18
- @bonesmoses made their first contribution in #29
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Add aggregate and analytics functions by @jasonmp85 in #9
- Create CODEOWNERS by @ChuckHend in #10
- Aggregate tests by @jasonmp85 in #11
- Add try tembo button. by @EvanHStanton in #13
- Add LOCF and gap-fill logic by @jasonmp85 in #12
- Bump version to 0.1.4 by @jasonmp85 in #14
New Contributors
- @EvanHStanton made their first contribution in #13
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Initial release of compression features. Brings dependencies on columnar
(Hydra Columnar) and pg_cron
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Bump to 0.1.2, add backfill, guide, PG fixes This adds a new parameter to `enable_ts_table` which permits easy creation of partitions back to any arbitrary point in the past; great for backfills. In addition, the use of a PostgreSQL 16-only syntax in the extension script was breaking compatibility with PostgreSQL 14 and 15. This has been removed. Finally, there is also a big guide now.
v0.1.1
What's Changed
- add trunk publish workflow by @ChuckHend in #1
New Contributors
- @ChuckHend made their first contribution in #1
Full Changelog: https://github.com/tembo-io/pg_timeseries/commits/v0.1.1