cube

📊 Cube — The Semantic Layer for Building Data Applications

OTHER License

Downloads
1.5M
Stars
17.8K
Committers
313

Bot releases are hidden (Show)

cube - v0.26.55

Published by ovr over 3 years ago

0.26.55 (2021-03-12)

Bug Fixes

  • playground: Cannot read property 'extendMoment' of undefined (42fd694)

Features

  • elasticsearch-driver: Ability to use USERNAME, PASSWORD and SSL_* env variables (13c90cd)
  • elasticsearch-driver: Implement release (2b88ed7)
cube - v0.26.54

Published by vasilev-alex over 3 years ago

0.26.54 (2021-03-12)

Bug Fixes

  • @cubejs-client/react: Prevent calling onVizStateChanged twice unless needed (#2351) (3719265)
  • running Angular dashboard in Docker (#2353) (d1e2e9e)
  • cubestore: fix crash on empty sort order, temporarily disable full hash aggregate optimization (#2348) (7dfd51a)

Features

  • Suggest to install cubestore-driver to get external pre-agg layer (2059e57)
  • Suggest to use rollUp & pre-agg for to join across data sources (2cf1a63)
cube - v0.26.53

Published by ovr over 3 years ago

0.26.53 (2021-03-11)

Bug Fixes

  • @cubejs-backend/dremio-driver: Use ILIKE instead of LIKE for contains operator (fb6fa73)
  • cubestore: fix crash on empty results from workers (9efb2a4)
  • cubestore: Malloc trim inside worker processes (9962fa1)
  • cubestore: Node.js 10 support, switched to cli-progress (032a6ab)
  • cubestore: update arrow, fix test merge sort over unions (#2326) (2c02d8f)
  • cubestore: use merge sort exec when aggregations are required (#2330) (9a4603a)

Features

  • cubestore: Support boolean expressions in partition filters (#2322) (6fa38d3)
cube - v0.26.52

Published by paveltiunov over 3 years ago

0.26.52 (2021-03-07)

Bug Fixes

  • @cubejs-backend/cubestore-driver: Error: connect ECONNREFUSED 127.0.0.1:3030 (74f4683)
cube - v0.26.51

Published by paveltiunov over 3 years ago

0.26.51 (2021-03-07)

Bug Fixes

  • @cubejs-backend/cubstore-driver: Missing files in package.json (487f4cc)
cube - v0.26.50

Published by paveltiunov over 3 years ago

0.26.50 (2021-03-07)

Bug Fixes

  • cubestore: Group by without aggregates returns empty results (82902dd)

Features

cube - v0.26.49

Published by ovr over 3 years ago

0.26.49 (2021-03-05)

Bug Fixes

  • @cubejs-client/playground: error fix (7ac72e3)
  • @cubejs-client/react: QueryRenderer TS type fix (7c002c9)
  • @cubejs-client/react: type fixes (#2289) (df2b24c)
  • cubestore: fully execute a single-node query on a worker (#2288) (00156d0)
  • cubestore: Merge aggregate performance improvements (a0dbb1a)
  • cubestore: update arrow, provide hints for default index of CubeTableExec (#2304) (e27b8a4)
  • server: overide env variables only on reload, fix #2267 (e1ee222)

Features

  • @cubejs-client/react: Adding queryError to QueryBuilder for showing dryRun errors (#2262) (61bac0b)
  • cubestore: Merge aggregate (#2297) (31ebbbc)
  • elasticsearch-driver: Introduce typings (c0e519d)
  • elasticsearch-driver: Support for elastic.co & improve docs (#2240) (d8557f6)
  • Enable SQL cache by default (4b00a4f)
cube - v0.26.48

Published by ovr over 3 years ago

0.26.48 (2021-03-04)

Bug Fixes

  • cubestore: publish issue (5bd1c3b)
cube - v0.26.47

Published by ovr over 3 years ago

0.26.47 (2021-03-04)

Bug Fixes

  • @cubejs-client/playground: missing chart renderers (a76b39f)
  • cubestore: post-install - compatbility with non bash env (4b0c9ef)
cube - v0.26.46

Published by vasilev-alex over 3 years ago

0.26.46 (2021-03-04)

Bug Fixes

  • @cubejs-client/playground: React and Angular code generation (#2285) (4313bc8)
cube - v0.26.45

Published by vasilev-alex over 3 years ago

0.26.45 (2021-03-04)

Bug Fixes

Features

  • Fetch JWK in background only (954ce30)
  • cubestore: Extract transport to separate service (#2236) (921786b)
cube - v0.26.44

Published by ovr over 3 years ago

0.26.44 (2021-03-02)

Bug Fixes

  • schema-compiler: @types/ramda is a dev dependecy, dont ship it (0a87d11)

Features

  • examples: add simple example project for asyncModule() (d6bbab7)
cube - v0.26.43

Published by ovr over 3 years ago

0.26.43 (2021-03-02)

Bug Fixes

  • @cubejs-client/playground: loading state colors (#2252) (c7d1da4)
  • cubestore: post-install - right path (fc77c8f)

Features

  • cli: Install Cube Store driver (6153add)
cube - v0.26.42

Published by ovr over 3 years ago

0.26.42 (2021-03-02)

Bug Fixes

  • cubestore: allow to prune partitions with unbounded min or max (#2213) (1649c09)
  • cubestore-driver: host must be 127.0.0.1 for CubeStoreDevDriver (435d4d6)

Features

  • cubestore: post-install - improvements (871cadb)
cube - v0.26.41

Published by vasilev-alex over 3 years ago

0.26.41 (2021-03-01)

Bug Fixes

  • @cubejs-client/playground: chart library title (0f5884a)
  • @cubejs-client/playground: meta refresh refactoring (#2242) (b3d5085)

Features

  • sqlite-driver: bump sqlite3 from 4.2.0 to 5.0.2 (#2127) (81f64df)
  • improve compression for binaries (356120f)
cube - v0.26.40

Published by ovr over 3 years ago

0.26.40 (2021-03-01)

Bug Fixes

  • cubestore: CubeStoreHandler - startup timeout, delay execution before start (db9a8bd)

Features

  • cubestore: Compress binary for linux-gnu (f0edd1a)
  • docker: built-in cubestore (15a2599)
cube - v0.26.39

Published by ovr over 3 years ago

0.26.39 (2021-02-28)

Bug Fixes

  • cubestore: Malloc trim is broken for docker (#2223) (5702cc4)
  • cubestore: use spawn_blocking on potentially expensive operations (#2219) (a0f92e3)

Features

  • cubestore: Build binary with static linking for OpenSSL (5cd961f)
  • cubestore: Bump OpenSSL to 1.1.1h (a1d091e)
  • cubestore: Web Socket transport (#2227) (8821b9e)
  • Use single instance for Cube Store handler (#2229) (35c140c)
cube - v0.26.38

Published by paveltiunov over 3 years ago

0.26.38 (2021-02-26)

Bug Fixes

  • Optimize compute time during pre-aggregations load checks for queries with many partitions (b9b590b)
  • cubestore: Reduce too verbose logging on slow queries (1d62a47)
cube - v0.26.37

Published by paveltiunov over 3 years ago

0.26.37 (2021-02-26)

Bug Fixes

  • @cubejs-backend/dremio-driver: Typo in error message (49f0af8)

Features

cube - v0.26.36

Published by paveltiunov over 3 years ago

0.26.36 (2021-02-25)

Bug Fixes

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