Skip to content

Releases: cube-js/cube

v0.35.71

15 Aug 15:01
@ovr ovr
9927ba2

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

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

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

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)

v0.35.67

07 Aug 20:08
@ovr ovr
3525525

Choose a tag to compare

0.35.67 (2024-08-07)

Features

  • cubesqlplanner: Native SQL planner implementation first steps (#8506) (fab9c48)
  • cubesql: Support push down cast type templates (556ca7c)

v0.35.66

06 Aug 10:23
@ovr ovr
315aae3

Choose a tag to compare

0.35.66 (2024-08-06)

Bug Fixes

v0.35.65

26 Jul 16:14
@ovr ovr
bc47762

Choose a tag to compare

0.35.65 (2024-07-26)

Bug Fixes

  • cubestore: Import - validate http response for error (#8520) (d462b89)

Features

  • native: Add datetime types support to generate_series() UDTF (#8511) (99b3c65)

v0.35.64

24 Jul 21:49
@ovr ovr
e0ac7bf

Choose a tag to compare

0.35.64 (2024-07-24)

Bug Fixes

  • native: Fix build failures caused by new ShutdownMode param (#8514) (80d10fd)
  • server: Start native api gateway only under the flag (not when port specified) (#8516) (b533859)

Features

Performance Improvements

  • cubesql: More complete usage of member_name_to_expr caching (#8497) (3f369e3)

v0.35.63

24 Jul 15:55
@ovr ovr
63262d8

Choose a tag to compare

0.35.63 (2024-07-24)

Bug Fixes

  • cubesql: Apply IN as = transformation with push down disabled (152fca0)

Features

  • cubesql: Support float*interval and interval/float (#8496) (300f8fc)

v0.35.62

22 Jul 13:20
@ovr ovr
149eb01

Choose a tag to compare

0.35.62 (2024-07-22)

Bug Fixes

  • schema-compiler: Replace all toDateTime with toDateTime64 in ClickHouseQuery adapter to handle dates before 1970 (#8390) Thanks @Ilex4524 ! )j (f6cff1a)

Features

  • native: Initial support for native api-gateway (#8472) (d917d6f)
  • rust/cubeclient: Upgrade reqwest to 0.12.5 (hyper 1) (#8498) (f77c3aa)

Performance Improvements

  • cubesql: Replaced LogicalPlanData::find_member with a caching version (#8469) (858d965)