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.27.11

Published by ovr over 3 years ago

0.27.11 (2021-05-12)

Bug Fixes

  • clickhouse-driver: Support ungrouped query, fix #2717 (#2719) (82efc98)
  • Compress archive with Cube Store for Windows (f09589b)
  • cubestore: Built-in in archive OpenSSL for Windows (msvc) (dbdeb6d)
  • cubestore: do not stop startup warmup on errors (90350a3)

Features

  • cubestore: import separate CSV files in parallel (ca896b3)
  • Strict validatation for configuration (eda24b8)
cube - v0.27.10

Published by paveltiunov over 3 years ago

0.27.10 (2021-05-11)

Bug Fixes

Features

  • Move External Cache And Queue serving to Cube Store (#2702) (37e4268)
cube - v0.27.9

Published by ovr over 3 years ago

0.27.9 (2021-05-11)

Bug Fixes

  • @cubejs-backend/schema-compiler: titleize fix (#2695) (d997f49)
  • mssql-driver: Cannot read property 'readOnly' of undefined, fix #2659 (d813594)

Features

  • cubestore: Support x86_64-pc-windows-msvc (407f1bd)
cube - v0.27.8

Published by vasilev-alex over 3 years ago

0.27.8 (2021-05-06)

Bug Fixes

  • @cubejs-client/playground: prevent the browser to freeze on large SQL highlighting (3285008)
cube - v0.27.7

Published by ovr over 3 years ago

0.27.7 (2021-05-04)

Bug Fixes

  • ECONNREFUSED 127.0.0.1:3030 on health checks in production mode without Cube Store (7ccfbe1)
  • TypeError: moment is not a function (39662e4)
cube - v0.27.6

Published by vasilev-alex over 3 years ago

0.27.6 (2021-05-03)

Bug Fixes

  • @cubejs-client/playground: display server error message (#2648) (c4d8936)
cube - v0.27.5

Published by ovr over 3 years ago

0.27.5 (2021-05-03)

Bug Fixes

  • cubestore: create metastore-current atomically, do not send content-length to GCS (a2a68a0)
  • cubestore: support OFFSET clause (30b7b68)
  • query-orchestrator: tableColumnTypes - compatibility for MySQL 8 (a886876)
  • cubejs-dev-server (8a16b52)

Features

  • Use Cube Store as default EXTERNAL_DB, prefix variables (30d52c4)
  • @cubejs-client/playground: pre-aggregation status (#2641) (f48f63f)
cube - v0.27.4

Published by ovr over 3 years ago

0.27.4 (2021-04-29)

Bug Fixes

  • @cubejs-client/playground: cache pane crash (#2635) (405b80b)
  • @cubejs-client/playground: pass field, win host (e3144e9)
  • cubestore: make top-k scan less batches (486ee32)
  • cubestore-driver: Ping connection only when it's OPEN (d80e157)
  • Show warning for deprecated variables only once (fecbda4)
cube - v0.27.3

Published by paveltiunov over 3 years ago

0.27.3 (2021-04-29)

Bug Fixes

cube - v0.27.2

Published by vasilev-alex over 3 years ago

0.27.2 (2021-04-28)

Bug Fixes

  • Disable Scheduling when querying is not ready (before connection Wizard) (b518ccd)
  • Error: ENOENT: no such file or directory, scandir '/cube/conf/schema' (dc96084)
  • Move Prettier & Jest to dev dep (reduce size) (da59584)
  • @cubejs-server/core: config file check (1c16af1)
cube - v0.27.1

Published by vasilev-alex over 3 years ago

0.27.1 (2021-04-27)

Bug Fixes

  • cubestore: simplify trim_alloc handling (aa8e721)
  • Deprecate CUBEJS_REDIS_PASSWORD, similar to all REDIS_ variables (#2604) (ee54aeb), closes #ch484
cube - v0.27.0

Published by paveltiunov over 3 years ago

0.27.0 (2021-04-26)

Features

  • Add CUBEJS_ prefix for REDIS_URL/REDIS_TLS (#2312) (b5e7099)
cube - v0.26.104

Published by paveltiunov over 3 years ago

0.26.104 (2021-04-26)

Bug Fixes

  • Original SQL table is not found when useOriginalSqlPreAggregations used together with CUBE.sql() reference (#2603) (5fd8e42)
cube - v0.26.103

Published by ovr over 3 years ago

0.26.103 (2021-04-24)

Bug Fixes

  • cubestore: deploy datafusion fix, add test for failing top-k (59bc127)
  • concurrency lock driver instance & release on error (dd60f5d)
  • Typo JWK_KEY -> JWT_KEY (#2516) (7bdb576), closes #ch449
  • cubestore: fix error on binary results of CASE (72634e9)
  • docker: Dev images & broken playground after local build (3d7a96d)
  • mssql-driver: multi-part identifier columns.data_type (487e8b2)
  • snowflake: pre-aggregations & add support for number/timestamp_ntz -> generic type (d66bac8)

Features

cube - v0.26.102

Published by ovr over 3 years ago

0.26.102 (2021-04-22)

Bug Fixes

  • @cubejs-client/core: add type definition to the categories method (#2585) (4112b2d)
  • cubestore: download data files on worker startup (0a6caba)
  • cubestore: download only relevant partitions on workers (7adfd62)

Features

  • @cubejs-playground: localhost connection tipbox (#2587) (bab3265)
  • server: Handle Ctrl + C (SIGINT) in Docker (644dc46)
cube - v0.26.101

Published by ovr over 3 years ago

0.26.101 (2021-04-20)

Bug Fixes

  • QueryQueue - broken queuing on any error (TimeoutError: ResourceRequest timed out) (ebe2c71)
cube - v0.26.100

Published by paveltiunov over 3 years ago

0.26.100 (2021-04-20)

Bug Fixes

  • Make sure pre-aggregation warmup has a priority over Refresh Scheduler to avoid endless loop refreshes (9df3506)

Features

  • api-gateway: Allow to throw CubejsHandlerError in checkAuth (559172a)
cube - v0.26.99

Published by paveltiunov over 3 years ago

0.26.99 (2021-04-16)

Bug Fixes

  • Continuous refresh during Scheduled Refresh in case of both external and internal pre-aggregations are defined for the same data source (#2566) (dcd2894)

Features

  • dreamio-driver: Improve polling, similar to BigQuery driver (5a4783a)
  • dreamio-driver: Up code quality (9e1aafe)
cube - v0.26.98

Published by ovr over 3 years ago

0.26.98 (2021-04-15)

Bug Fixes

  • @cubejs-client/playground: live preview check (5b4b5b8)
  • cubestore: allow to disable top-k with env var (9c2838a), closes #2559
  • cubestore: re-enable streaming for top-k (c21b5f7)
  • docker: Build playground for dev images (42a75db)
  • dreamio-driver: Allow casting boolean/number/measure (#2560) (4ff93fe)
  • dreamio-driver: Remove unexpected console.log (#2561) (a3beee7)

Features

  • ws-transport: Introduce close() method (47394c1)
cube - v0.26.97

Published by vasilev-alex over 3 years ago

0.26.97 (2021-04-14)

Note: Version bump only for package cubejs

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