Releases: timescale/timescaledb-ts
Releases · timescale/timescaledb-ts
0.0.0-alpha.6
This release adds more functions for the time bucket query, see:
0.0.0-alpha.5
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
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:
DEBUG=@timescaledb*
- logs all internals of timescaledb-tsDEBUG=@timescaledb:core*
- all the SQL generationDEBUG=@timescaledb:typeorm:parseCandlestick
- log a specific function or file... explore source.
Related work:
0.0.0-alpha.3
0.0.0-alpha.2
Why did the time series data go to therapy? It had too many unresolved aggregates from its past!
First automated release to npm
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