Skip to content

Releases: cube-js/cube

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)

v1.6.13

17 Feb 16:28
@ovr ovr

Choose a tag to compare

1.6.13 (2026-02-17)

Bug Fixes

Features

  • schema-compiler: Pass jinjaUsed flag to native transpileYaml (#10402) (884811a)
  • schema-compiler: Yaml - duplicate check for view/cube names (#10400) (11a140f)
  • schema-compiler: Yaml - validate duplicates (#10399) (d711612)

Performance Improvements

  • schema-compiler: Remove JSON.stringify in cache key hashing (#10404) (6aae245)

v1.6.12

16 Feb 10:53
@ovr ovr

Choose a tag to compare

1.6.12 (2026-02-16)

Bug Fixes

  • postgres-driver: Don't expose PoolConfig as driver options (#10393) (4f2e72f)
  • tesseract: Allow paths for symbols in request (#10392) (9dea1fc)

Features

v1.6.11

12 Feb 11:24
@ovr ovr

Choose a tag to compare

1.6.11 (2026-02-12)

Bug Fixes

Features

v1.6.10

09 Feb 13:53
@ovr ovr

Choose a tag to compare

1.6.10 (2026-02-09)

Bug Fixes

  • docker: Set UTF-8 locale environment variables to fix Python UnicodeEncodeError (#10378) (104ff5f)

Features

  • cubesql: Support forwards directions for FETCH statement (#10377) (7cbafd5)
  • Unify pool to make named timeout errors (#10375) (bac3cd0)