Skip to content

Releases: cube-js/cube

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)

v1.5.0

29 Oct 20:11

Choose a tag to compare

1.5.0 (2025-10-29)

Note: Version bump only for package cubejs

v1.4.0

29 Oct 18:36

Choose a tag to compare

1.4.0 (2025-10-29)

Bug Fixes

  • cubesql: Always repartition joins when right side has multiple partitions (#10105) (ae32748)

v1.3.86

29 Oct 12:34

Choose a tag to compare

1.3.86 (2025-10-29)

Features

v1.3.85

28 Oct 19:23

Choose a tag to compare

1.3.85 (2025-10-28)

Bug Fixes

  • schema-compiler: Add missing numeric types to scaffolding schema, thanks @XUJiahua (#10079) (fa694c3)
  • schema-compiler: Fix incorrect cache that affects query joins (#10084) (b335c93)
  • schema-compiler: Fix inherited drill members for views (#9966) (558fbb3)
  • schema-compiler: Fix pre-agg matching for 'rollupJoin' / 'rollupLambda' pre-aggregations (#10017) (635b45b)

v1.3.84

28 Oct 16:03

Choose a tag to compare

1.3.84 (2025-10-28)

Bug Fixes

  • cube-orchestrator: Deterministic column sequence in output (#10086) (e82fbeb)
  • cubesql: Coerce strings with any type in binary expressions (#10088) (3164adc)
  • schema-compiler: add support for time filters and rolling windows and fix subquery aliasing in Oracle dialect (#10066) (56b5c9b)

Features

  • client-core: add CacheMode type (#10091) (98976e0)
  • schema-compiler: Support joins for proxied time dimensions in pre-aggregations (#10020) (aabb3c5)