Skip to content

Releases: cube-js/cube

v1.6.62

23 Jun 16:41
@ovr ovr

Choose a tag to compare

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

22 Jun 16:22
@ovr ovr

Choose a tag to compare

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

18 Jun 17:07

Choose a tag to compare

1.6.60 (2026-06-18)

Bug Fixes

Features

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

v1.6.59

17 Jun 05:41

Choose a tag to compare

1.6.59 (2026-06-17)

Performance Improvements

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

v1.6.58

17 Jun 01:16

Choose a tag to compare

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

09 Jun 04:42

Choose a tag to compare

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

08 Jun 17:20
@ovr ovr

Choose a tag to compare

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)

v1.4.3

08 Jun 12:37
@ovr ovr

Choose a tag to compare

1.4.3 (2026-06-08)

Bug Fixes

  • api-gateway: Accept cache parameter in WebSocket requests, fix #10451 (#10453) (f1c9b7c)
  • Improve subscription ID handling and connection management, thanks @H31nz3l (#10485) (6d7bbe5)
  • native: Don't fail deserializing JS numbers above u64/i64 range (#11033) (efcfe89)

v1.6.55

05 Jun 13:21
@ovr ovr

Choose a tag to compare

1.6.55 (2026-06-05)

Features

  • cubestore: Introduce HttpQueryResultCompleted for zero-column r… (#11019) (5a994ff)
  • cubestore: unique key filter pushdown below last-row dedup (#11006) (adc8d26)

Performance Improvements

  • snowflake-driver: Combine session init into a single ALTER SESSION (#11010) (e29e04c)

v1.6.54

04 Jun 08:50
@ovr ovr

Choose a tag to compare

1.6.54 (2026-06-04)

Bug Fixes

  • cubesql: Don't mix filter params between subqueries in SQL push down (#10996) (38b7d8c)
  • tesseract: make pre-aggregations tests work under native SQL planner (#10992) (33ca484)
  • tesseract: nested CTE generation with duplicate names (#11005) (a321af5)
  • tesseract: pre-aggregation table name corruption when one name is a prefix of another (#11000) (f401118)

Features

  • api-gateway: accept a list of API secrets for verification (#10985) (d9a308f)