Skip to content

Releases: cube-js/cube

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)

v1.3.83

24 Oct 17:16

Choose a tag to compare

1.3.83 (2025-10-24)

Bug Fixes

Features

  • api-gateway: Introduce cache mode option for /cubesql API (#9972) (7d4ecdc)
  • cubesql: Push down CAST(... AS DATE) to CubeScan filters (#10081) (61a94ef)
  • schema-compiler: Support time series queries in MySQL dialect in Tesseract (#10078) (765cd77)

v1.3.82

21 Oct 09:32
@ovr ovr

Choose a tag to compare

1.3.82 (2025-10-21)

Bug Fixes

  • cube: Meta type for switch dimension (#10060) (b45a1c4)
  • schema-compiler: Oracle use TO_TIMESTAMP_TZ for ISO 8601 with Z for date and timestamp (#9970) (b7018c7)

Features

  • cubesql: Filter push down for date_part(?upper) AND date_part(?lower) (#10070) (bcadbf2)
  • cubesql: Filter push down for date_part(?upper) AND date_part('week') (#10071) (150a3c5)
  • cubesql: PlanNormalize - reduce stack allocations (split by path) (#10067) (bc8ff68)
  • cubesql: Push down Tableau year-month-day IN number filter to CubeScan (#10068) (bc16a5f)

v1.3.81

16 Oct 11:57

Choose a tag to compare

1.3.81 (2025-10-16)

Features

v1.3.80

15 Oct 19:37

Choose a tag to compare

1.3.80 (2025-10-15)

Features

  • schema-compiler: Use views join maps and hints for query joins construction (#10039) (f556b62)