Skip to content

Releases: cube-js/cube

v0.34.54

13 Feb 23:05

Choose a tag to compare

0.34.54 (2024-02-13)

Bug Fixes

  • cubesql: Cannot read properties of undefined (reading 'preAggregation') with enabled SQL push down (ac2cc17)

v0.34.53

13 Feb 16:43

Choose a tag to compare

0.34.53 (2024-02-13)

Bug Fixes

  • cubesql: SQL push down can be incorrectly routed to Cube Store pre-aggregations (#7752) (1a6451c)

v0.34.52

13 Feb 02:58

Choose a tag to compare

v0.34.52

v0.34.51

11 Feb 22:28

Choose a tag to compare

v0.34.51

v0.34.50

31 Jan 17:23

Choose a tag to compare

0.34.50 (2024-01-31)

Bug Fixes

  • cubestore: Single job process don't stop after job done (#7706) (b84a345)
  • Merge streaming methods to one interface to allow SQL API use batching and Databricks batching implementation (#7695) (73ad72d)
  • playground: replace antd popover for settings (#7699) (56b44ee)

v0.34.49

26 Jan 06:08

Choose a tag to compare

0.34.49 (2024-01-26)

Bug Fixes

  • Revert drillMembers include in views as it's a breaking change. Need to re-introduce it through evaluation on cube level and validating drillMembers are included in view (#7692) (6cbbaa0)

v0.34.48

25 Jan 07:34

Choose a tag to compare

0.34.48 (2024-01-25)

Bug Fixes

  • cubesql: Fix unary minus operator precedence (d5a935a)
  • cubesql: Segment mixed with a filter and a date range filter may affect push down of inDateRange filter to time dimension (#7684) (f29a7be)
  • cubesql: Support Sigma Sunday week granularity (3d492eb)
  • Join order is incorrect for snowflake schema views with defined join paths (#7689) (454d456), closes #7663

Features

v0.34.47

23 Jan 02:29

Choose a tag to compare

0.34.47 (2024-01-23)

Features

  • cubesql: TO_CHAR - support more formats, correct NULL handling (#7671) (2d1e2d2)
  • duckdb-driver: Support advanced configuration for S3 via env variables (#7544) (4862195)

v0.34.46

18 Jan 05:57

Choose a tag to compare

0.34.46 (2024-01-18)

Bug Fixes

Features

  • cubesql: Cache plan rewrites with and without replaced parameters (#7670) (c360d3c)

v0.34.45

16 Jan 05:00

Choose a tag to compare

0.34.45 (2024-01-16)

Features