Skip to content

Releases: Krister-Johansson/prisma-extension-timescaledb

prisma-extension-timescaledb: v0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 19:49
bcad87b

0.8.0 (2026-06-17)

Features

  • timeBucket: stats_agg 1-D statistical summary op (#46) (4d07a74)

prisma-extension-timescaledb: v0.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 18:51
10cb41c

0.7.0 (2026-06-17)

Features

  • continuous-aggregate depth — hierarchical caggs + materialized_only (#41) (58130d4)
  • timeBucket candlestick (OHLC + vwap) (#43) (3de7c52)

prisma-extension-timescaledb: v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 16:09
90a988a

0.6.0 (2026-06-17)

Features

  • $timescale job control + introspection (#34) (17b28a0)
  • $timescale on-demand chunk operations (showChunks / compress / decompress) (#36) (8a296da)
  • timeBucket counter_agg (rate/delta) + time-weighted average (#40) (9c26d3a)
  • timeBucket orderBy + limit (#37) (810d874)
  • timeBucket percentile (Toolkit approx_percentile) + Toolkit-capable test image (#39) (b6157a0)
  • timeBucket stddev/variance, count(distinct), histogram (#38) (d35f829)

prisma-extension-timescaledb: v0.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 21:18
caf7047

0.5.0 (2026-06-16)

Features

  • $timescale chunk + size helpers (drop_chunks + introspection) (#26) (8907a97)
  • $timescale.setChunkInterval (resize a live hypertable) (#31) (41845d0)
  • chunk skipping (enable/disable_chunk_skipping) (#30) (f06662b)
  • continuous-aggregate refresh-policy management ($timescale) (#29) (d4d1eea)
  • first() / last() aggregates in timeBucket (#25) (30c2141)
  • gap-filling in timeBucket (gapfill + locf / interpolate) (#23) (d180616)
  • hash space partitioning (add_dimension + by_hash) (#28) (07ea8e9)
  • timezone / origin / offset for timeBucket (#27) (bc08a87)

prisma-extension-timescaledb: v0.4.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:07
5f8b6d5

0.4.1 (2026-06-16)

Bug Fixes

  • reject unsupported integer time columns and non-positive intervals up front (#21) (08adde3)

prisma-extension-timescaledb: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 16:34
57aa7c5

0.4.0 (2026-06-16)

Features

  • nest relation filters through other relations in timeBucket where (#19) (d50266f)

prisma-extension-timescaledb: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:47
b3503d7

0.3.0 (2026-06-16)

Features

  • columnstore compression policies (@timescale.compression + $timescale) (#16) (00e485a)

prisma-extension-timescaledb: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:10
4f1fee8

0.2.0 (2026-06-16)

Features

  • data retention policies and type-safe $timescale names (#12) (bcc95e4)
  • exact timeBucket aggregates via as: "bigint" | "string" (#11) (2c6cc3b)
  • relation filters (some/none/every/is/isNot) in timeBucket where (#14) (7dbf1f2)
  • return timeBucket sum/avg as JS numbers (cast to double precision) (#8) (f510695)
  • support @@schema (multiSchema) (#9) (b17b17e)
  • support nested not: { ... } in timeBucket where (#13) (67a5f68)
  • support Prisma where operators in timeBucket (#4) (ec6b898)

Bug Fixes

  • retry refresh_continuous_aggregate on a concurrent policy refresh (55P03) (#10) (e43ddf0)

prisma-extension-timescaledb: v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 23:38
6e54349

0.1.0 (2026-06-15)

Features

  • prisma-extension-timescaledb v0.1 (time-series) (#1) (62f69b7)
  • support @@map and @map (table & column renaming) (#3) (5b94f93)