Skip to content

Releases: timescale/timescaledb-ts

0.0.0-alpha.6

14 Feb 02:42
Compare
Choose a tag to compare

This release adds more functions for the time bucket query, see:

  1. #23

0.0.0-alpha.5

14 Feb 02:09
Compare
Choose a tag to compare

This release changes the build targets in the typescript build to node 22, and properly directs imports to the correct source and types.

Related work:

0.0.0-alpha.4

13 Feb 22:52
Compare
Choose a tag to compare

This release introduces Debug to the TypeORM integration and the core SQL generation.

When running the migrations, use the DEBUG=@timescaledb* env as a regex of the following:

  1. DEBUG=@timescaledb* - logs all internals of timescaledb-ts
  2. DEBUG=@timescaledb:core* - all the SQL generation
  3. DEBUG=@timescaledb:typeorm:parseCandlestick - log a specific function or file... explore source.

Related work:

  1. #21

0.0.0-alpha.3

12 Feb 18:18
Compare
Choose a tag to compare

This release:

  1. Enforces a @TimeColumn on all Hypertables
  2. Adds Hierarchical continuous aggregates #19
  3. Rollup candlesticks via @CandlestickColumn #20

0.0.0-alpha.2

04 Feb 20:36
Compare
Choose a tag to compare

Why did the time series data go to therapy? It had too many unresolved aggregates from its past!

First automated release to npm

27 Jan 18:11
Compare
Choose a tag to compare

This is the first automated release to npm via CI. Please take a look at the instructions in the RELEASE.md file for know-how