Skip to content

Releases: cube-js/cube

v0.32.3

07 Mar 19:34
@ovr ovr
3f3c9ef

Choose a tag to compare

0.32.3 (2023-03-07)

Features

v0.32.2

07 Mar 08:28
@ovr ovr
8f3dafc

Choose a tag to compare

0.32.2 (2023-03-07)

Bug Fixes

Features

  • connection validation and logging (#6233) (6dc48f8)
  • cubestore: QUEUE - support extended flag for retrieve (#6248) (9f23924)
  • Enable drop pre-aggregations without touch by default. NOTE: This change may adversely affect deployments which has incorrectly configured Refresh Worker instance. (291977b)
  • Support rollupLambda across different cubes and data sources (#6245) (fa284a4)

v0.32.1

03 Mar 05:29

Choose a tag to compare

0.32.1 (2023-03-03)

Bug Fixes

  • cubesql: Replace stream buffering with async implementation (#6127) (5186d30)

v0.32.0

02 Mar 22:15
@ovr ovr
v0.32.0
315a76e

Choose a tag to compare

0.32.0 (2023-03-02)

Features

  • docker: Remove gcc/g++/cmake/python from final images (bb0a0e7)
  • docker: Upgrade Node.js to 16.x (8fe0e04)

Breaking changes

  • Use cubestore driver for queue & cache (a54aef)
  • Remove absolute import for @cubejs-backend/server-core (361848)
  • Remove absolute import for @cubejs-backend/schema-compiler (f3669)
  • Remove absolute import for @cubejs-backend/query-orchestrator (578c9)
  • Remove support for Node.js 12, 15 (78d76f1)

v0.31.69

01 Mar 10:44
@ovr ovr
07cd9fc

Choose a tag to compare

0.31.69 (2023-03-01)

Bug Fixes

  • cubestore: Wrong triggering of table deactivation in some cases (#6119) (523c0c2)
  • Throw error message on misconfiguration with Cube Store as queue/cache driver. (#6199) (ae06ef7)

v0.31.68

28 Feb 15:17

Choose a tag to compare

0.31.68 (2023-02-28)

Bug Fixes

  • cubestore: Metastore logs are uploaded without the corresponding snapshot (#6222) (cfa4b47)
  • jdbc-driver, databricks-jdbc-driver: clearTimeout on validate catch, temp table name (#6220) (c2c7118)

v0.31.67

27 Feb 18:59

Choose a tag to compare

0.31.67 (2023-02-27)

Bug Fixes

  • Reconcile streaming queries in case of cluster execution (#6204) (dcf7866)
  • schema-compiler: skip empty YAML files (b068f7f)

Features

v0.31.66

27 Feb 14:22

Choose a tag to compare

0.31.66 (2023-02-27)

Bug Fixes

Features

  • cubestore: Streaming ingestion optimizations (#6198) (fb896ba)
  • docker: Use Debian (bullseye) for dev images (#6202) (b4c922a)

v0.31.65

23 Feb 15:34
@ovr ovr
2572ea3

Choose a tag to compare

0.31.65 (2023-02-23)

Bug Fixes

  • oracle-driver: Release connection after query execution (#5469) (ff1af78)

v0.31.64

21 Feb 21:27

Choose a tag to compare

0.31.64 (2023-02-21)

Bug Fixes

Features

  • cubesql: Remove unexpected clone (reduce memory consumption) (#6185) (904556b)
  • cubestore: Allow tinyint type (map as Int) (#6174) (47571e5)