Skip to content

Releases: cube-js/cube

v0.34.44

15 Jan 15:55
@ovr ovr
be3d901

Choose a tag to compare

0.34.44 (2024-01-15)

Bug Fixes

  • query-orchestrator: QueryQueue - reduce trafic (unexpected call for query stage) (#7646) (ecf3826)

Features

  • query-orchestrator: Queue - reduce traffic for processing (Cube Store only) (#7644) (7db90fb)

v0.34.43

11 Jan 17:10

Choose a tag to compare

0.34.43 (2024-01-11)

Bug Fixes

v0.34.42

07 Jan 08:53

Choose a tag to compare

0.34.42 (2024-01-07)

Features

  • cubesql: Compiler cache for rewrite rules (#7604) (995889f)

v0.34.41

02 Jan 18:28

Choose a tag to compare

0.34.41 (2024-01-02)

Bug Fixes

  • @cubejs-client/ngx: set module to fesm2015 (#7571) Thanks @loremaps! (aaa8bfd), closes #7570
  • cubesql: Enable Visitor on GROUP BY expressions (#7575) (bcc1a89)
  • cubestore: Panic in hash join (#7573) (aa6c08b)
  • databricks-jdbc-driver: Time series queries with rolling window & time dimension (#7564) (79d033e)
  • Do not fail extractDate on missing result set (c8567ef)

Features

v0.34.40

21 Dec 07:15

Choose a tag to compare

0.34.40 (2023-12-21)

Features

  • cubesql: Do not run split re-aggregate for trivial push down to improve wide table queries (#7567) (8dbf879)

v0.34.39

21 Dec 00:01
@ovr ovr
30cc798

Choose a tag to compare

0.34.39 (2023-12-21)

Bug Fixes

  • base-driver: Support parsing intervals with month|quarter|year granularity (#7561) (24c850c)
  • clickhouse-driver: Correct parsing for DateTime('timezone') (#7565) (d39e4a2)

Features

  • jdbc-driver: Upgrade java to ^0.14 (to support new JDK & Node.js) (#7566) (fe10c9b)

v0.34.38

19 Dec 11:21
@ovr ovr
9a7fd5a

Choose a tag to compare

0.34.38 (2023-12-19)

Bug Fixes

  • dremio-driver: Fix generation of time series SQL (#7503) (7e84d4c)

Features

  • native: NodeObjSerializer - support serializing sequences (#7560) (c19679d)

v0.34.37

19 Dec 06:23

Choose a tag to compare

0.34.37 (2023-12-19)

Bug Fixes

  • clickhouse-driver: Initial support for DateTime64, fix #7537 (#7538) (401e9e1)
  • Internal: Error during planning: No field named for pre-aggregat… (#7554) (412213c)

Features

  • client-core: Add meta field for Cube type definition (#7527) (75e201d)
  • cubesql: Avoid pushing split down for trivial selects to optimi… (#7556) (2bf86e5)
  • native: Support Python 3.12 (#7550) (618a81e)

v0.34.36

16 Dec 01:29

Choose a tag to compare

0.34.36 (2023-12-16)

Bug Fixes

  • cubesql: Improve performance for wide table querying (#7534) (0f877d4)

v0.34.35

13 Dec 21:49

Choose a tag to compare

0.34.35 (2023-12-13)

Bug Fixes

  • cubesql: Support Sigma Computing table schema sync (d87bd19)

Features