Releases: cube-js/cube
Releases · cube-js/cube
v1.5.1
v1.5.0
v1.4.0
v1.3.86
v1.3.85
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
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
v1.3.83
v1.3.82
1.3.82 (2025-10-21)
Bug Fixes
- cube: Meta type for switch dimension (#10060) (b45a1c4)
- schema-compiler: Oracle use
TO_TIMESTAMP_TZforISO 8601 with Zfor 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)