cube

📊 Cube — The Semantic Layer for Building Data Applications

OTHER License

Downloads
1.5M
Stars
17.8K
Committers
313

Bot releases are visible (Hide)

cube - v0.31.41

Published by buntarb almost 2 years ago

0.31.41 (2023-01-13)

Bug Fixes

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

Features

cube - v0.31.40

Published by bsod90 almost 2 years ago

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)
cube - v0.31.39

Published by ovr almost 2 years ago

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)
cube - v0.31.38

Published by paveltiunov almost 2 years ago

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)
cube - v0.31.37

Published by paveltiunov almost 2 years ago

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)
cube - v0.31.36

Published by paveltiunov almost 2 years ago

0.31.36 (2023-01-08)

Bug Fixes

  • graphql non capital cube name issue (#5680) Thanks @MattFanto! (47956ea), closes #5643
  • Potential OOM due to recursion while recovering Cube Store websocket (8a0fd1f)

Features

  • cubestore: Set metastore current snapshot system command (#5940) (f590a20)
cube - v0.31.35

Published by paveltiunov almost 2 years ago

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)
cube - v0.31.34

Published by paveltiunov almost 2 years ago

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)
cube - v0.31.33

Published by ovr almost 2 years ago

0.31.33 (2023-01-03)

Bug Fixes

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

Features

cube - v0.31.32

Published by paveltiunov almost 2 years ago

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)
cube - v0.31.31

Published by ovr almost 2 years ago

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)
cube - v0.31.30

Published by paveltiunov almost 2 years ago

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

cube - v0.31.29

Published by paveltiunov almost 2 years ago

0.31.29 (2022-12-18)

Bug Fixes

  • Error: WebSocket is not open: readyState 2 (CLOSING) (#5846) (a5be099)
cube - v0.31.28

Published by paveltiunov almost 2 years ago

0.31.28 (2022-12-16)

Features

  • Support string, time and boolean measures (#5842) (4543ede)
cube - v0.31.27

Published by buntarb almost 2 years ago

0.31.27 (2022-12-16)

Bug Fixes

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

Published by paveltiunov almost 2 years ago

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)
cube - v0.31.25

Published by gandronchik almost 2 years ago

0.31.25 (2022-12-10)

Bug Fixes

  • cubesql: normalize column names in filter node (#5788) (28aa008)
cube - v0.31.24

Published by paveltiunov almost 2 years ago

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

  • Revert "feat(api-gateway, server-core): Added dataSources list to extended meta (#5743)" (#5785) (3c61467), closes #5743 #5785
  • Revert "chore(cubejs-api-gateway): added endpoint to run sql query directly (#5723)" (#5784) (f1140de), closes #5723 #5784
cube - v0.31.23

Published by buntarb almost 2 years ago

0.31.23 (2022-12-09)

Bug Fixes

Features

cube - v0.31.22

Published by gandronchik almost 2 years ago

0.31.22 (2022-12-07)

Bug Fixes

  • cubesql: Metabase - auto-generated charts for cubes containing string dimensions (#5728) (72be686)
  • cubestore: Added long running job fetches burst network (385c4a6)
  • cubestore: Increase default stale stream timeout to allow replays to catch up with large kafka streams (43cf0b1)
  • cubestore: Row with id 1 is not found for SchemaRocksTable -- fix log replay order during metastore loading from dump (b74c072)
  • playground: reload the page in case chunks got stale (#5646) (2215595)
  • return failed query request ids (#5729) (22cd580)

Features

Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status