Skip to content

Releases: cube-js/cube

v0.34.5

16 Oct 22:03
@ovr ovr
6564130

Choose a tag to compare

0.34.5 (2023-10-16)

Features

  • duckdb-driver: upgrade duckdb driver to 0.9.1 (#7174) (f9889d4)
  • native: Support SafeString for Python & Jinja (#7242) (c6069cd)

v0.34.4

14 Oct 09:36
@ovr ovr
0497eda

Choose a tag to compare

0.34.4 (2023-10-14)

Bug Fixes

  • cross: Enable shared python for aarch64-unknown-linux-gnu (#7225) (2c4f48a)

v0.34.3

12 Oct 19:13
@ovr ovr
94fe6a4

Choose a tag to compare

0.34.3 (2023-10-12)

Bug Fixes

  • native: Improve error on scheduling Python task (#7222) (c14c025)

Features

  • native: Enable Python support for Linux/ARM64 (#7220) (5486e26)

v0.34.2

12 Oct 13:28
@ovr ovr
3b9567c

Choose a tag to compare

0.34.2 (2023-10-12)

Bug Fixes

  • native: Correct compilation for Linux ARM64 (#7215) (669c86c)
  • playground: rollup designer view members (#7214) (b08e27b)

Features

  • native: Support jinja inside yml in fallback build (without python) (#7203) (e3e7e0e)

v0.34.1

09 Oct 21:05

Choose a tag to compare

0.34.1 (2023-10-09)

Bug Fixes

  • @cubejs-client/vue: Do not add time dimension as order member if granularity is set to none (#7165) (1557be6)
  • cubesql: Support unaliased columns for SQL push down (#7199) (e92e15c)
  • duckdb-driver: allow setting default schema (#7181) (a52c4d6)
  • More descriptive error message for incorrect incremental: true non-partitioned setting (7e12e4e)

Features

  • cubesql: Support SET ROLE name (d02077e)
  • cubestore: Size limit for RocksStore logs file (#7201) (43bb693)

v0.34.0

03 Oct 01:31

Choose a tag to compare

0.34.0 (2023-10-03)

Note: Version bump only for package cubejs

v0.33.65

02 Oct 20:37

Choose a tag to compare

0.33.65 (2023-10-02)

Bug Fixes

  • @cubejs-client/vue: Pivot config can use null from heuristics (#7167) (e7043bb)

Features

  • python: Evaluate Jinja templates inside .yml and .yaml (#7182) (69e9437)
  • python: Support [@template](https://github.com/template).function("name") definitions (#7183) (33823e8)

v0.33.64

30 Sep 22:18

Choose a tag to compare

0.33.64 (2023-09-30)

Bug Fixes

  • cubestore: Escape regex symbols in all versions of like operator (#7176) (e58af39)
  • cubestore: Escape regex symbols in like operator (#7175) (b88c3f3)
  • cubestore: Wrong pre-aggregations count distinct approx count when using PostgreSQL database (#7170) (1d1d4f0)
  • databricks-jdbc-driver: ensure default UID property is set (#7168) (0f357f8)
  • SQL push down expressions incorrectly cache used cube names (c5f0b03)

Features

v0.33.63

26 Sep 22:07

Choose a tag to compare

0.33.63 (2023-09-26)

Features

  • cubesql: Tableau Standard Gregorian missing date groupings support through SQL push down and some other functions(#7172) (1339f57)
  • snowflake-driver: Upgrade snowflake driver to 1.8.0 (#7171) (06a66c6)

v0.33.62

25 Sep 21:35
@ovr ovr
6aec6f5

Choose a tag to compare

0.33.62 (2023-09-25)

Features

  • native: Jinja - support dynamic Python objects (methods, call, fields) (#7162) (6a5f70c)