Skip to content

Releases: cube-js/cube

v1.3.39

17 Jul 13:04

Choose a tag to compare

1.3.39 (2025-07-17)

Bug Fixes

  • cubesql: Fix sort push down projection on complex expressions (#9787) (cd1c983)

v1.3.38

16 Jul 18:41

Choose a tag to compare

1.3.38 (2025-07-16)

Bug Fixes

  • cubesql: Propagate errors from SqlAuthService to the user (#9665) (3037ada)
  • docs: fix AWS deployment doc redirect (#9786) (93c83f8)
  • schema-compiler: Fix BigQuery convertTz implementation (#9782) (75f4813)

Features

  • cubesql: Push Limit-Sort down Projection (#9776) (72e6059)
  • schema-compiler,api-gateway: Nested folders support (#9659) (720f048)
  • tesseract: Allow named calendar timeshifts for common intervals (#9777) (a5f8a2e)

v1.3.37

14 Jul 16:57

Choose a tag to compare

1.3.37 (2025-07-14)

Bug Fixes

  • tesseract: Fix infinite loops during calendar time dimension processing (#9772) (3f16a39)

Features

  • tesseract: Introduce named multistage time shifts for use with calendars (#9773) (e033aaf)

v1.3.36

10 Jul 11:16
@ovr ovr

Choose a tag to compare

1.3.36 (2025-07-10)

Bug Fixes

  • cubesql: Fix adding missing columns for ORDER BY clause (#9764) (185db54)
  • cubesql: Improve DBeaver compatibility (#9769) (c206c90)
  • cubestore: Avoid bug in topk planning when projection column order is permuted (#9765) (49a58ff)
  • cubestore: Make projection_above_limit optimization behave deter… (#9766) (08f21b6)

Features

  • tesseract: Rolling window with custom granularities without date range (#9762) (d81c57d)
  • tesseract: Rollup Join support (#9745) (05bb520)
  • tesseract: Support for time shifts over calendar cubes dimensions (#9758) (70dfa52)

v1.3.35

09 Jul 09:05
@ovr ovr

Choose a tag to compare

1.3.35 (2025-07-09)

Bug Fixes

  • api-gateway: Update shown: true to public : true in error messages (#9756) (4dc44bb)
  • cubesql: Hide security context from logs (#9761) (e38c03c)
  • cubesql: Normalize EXTRACT/DATE_TRUNC granularities (#9759) (2db54ba)
  • schema-compiler: Avoid ambiguous dimension column mappings for ClickHouse queries (#9674) (ea2a59f)

Features

  • snowflake-driver: Introduce CUBEJS_DB_SNOWFLAKE_OAUTH_TOKEN env var / config option (#9752) (1c66d3e)

v1.3.34

04 Jul 11:25

Choose a tag to compare

1.3.34 (2025-07-04)

Bug Fixes

  • schema-compiler: Fix pre-agg partitions creation for Ksql (#9750) (f08f19b)

v1.3.33

03 Jul 18:37
@ovr ovr

Choose a tag to compare

1.3.33 (2025-07-03)

Features

  • cubesql: Filter push down for date_part('year', ?col) = ?literal (#9749) (f952cf7)

v1.3.32

03 Jul 17:17

Choose a tag to compare

1.3.32 (2025-07-03)

Features

v1.3.31

02 Jul 19:08

Choose a tag to compare

1.3.31 (2025-07-02)

Bug Fixes

  • clickhouse-driver: Fix headers check (#9746) (b643b0c)
  • schema-compiler: Fix date filter truncation for rolling window queries (#9743) (f045af9)

Features

  • cubestore: Use seperate working loop for queue (#6243) (f961f97)
  • tesseract: Support custom granularities in to_date rolling windows (#9739) (a8b611c)

v1.3.30

01 Jul 19:36

Choose a tag to compare

1.3.30 (2025-07-01)

Bug Fixes

  • tesseract: Fix join condition for toDate Rolling Window (#9738) (dae44a4)

Features