Skip to content

Releases: cube-js/cube

v1.6.65

Choose a tag to compare

@ovr ovr released this 01 Jul 09:12

1.6.65 (2026-07-01)

Bug Fixes

  • cubestore: add statsd metrics bind address ENV VAR (#9922) (6b98135)
  • cubestore: guard replay handle seq pointer / location length mismatch (#11093) (d257168)
  • druid-driver: Emulate ILIKE for Tesseract and SQL API push down (#11164) (ff3f5c9)
  • tesseract: cast bound param on measure filters (#11176) (28e91ed)
  • tesseract: Drop order-by-only measures from pre-aggregation reads (#11179) (30bdcbb)
  • tesseract: Honor memberToAlias for granularized time dimensions (#11142) (96a6f28)
  • tesseract: honor rolling window offset without granularity (#11169) (9b6a960)
  • tesseract: Incorrect measure for ungrouped rollup pre-aggregation (#11181) (45fac55)
  • tesseract: match rolling pre-aggregations without a date range via match-only mode (#11178) (b3448e9)
  • tesseract: Per branch aliases in rollupLambda unions (#11184) (6e5c98f)
  • tesseract: preserve FILTER_PARAMS pushdown with segments (#11182) (c27af09)
  • tesseract: Reject pre-agg when a measure is multiplied only in t… (#11173) (660c0a2), closes #9541
  • tesseract: Render dimension mask filters on grouped masked measures (#11177) (f0569ad)

Features

Performance Improvements

  • cubestore: worker-side group-by-limit hash-aggregate trim (#11144) (dc7fba9)

v1.6.64

Choose a tag to compare

@ovr ovr released this 25 Jun 14:02

1.6.64 (2026-06-25)

Bug Fixes

  • cubestore: Avoid empty SortPreservingMerge for empty sort_on (#11160) (c7d3ad1)

Features

  • clickhouse-driver: Support passing custom HTTP headers (#11161) (dd791e2)

v1.6.63

Choose a tag to compare

@ovr ovr released this 25 Jun 09:13

1.6.63 (2026-06-25)

Bug Fixes

  • cubesql: Handle array-typed columns in streaming SQL mode (#11149) (56ba7c6)
  • firebolt-driver: Cast BOOLEAN filter params under Tesseract planner (#11153) (0f0300d)
  • schema-compiler: Thread memberToAlias through multi-stage CTEs (#11150) (9a24249)
  • tesseract: Incorrect time dimenssion cast for Clickhouse (#11155) (b33b95c)
  • tesseract: Support time series queries for MySQL 8+ (#11154) (da1d68d)

Features

  • tesseract: Support use_original_sql_pre_aggregations in rollup (#11146) (6a640a6)

v1.6.62

Choose a tag to compare

@ovr ovr released this 23 Jun 16:41

1.6.62 (2026-06-23)

Bug Fixes

  • cubesql: Support EXTRACT(EPOCH) over timestamp diff on Snowflake (#11105) (8e9d38c)
  • databricks-jdbc-driver: support OIDC/workload identity for export buckets (#11143) (f4d2dde)
  • tesseract: Push ad-hoc filters into view measure aggregation (#11137) (a4a3e79)
  • tesseract: Resolve join for hint-less member-expression measures (#11136) (741138a)

Features

  • cubesql: Push Limit-Sort down Union inputs (#11125) (932e253)
  • cubesql: Support parsing IANA timezones (#11140) (c79eb98)
  • tesseract: Support boolean and numeric filter values (#11135) (789333d)
  • tesseract: Support SQL API grouped sub-query joins (#11138) (4d4b8cd)

v1.6.61

Choose a tag to compare

@ovr ovr released this 22 Jun 16:22

1.6.61 (2026-06-22)

Bug Fixes

  • cubejs-client-core: surface cubeSql error chunks instead of dropping rows (#11097) (88e57d4)
  • cubestore: Skip rolling rewrite for aggregates without aggregates (#11134) (2ef39d1)
  • tesseract: keep pre-aggregations for RBAC access-denied 1=0 segment (#11123) (a67fa3c)

Features

Performance Improvements

  • cubestore: faster repartition (prefetch, per-partition merge, range jobs) (#11088) (f1b0ea4)
  • cubestore: reduce metastore RPC fan-out during partitioning (#11095) (3eae361)

v1.6.60

Choose a tag to compare

@paveltiunov paveltiunov released this 18 Jun 17:07

1.6.60 (2026-06-18)

Bug Fixes

Features

  • cubesql: Support ILIKE SQL push down for BigQuery (#11112) (73b7805)

v1.6.59

Choose a tag to compare

@paveltiunov paveltiunov released this 17 Jun 05:41

1.6.59 (2026-06-17)

Performance Improvements

  • schema-compiler: optimize granularityHierarchies to avoid O(n^2) object spread (#11098) (13f1c91)

v1.6.58

Choose a tag to compare

@paveltiunov paveltiunov released this 17 Jun 01:16

1.6.58 (2026-06-17)

Bug Fixes

  • cubesql: Fix grouped join SQL push down regressions (#11049) (c70e7ec)
  • cubestore: stop main-node OOM from concurrent metastore scans (#11082) (ee86b13)
  • cubestore: support Float32 in query result conversion (#11078) (46a8454)
  • tesseract: Unexpected panic when pre-aggregation time_dimension are not resolved (#11066) (fda5ab5)

Features

  • backend-shared: add CUBEJS_AUTO_RUN_MODE env variable (#11062) (3278e4d)
  • cubesql: Support FULL and RIGHT joins with non-push-to-Cube SQL push down (#11008) (8ef4b54)
  • cubestore: batch persisted-chunk repartition per partition (#11068) (b5dbdf5)
  • cubestore: dedicated reserve job pool for CSV imports (#11069) (85bd67b)
  • cubestore: env-gate last week's planning/processing changes (#11086) (689d842)
  • cubestore: execute sorted partial aggregate per partition below the merge, propagate LIMIT into it (#10995) (d91df4b)
  • cubestore: pre-filter in-memory chunks on worker before IPC (#11040) (2394513)
  • cubestore: tolerant job reads + cleanup of unknown job types (#11087) (87ae095)
  • schema-compiler: capitalize ID acronyms in default meta titles (#11047) (094974b)

Performance Improvements

v1.6.57

Choose a tag to compare

@paveltiunov paveltiunov released this 09 Jun 04:42

1.6.57 (2026-06-09)

Features

  • cubesql: merge view joins on a shared cube member into a single CubeScan (#10977) (281e920)

v1.6.56

Choose a tag to compare

@ovr ovr released this 08 Jun 17:20

1.6.56 (2026-06-08)

Bug Fixes

  • access-policies: masked aggregate measures with row filters + multi-group member-level union (#11026) (bf13b69)
  • native: Don't fail deserializing JS numbers above u64/i64 range (#11034) (44bd455)
  • prestodb-driver: Send custom headers on nextUri poll requests (#11037) (7583983)

Features

  • cubestore: EXPLAIN ANALYZE DETAILED per-query trace (#11016) (107e63f)