Skip to content

Releases: cube-js/cube

v0.35.77

26 Aug 16:46
Compare
Choose a tag to compare

0.35.77 (2024-08-26)

Bug Fixes

  • Row deduplication query isn't triggered in views if multiple entry join path is used (#8631) (1668175)
  • View builds incorrect join graph if join paths partially shared (#8632) Thanks @barakcoh for the fix hint! (5ca76db), closes #8499

Features

  • cubesql: CubeScan - don't clone strings for non stream response (#8633) (df364be)

v0.35.76

24 Aug 04:06
Compare
Choose a tag to compare

0.35.76 (2024-08-24)

Bug Fixes

  • Invalid interval when querying multiple negative interval windows within Cube Store (#8626) (716b26a)

v0.35.75

22 Aug 06:21
Compare
Choose a tag to compare

0.35.75 (2024-08-22)

Bug Fixes

  • Internal: ParserError("Expected AND, found: INTERVAL") in case of trailing and leading window parts are defined for pre-aggregated rolling window measure (#8611) (18d0620)

v0.35.74

22 Aug 00:04
Compare
Choose a tag to compare

0.35.74 (2024-08-22)

Bug Fixes

Features

v0.35.73

21 Aug 09:31
@ovr ovr
d52185e
Compare
Choose a tag to compare

0.35.73 (2024-08-21)

Bug Fixes

  • cubesql: Reduce memory usage while converting to DataFrame (#8598) (604085e)
  • cubesql: Use date_part => date_part + date_trunc split only with appropriate date_part argument (#8552) (9387072)
  • cubestore: Reduce memory usage while converting to DataFrame (#8599) (15f9a0f)

Features

  • cubejs-schema-compiler: Support FILTER_GROUP in YAML models (#8574) (f3b8b19)

v0.35.72

16 Aug 13:33
@ovr ovr
733df2c
Compare
Choose a tag to compare

0.35.72 (2024-08-16)

Note: Version bump only for package cubejs

v0.35.71

15 Aug 15:01
@ovr ovr
9927ba2
Compare
Choose a tag to compare

0.35.71 (2024-08-15)

Note: Version bump only for package cubejs

v0.35.70

14 Aug 18:07
@ovr ovr
bb388dd
Compare
Choose a tag to compare

0.35.70 (2024-08-14)

Bug Fixes

  • cubesql: Don't push down aggregate to grouped query with filters (df3334c)

v0.35.69

12 Aug 19:16
@ovr ovr
425d996
Compare
Choose a tag to compare

0.35.69 (2024-08-12)

Bug Fixes

  • cubesql: Split PowerBI count distinct expression (6a518d3)

v0.35.68

12 Aug 14:58
@ovr ovr
9908deb
Compare
Choose a tag to compare

0.35.68 (2024-08-12)

Bug Fixes

  • cubestore: Docker - install ca-certificates (#8571) (da40ff6)
  • schema-compiler: incorrect sql for query with same dimension with different granularities (#8564) (b8ec20e)

Features

  • cubesql: Support variable number of scalar function arguments in split rewrites (#8534) (2300fe8)