Skip to content

Releases: cube-js/cube

v0.35.52

20 Jun 20:37
@ovr ovr
e93a7d4
Compare
Choose a tag to compare

0.35.52 (2024-06-20)

Note: Version bump only for package cubejs

v0.35.51

20 Jun 09:14
@ovr ovr
1d87a9e
Compare
Choose a tag to compare

0.35.51 (2024-06-20)

Bug Fixes

  • cube: Rebuild of PreAggregations with aggregating indexes (#8326) (cc1de4f)
  • cubesql: Support CAST projection split (bcbe47b)
  • schema-compiler: add escape sequence to Snowflake QueryFilter (13d10f6)

Features

  • cubesql: support timestamp subtract date in SQL API, tests (#8372) (1db6a5c)
  • duckdb-driver: Upgrade to DuckDB 1.0.0 (#8373) (e41fa9f)

Performance Improvements

  • cubesql: Make incremental rule scheduler distinguish between generation 0 and 1 (719d8cf)

v0.35.50

17 Jun 10:23
@ovr ovr
5554088
Compare
Choose a tag to compare

0.35.50 (2024-06-17)

Bug Fixes

  • cubesql: Proper interval dataframe values and better formatting (57e1d74)

v0.35.49

14 Jun 14:01
@ovr ovr
c934585
Compare
Choose a tag to compare

0.35.49 (2024-06-14)

Features

  • cubesql: Implement timestamp subtraction and epoch extraction from intervals (1239e15)

v0.35.48

14 Jun 08:54
@ovr ovr
d3192f0
Compare
Choose a tag to compare

0.35.48 (2024-06-14)

Bug Fixes

  • client-react: udpate td with a compare date range (#8339) (9ef51f7)
  • cubesql: Rollup don't work over subquery with asterisk projection (#8354) (0bc0306)
  • use tablesSchema over direct information schema (#8347) (a4ca555)

Features

  • cubesql: support GREATEST/LEAST SQL functions (#8325) (c13a28e)

Performance Improvements

  • cubesql: Use an incremental rule scheduler for egg (5892df7)

v0.35.47

07 Jun 05:00
Compare
Choose a tag to compare

0.35.47 (2024-06-07)

Bug Fixes

  • cubesql: Rollup doesn't work over aliased columns (#8334) (98e7529)

v0.35.46

06 Jun 22:21
Compare
Choose a tag to compare

0.35.46 (2024-06-06)

Bug Fixes

  • cubestore: Channel closed in query queue cache (#8327) (8898fb1)

v0.35.45

05 Jun 00:43
Compare
Choose a tag to compare

0.35.45 (2024-06-05)

Bug Fixes

  • cubesql: Don't duplicate time dimensions (577220d)
  • cubesql: Support DATE_TRUNC equals literal string (69ba0ee)

Performance Improvements

  • cubesql: Improve rewrite engine performance (4f78b8a)

v0.35.44

04 Jun 17:28
@ovr ovr
dd1e953
Compare
Choose a tag to compare

0.35.44 (2024-06-04)

Bug Fixes

  • databricks-jdbc-driver: Rolling window & count_distinct_approx (HLL) (#8323) (5969f0d)
  • query-orchestrator: Range intersection for 6 digits timestamp, fix #8320 (#8322) (667e95b)

v0.35.43

31 May 14:31
@ovr ovr
419069f
Compare
Choose a tag to compare

0.35.43 (2024-05-31)

Bug Fixes

  • native: CLR - handle 1 level circular references for objects & arrays (#8314) (7e8e1ff)
  • native: Python - don't crash on extend_context (#8315) (e7e7067)

Features