Skip to content

Releases: cube-js/cube

v0.31.43

16 Jan 02:41

Choose a tag to compare

0.31.43 (2023-01-16)

Bug Fixes

  • cubestore: Panic when nested Union All (#6010) (331242e)
  • fix a mistake in the websocket context acceptance mechanism (#6006) (1d8a9bd)

Features

  • Pre-aggregations API for rollupLambda support (#6009) (b90b3f2)

v0.31.42

15 Jan 06:59

Choose a tag to compare

0.31.42 (2023-01-15)

Bug Fixes

  • cubestore: Large memory consumption while waiting for the queue cache (#6004) (8c029bb)
  • cubestore: Large memory consumption while waiting for the queue cache: drop context (#6005) (b39920f)

Features

  • api-gateway: added result filter for sql-runner (#5985) (89f1b92)
  • Multiple rollups in rollupLambda support (#6008) (84fff0d)
  • native: Channel.resolve/reject without lock (#6001) (9133a3b)

v0.31.41

13 Jan 01:45

Choose a tag to compare

0.31.41 (2023-01-13)

Bug Fixes

  • cubestore: Metastore get_tables_with_path cache is not work correctly (#6000) (75699c8)

Features

v0.31.40

12 Jan 18:56

Choose a tag to compare

0.31.40 (2023-01-12)

Features

  • cubesql: Support date_trunc over column filter (c9e71e6)
  • docker: Alpine - migrate to 3.15 (3.14 was removed) (#5997) (cf9078a)
  • Hooks for the context rejection mechanism (#5901) (b6f0506)

v0.31.39

12 Jan 08:01
@ovr ovr
2b15f0c

Choose a tag to compare

0.31.39 (2023-01-12)

Bug Fixes

  • cubesql: Query cancellation for simple query protocol (#5987) (aae758f)

Features

  • Re-use connection to Cube Store from externalDriver (#5993) (69a35ed)

v0.31.38

11 Jan 06:03

Choose a tag to compare

0.31.38 (2023-01-11)

Bug Fixes

  • athena-driver: Add catalog config (#5835) Thanks @tkislan ! (c33a5c5)
  • athena-driver: TypeError: table.join is not a function (#5988) (4e56a04), closes #5143
  • Delete CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH pre-aggregations only after refresh end to avoid cold start removals (#5982) (58ad02f)

Features

  • cubesql: Improve memory usage in writting for pg-wire (#4870) (401fbcf)
  • docker: Upgrade Node.js to 14.21.1 (#5970) (0394ed2)

v0.31.37

09 Jan 22:56

Choose a tag to compare

0.31.37 (2023-01-09)

Bug Fixes

  • Remove missed cacheFn console.log (ec9e56b)

Features

  • cubejs-api-gateway: added endpoint to run sql query directly (#5786) (61d5798)
  • cubestore: Support lazy initialization for CacheStore (#5933) (37b4a95)

v0.31.36

08 Jan 06:15

Choose a tag to compare

0.31.36 (2023-01-08)

Bug Fixes

Features

  • cubestore: Set metastore current snapshot system command (#5940) (f590a20)

v0.31.35

07 Jan 06:13

Choose a tag to compare

0.31.35 (2023-01-07)

Bug Fixes

  • client-core: Added type CubesMap for cubeMap in Meta (#5897) (92d1ccb)
  • cubestore: Get query execution results even after web socket disconnect (#5931) (c6ccc1a)
  • cubestore: Maintain minimum count of metastore snapshots (#5925) (b303aa6)
  • Reduce memory footprint for pre-aggregations with many partitions by caching partition SQL (5f72d8f)

Features

  • cubejs-cli: add type-checking for cube.js files to newly-generated projects (ba31d4f)
  • cubesql: Support NULLIF in projection (129fc58)
  • cubesql: Support Thoughtspot starts/ends LIKE exprs (e6798cc)

v0.31.34

05 Jan 06:19

Choose a tag to compare

0.31.34 (2023-01-05)

Bug Fixes

  • client-core: move @babel/runtime to dependencies (#5917) (67221af)
  • Reuse queries cache in refresh worker pre-aggregation iterator to reduce memory usage in high concurrency environment (4ae21fa)