Skip to content

Releases: cube-js/cube

v1.5.10

28 Nov 10:29
@ovr ovr

Choose a tag to compare

1.5.10 (2025-11-28)

Bug Fixes

  • query-orchestrator: Table used cache should not be used for unions (#10192) (53d79bb)

Features

  • api-gateway: Support query timezone in /cubesql API endpoint (#10189) (499ddc6)

v1.5.9

26 Nov 20:28
@ovr ovr

Choose a tag to compare

1.5.9 (2025-11-26)

Bug Fixes

  • bigquery-driver: Cannot find module: package.json (#10184) (9a2b6a9)

v1.5.8

26 Nov 17:54
@ovr ovr

Choose a tag to compare

1.5.8 (2025-11-26)

Bug Fixes

  • schema-compiler: Fix matching for pre-aggs with custom granularities (#10180) (e426f6b)
  • server-core: pass contextToRoles option (#10182) (4b7ba4e)

Features

  • api-gateway: Introduce CUBEJS_DEFAULT_TIMEZONE env (#10178) (7d72978)
  • base-driver, other drivers: Support numeric types with precision and scale for cube store data exports (#10175) (9ba6e77)
  • bigquery-driver: Set up Cube User agent for connection (#10177) (64106a2)
  • cubesql: Implement time to idle eviction for query cache (#10176) (4f9ccba)

v1.5.7

24 Nov 17:20
@ovr ovr

Choose a tag to compare

1.5.7 (2025-11-24)

Bug Fixes

  • schema-compiler: Free jinja instance after compilation (#10169) (ec7ca2f)

v1.5.6

24 Nov 14:53

Choose a tag to compare

1.5.6 (2025-11-24)

Note: Version bump only for package cubejs

v1.5.5

24 Nov 12:43

Choose a tag to compare

1.5.5 (2025-11-24)

Bug Fixes

  • api-gateway: Fix passing cacheMode from user's request (#10162) (64c66c4)
  • trino-driver, presto-driver: Qualify information schema queries with a catalog name (#10158) (9cb11bc)

Performance Improvements

  • schema-compiler: Add Server Core shared caches for model compilation (#10144) (87de073)
  • schema-compiler: More aggressive compilers cleanup (#10153) (005a46d)
  • schema-compiler: Optimize CubeToMetaTransformer compilation flow (#10150) (caac28b)

v1.5.4

18 Nov 18:31

Choose a tag to compare

1.5.4 (2025-11-18)

Bug Fixes

  • native: Use async logger for Node.js non blocking STDOUT (#10146) (149fc79)
  • tesseract: Multi-stage dimension dependent on another multi-stage dimension didn’t work (#10147) (ca71721)

v1.5.3

13 Nov 17:21
@ovr ovr

Choose a tag to compare

1.5.3 (2025-11-13)

Features

Performance Improvements

  • api-gateway: Return granularityHierarchies only related to query time dimensions (#10129) (1803b28)

v1.5.2

10 Nov 20:15

Choose a tag to compare

1.5.2 (2025-11-10)

Bug Fixes

  • api-gateway: Sanitize query before logging (#10120) (e8db92f)
  • cubeorchestrator: Increase VerifierOptions max_tables to 10M (#10121) (5b048b2)
  • Simplify external refresh condition so when pre-aggregation buil… (#10116) (4f4a0b4)

Features

  • client-core: add custom granularities support to drilldown() (#10094) (5ec1b7d)
  • cubesql: Coerce strings to any type in functions (#10126) (076ae0c)
  • tesseract: Support custom granularities in pre-aggregations with allow_non_strict_date_range_match=true (#10092) (6a8ca2e)

v1.5.1

04 Nov 10:41
@ovr ovr

Choose a tag to compare

1.5.1 (2025-11-04)

Bug Fixes

  • api-gateway: Make securityContext available to extendContext, thanks @morford-brex (#10050) (5a69f7b)
  • clickhouse-driver: Respect timezone for origin in custom granula… (#10110) (2d1b850)
  • tesseract: Prevent duplicate measures in some cases (#10065) (b0b011e)