Skip to content

Releases: cube-js/cube

v0.35.36

17 May 18:05
@ovr ovr
2bac3dc
Compare
Choose a tag to compare

0.35.36 (2024-05-17)

Bug Fixes

  • cubesql: Do not generate large graphs for large IN filters (f29c9e4)

v0.35.35

17 May 16:13
Compare
Choose a tag to compare

0.35.35 (2024-05-17)

Bug Fixes

  • cubesql: Remove incorrect LOWER match rules and fallback to SQL pushdown (#8246) (6c39f37)
  • cubesql: Remove prefix underscore from aliases (#8266) (24e8977)
  • schema-compiler: Fix failing of WHERE FALSE queries (#8265) (e63b4ab)

Features

v0.35.34

15 May 14:33
@ovr ovr
74ed12d
Compare
Choose a tag to compare

0.35.34 (2024-05-15)

Bug Fixes

  • cubestore: S3 - STS credentials (align aws-creds to 0.36 in fork) (#8264) (1a5b27d)

v0.35.33

15 May 07:48
Compare
Choose a tag to compare

0.35.33 (2024-05-15)

Bug Fixes

  • cubesql: Fix Databricks identifier quotes (a20f4b2)
  • Mismatched input '10000'. Expecting: '?', 'ALL', for post-aggregate members in Athena (#8262) (59834e7)

Features

  • cubesql: Rewrites for pushdown of subqueries with empty source (#8188) (86a58a5)
  • firebolt: Switch to the new auth method (#8182) (e559114)

v0.35.32

14 May 13:29
@ovr ovr
e366406
Compare
Choose a tag to compare

0.35.32 (2024-05-14)

Features

  • cubesql: Flatten IN lists expressions to improve performance (#8235) (66aa01d)
  • databricks-jdbc-driver: Support HLL (#8257) (da231ed)

v0.35.31

13 May 16:05
@ovr ovr
2c56be6
Compare
Choose a tag to compare

0.35.31 (2024-05-13)

Features

  • cubestore: Support HLL from Apache DataSketches (for DataBricks) (#8241) (baf2667)
  • Support probing LIMIT 0 queries (117f332)

v0.35.30

10 May 18:38
Compare
Choose a tag to compare

0.35.30 (2024-05-10)

Bug Fixes

  • cubesql: Add alias to rebased window expressions (990a767)
  • cubesql: Reuse query params in push down (b849f34)
  • schema-compiler: Convert timezone for time dimensions in measures (0bea221)
  • schema-compiler: respect view prefix and member alias in hierarc… (#8231) (59fddea)
  • Unexpected keyword WITH for rolling window measures in BigQuery (9468f90), closes #8193
  • Unrecognized name when regular measures are selected with multiplied ones (617fd11), closes #8206

Features

  • cubesql: Support window frame SQL push down (5469dbc)

v0.35.29

03 May 05:24
Compare
Choose a tag to compare

0.35.29 (2024-05-03)

Bug Fixes

  • Apply time shift after timezone conversions to avoid double casts (#8229) (651b9e0)
  • schema-compiler: support string measures in views (#8194) (fadfd1f)

v0.35.28

02 May 22:02
Compare
Choose a tag to compare

0.35.28 (2024-05-02)

Bug Fixes

v0.35.27

02 May 20:53
@ovr ovr
87b8504
Compare
Choose a tag to compare

0.35.27 (2024-05-02)

Bug Fixes

  • cubestore: Queue - remove queue item payload on ack (reduce compaction) (#8225) (ac58583)
  • cubestore: Queue - truncate unused queue rows via TTL (#8227) (70ecbef)

Features

  • cubestore: Allow to truncate queue item payloads via system command (#8226) (75d4eac)