Releases: cube-js/cube
Releases · cube-js/cube
Release list
v1.6.65
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
- cubestore: top-k merge strategies via CUBESTORE_TOPK_STRATEGY (#11152) (0c8cd24)
- oracle-driver: Improvements & fixes, fix #10834 (#11174) (9da8e07)
- tesseract: Support Funnels extension (#11187) (183cd6e)
Performance Improvements
v1.6.64
v1.6.63
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
v1.6.62
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
v1.6.61
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
v1.6.60
v1.6.59
v1.6.58
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
v1.6.56
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)