Skip to content

Releases: cube-js/cube

v0.31.33

03 Jan 15:20
@ovr ovr
v0.31.33
c052174

Choose a tag to compare

0.31.33 (2023-01-03)

Bug Fixes

  • @cubejs-client/core: add missing Series.shortTitle typing (#5860) (5dd78b9)

Features

v0.31.32

28 Dec 05:32

Choose a tag to compare

0.31.32 (2022-12-28)

Features

  • cubesql: Allow postprocessing with JOIN below Cube query limit (56f5399)
  • cubesql: Support LEFT, RIGHT in projection (282ad3a)
  • cubestore: Direct kafka download support for ksql streams and t… (#5880) (fcb5c5e)
  • cubestore: Installer - download binary without GH API (#5885) (51a0f39)

v0.31.31

23 Dec 17:05
@ovr ovr
0676221

Choose a tag to compare

0.31.31 (2022-12-23)

Bug Fixes

  • cubesql: Improve Thoughtspot WHERE IN support (6212efe)
  • cubesql: Support Thoughtspot DATEADD queries (58b5669)

Features

  • cubestore-driver: Introduce CUBEJS_CUBESTORE_NO_HEART_BEAT_TIMEOUT env (e67e800)
  • cubestore: Initial support for KV cache (#5861) (498d4b5)
  • playground: allow for query renaming (#5862) (681a2d8)

v0.31.30

22 Dec 04:37

Choose a tag to compare

0.31.30 (2022-12-22)

Bug Fixes

  • cubesql: Improve Thoughtspot compatibility (4d6511a)
  • cubestore-driver: Increase retry timeout to avoid endless loop connection retries (8bd19fa)
  • Pre-aggregation table is not found after it was successfully created for CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH strategy (#5858) (f602fee)

Features

v0.31.29

18 Dec 18:07

Choose a tag to compare

0.31.29 (2022-12-18)

Bug Fixes

  • Error: WebSocket is not open: readyState 2 (CLOSING) (#5846) (a5be099)

v0.31.28

16 Dec 19:27

Choose a tag to compare

0.31.28 (2022-12-16)

Features

  • Support string, time and boolean measures (#5842) (4543ede)

v0.31.27

16 Dec 04:48

Choose a tag to compare

0.31.27 (2022-12-16)

Bug Fixes

  • api-gateway: pre-aggregations/jobs auth middleware (#5840) (b527cd9)

v0.31.26

13 Dec 17:37

Choose a tag to compare

0.31.26 (2022-12-13)

Bug Fixes

  • cubestore: Temporary disable compression to check if it fixes running on Mac OS X Ventura (8e89427), closes #5712
  • trino-driver: Timezone issue fix (#5731) Thanks @yuraborue ! (70df903)

Features

  • cubestore: Introduce pre-aggregation table touch and allow to drop tables without touch using CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH env (#5794) (ad6c1e8)
  • persistent queue (#5793) (02a8e02)

v0.31.25

10 Dec 17:28

Choose a tag to compare

0.31.25 (2022-12-10)

Bug Fixes

  • cubesql: normalize column names in filter node (#5788) (28aa008)

v0.31.24

09 Dec 20:26

Choose a tag to compare

0.31.24 (2022-12-09)

Bug Fixes

  • cubesql: Support CAST in HAVING clause (17ba3e2)

Features

  • api-gateway, server-core: Added dataSources list to extended meta (#5743) (2c5db32)

Reverts