Releases: cube-js/cube
Releases · cube-js/cube
v1.3.13
v1.3.12
1.3.12 (2025-05-08)
Bug Fixes
- query-orchestrator: Correct local date parsing for partition start/end queries (#9543) (20dd8ad)
- schema-compiler: Fix filtering by time measure (#9544) (00a589f)
- schema-compiler: Fix rendered references for preaggregations with join paths (#9528) (98ef928)
- schema-compiler: Fix view queries with timeShift members (#9556) (ef3a04b)
- schema-compiler: Reject pre-agg if measure is unmultiplied in query but multiplied in pre-agg (#9541) (f094d09)
- Throw a user-friendly error on an empty cube.py file (#9550) (d69222c)
Features
v1.3.11
v1.3.10
1.3.10 (2025-05-01)
Bug Fixes
Features
- backend-native: Allow importing modules from python files within
cube.py
andglobals.py
(#9490) (b8ebf15) - cubesql: SQL push down complex window expressions (#8788) (2b1bb28)
- cubesql: Support trivial casts in member pushdown (#9480) (85c27a9)
- databricks-jdbc-driver: Implement connection checking without waking up SQL warehouse (#9529) (044341e)
v1.3.9
v1.3.8
v1.3.7
1.3.7 (2025-04-23)
Bug Fixes
Features
- schema-compiler: Custom granularities support for Amazon Athena/Presto dialect (#9472) (4c1520e)
- schema-compiler: Support custom granularities with Year-Month intervals for AWS Redshift dialect (#9489) (2fc53f2)
- schema-compiler: Support overriding
title
,description
,meta
, andformat
on view members (#9496) (e0179c5)
v1.3.6
1.3.6 (2025-04-22)
Bug Fixes
- cubesql: Fix SortPushDown pushing sort through joins (#9464) (fed08e1), closes /github.com/apache/datafusion/blob/7.0.0/datafusion/src/physical_plan/hash_join.rs#L282-L284 /github.com/apache/datafusion/blob/7.0.0/datafusion/src/physical_plan/cross_join.rs#L141-L143
- cubesql: Realias expressions when normalizing columns (#9498) (32f9b79)
- schema-compiler: Use join paths from pre-aggregation declaration instead of building join tree from scratch (#9471) (cd7e9fd)