Skip to content

Releases: cube-js/cube

v1.3.37

14 Jul 16:57
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.3.32 (2025-07-03)

Features

v1.3.31

02 Jul 19:08
Compare
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
Compare
Choose a tag to compare

1.3.30 (2025-07-01)

Bug Fixes

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

Features

v1.3.29

01 Jul 13:45
@ovr ovr
Compare
Choose a tag to compare

1.3.29 (2025-07-01)

Bug Fixes

  • cubesql: Fix incorrect datetime parsing in filters rewrite rules (#9732) (6e73860)

Features

  • athena-driver: Add option for providing default database to use (#9735) (834d381)
  • cubestore: Rockstore - optimize index scanning (#9728) (7987b75)
  • prestodb-driver: Support s3 export bucket (#9736) (31c6629)

v1.3.28

30 Jun 13:45
Compare
Choose a tag to compare

1.3.28 (2025-06-30)

Bug Fixes

  • cubesql: Fix cube rust client schema for custom granularities with sql (#9727) (2711fa6)
  • tesseract: MultiStage group_by and reduce_by now work with views (#9710) (f17f49a)