Skip to content

Releases: cube-js/cube

v1.6.23

13 Mar 21:49
@ovr ovr

Choose a tag to compare

1.6.23 (2026-03-13)

Bug Fixes

Features

  • cubestore-driver: Queue - use exclusive flag with new Cube Store (#10488) (c6462e4)
  • cubestore: Filter queue_list by process_id for exclusive items (#10490) (8458998)
  • Data access policy masking (#10463) (4b0d1bf)

v1.6.22

11 Mar 13:38
@ovr ovr

Choose a tag to compare

1.6.22 (2026-03-11)

Note: Version bump only for package cubejs

v1.6.21

10 Mar 18:51
@ovr ovr

Choose a tag to compare

1.6.21 (2026-03-10)

Bug Fixes

  • cubesql: Support per-column format codes (Tableau Desktop compatibility) (#10484) (d6ad885), closes #10418

Features

  • client-core: Use throwContinueWait parameter in cubeSql method (#10461) (53a80fd)
  • cubesql: Introduce cube_cache session variable (#10483) (541aa34)
  • cubestore: Logarithmic probabilistic increment of LFU counter (#10478) (4b8ac6f)
  • cubestore: Queue - add exclusivity support (#10479) (b5a0ec3)

v1.6.20

09 Mar 14:58
@ovr ovr

Choose a tag to compare

1.6.20 (2026-03-09)

Bug Fixes

  • cube: Issue with rollup pre-aggragations matching for views (#10474) (7160283)
  • cubesql: Do not panic when executing MEASURE function (#10472) (3202d51)

Features

  • backend-native: Add throwContinueWait parameter to /cubesql API endpoint (#10385) (3687c5f)
  • cubestore-driver: Share process-id with Cube Store (#10477) (36c4aa2)

v1.6.19

03 Mar 15:16
@ovr ovr

Choose a tag to compare

1.6.19 (2026-03-03)

Bug Fixes

  • api-gateway: Accept cache parameter in WebSocket requests, fix #10451 (#10453) (5e8d0eb)
  • api-gateway: Remove Transfer-Encoding header on /cubesql error responses, fix #10450 (#10455) (1b4f137)
  • query-orchestrator: Queue - improve performance for high concurrency (#9705) (7a3c1a6)

v1.6.18

02 Mar 14:37
@ovr ovr

Choose a tag to compare

1.6.18 (2026-03-02)

Bug Fixes

  • client-core: return null instead of undefined when query is cancelled by mutex, fix #10261 (#10274) (ea6b3e7)

Features

  • client-core: Add cache mode option to load method, thanks @hannosgit (#10446) (aabbbc6)
  • client-react: Allow to pass cache mode as option (#10447) (03e8ca5)
  • schema-compiler: Add duplicate folder name and time shift validation (#10423) (2000373)

v1.6.17

26 Feb 16:25
@ovr ovr

Choose a tag to compare

1.6.17 (2026-02-26)

Bug Fixes

  • cube: Issue with calculated measures in pre-aggragations (#10429) (58bfe5e)
  • cubestore: Don't print all tables in error message (#10442) (cbf40df)
  • docs: Use VERCEL_GIT_PREVIOUS_SHA for deployment checks (7be6536)
  • schema-compiler: Allow no-cache queries to use pre-aggregations (#10440) (22286f5)

v1.6.16

25 Feb 13:20
@ovr ovr

Choose a tag to compare

1.6.16 (2026-02-25)

Bug Fixes

  • api-gateway: Return a clear error when SQL interface is not initialized (#10419) (53e9d9e)
  • Cache must-revalidate fail on pre-aggregation hit (#10432) (4a29a5e)
  • tesseract: Issue with custom granularities for pre-aggregations (#10424) (e79d10a)
  • tesseract: Segment support in pre-aggregations (#10422) (1756cdb)

Features

  • cubejs-client: Add lastRefreshTime to CubeSqlResult and CubeSqlStreamChunk types; enhance CubeApi to parse and return lastRefreshTime from responses (#10425) (45d1278)
  • cubesql: Improve Talend compatibility (#10430) (e4f39e5)
  • databricks-driver: Don't use temporarly tables for export bucket (#10431) (5ec48ce)
  • GraphQL - exponse annotation/lastRefreshTime in extensions (#10428) (fb45030)

Reverts

  • Revert "feat(databricks-jdbc-driver): Support export bucket in read-only mode (#10420)" (4c0f49a), closes #10420

v1.6.15

23 Feb 14:44
@ovr ovr

Choose a tag to compare

1.6.15 (2026-02-23)

Bug Fixes

Features

  • databricks-jdbc-driver: Support export bucket in read-only mode (#10420) (a9b6480)

v1.6.14

18 Feb 17:42
@ovr ovr

Choose a tag to compare

1.6.14 (2026-02-18)

Bug Fixes

Features

  • cubesql: Support SQL pushdown for LAG/LEAD functions (#10407) (c968656)