Skip to content

Releases: cube-js/cube

v1.3.73

25 Sep 13:55
@ovr ovr

Choose a tag to compare

1.3.73 (2025-09-25)

Bug Fixes

  • cubesql: Add missing aggregate expressions for ORDER BY clause (#9990) (24d1177)
  • cubesql: Fix push Limit-Sort down Projection recursion (#9986) (bd20e65)
  • cubestore: Disable quoting in csv parser for Athena (#9997) (5cefd96)

Features

  • cubesql: Match Tableau year-month extract filter pair as inDateRange (#9991) (8398538)
  • cubesql: Support SAVEPOINT, ROLLBACK TO, RELEASE (#9992) (2788b6d)
  • Expose format field for measures/dimensions in meta (#9998) (51ec263)

v1.3.72

23 Sep 16:20
@ovr ovr

Choose a tag to compare

1.3.72 (2025-09-23)

Bug Fixes

  • native: Catch panic while calling python fn in PyRuntime (#9988) (365f9a6)

Features

v1.3.71

22 Sep 16:22
@ovr ovr

Choose a tag to compare

1.3.71 (2025-09-22)

Bug Fixes

  • native: Be happy, don't panic when unable to schedule task to PyRuntime (#9983) (7e6037c)

Features

  • cubesql: SET ROLE changes authentication context (#9982) (c1b69cb)
  • cubesql: add pg_catalog.pg_collation table (#9968) (9243f4c)
  • native: Improve safety for Python into CLRepr conversion (#9984) (644103a)

v1.3.70

19 Sep 14:58

Choose a tag to compare

1.3.70 (2025-09-19)

Bug Fixes

  • client-core: Fix time series generation (#9978) (2fd8ea7)
  • playground: Include lower and upper bound of date range in time dimension filter in Playground (#9979) (1aeea98)
  • schema-compiler: Fix view transpilation for worker_threads and native flows (#9980) (333b53d)

v1.3.69

17 Sep 18:36

Choose a tag to compare

1.3.69 (2025-09-17)

Features

  • tesseract: Switch dimensions and case measures (#9951) (3168f53)

v1.3.68

16 Sep 17:59

Choose a tag to compare

1.3.68 (2025-09-16)

Bug Fixes

  • schema-compiler: Fix incorrect pre-aggregation matching for 'rollupJoin' and 'rollupLambda' pre-aggs (#9957) (b279611)
  • schema-compiler: Fix memberToDataSource processing for views without cubes (#9974) (46a265f)
  • schema-compiler: Pass filename alongside with errors to error reporter during transpilation (#9964) (3758bca)

Features

  • cubesql: Print value of the date/time that couldn't be parsed (#9961) (b78ae0a)

Performance Improvements

  • schema-compiler: implement yaml native bulk transpilation (#9955) (8aa3562)
  • schema-compiler: Improve yaml compilation speed (#9926) (13eb112)
  • schema-compiler: Introduce compiledJinjaCache (#9950) (863e970)
  • schema-compiler: Support native YAML transpilation (#9948) (368a89e)
  • schema-compiler: YAML transpilation in worker threads (#9929) (449503c)

v1.3.67

09 Sep 13:45

Choose a tag to compare

1.3.67 (2025-09-09)

Bug Fixes

  • cubesql: Pass window expressions in SQL push down (#9953) (a72b200)
  • schema-compiler: Fix multifact joined queries in Tesseract (#9954) (cb54545)

v1.3.66

09 Sep 08:19

Choose a tag to compare

1.3.66 (2025-09-09)

Bug Fixes

Features

  • Add "queryRewriteId" param to Query Rewrite events (#9949) (ad5fbc2)

v1.3.65

05 Sep 08:22

Choose a tag to compare

1.3.65 (2025-09-05)

Bug Fixes

  • client-core: CubeSqlSchemaColumn type (a178744)
  • cubesql: Correctly calculate eclass cost for recursive nodes (#9947) (f7f78e2)

v1.3.64

03 Sep 14:08

Choose a tag to compare

1.3.64 (2025-09-03)

Bug Fixes

  • cubesql: Fix SQL pushdown TRUNC template for Presto (#9944) (36c0e95)

Features

  • cubesql: Automatically cast literal strings in binary expressions (#9938) (67c027b)