Skip to content

Releases: cube-js/cube

v1.3.71

22 Sep 16:22
@ovr ovr
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.3.63

02 Sep 17:57
Compare
Choose a tag to compare

1.3.63 (2025-09-02)

Bug Fixes

  • cubejs-playground: rollup designer accordion (#9937) (eb6ca38)

Features

  • cubesql: Add "planningId" param to SQL API planning events (#9939) (bc23173)

v1.3.62

29 Aug 19:26
Compare
Choose a tag to compare

1.3.62 (2025-08-29)

Bug Fixes

  • tesseract: Dimnesions with granularity in group_by + drivers support (#9928) (6b582f6)