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

Published by paveltiunov almost 4 years ago

0.25.9 (2020-12-31)

Bug Fixes

  • @cubejs-backend/cubestore-driver: 10k batch size upload (d863a10)
cube - v0.25.8

Published by paveltiunov almost 4 years ago

0.25.8 (2020-12-31)

Features

  • @cubejs-backend/mysql-driver: More int and text types support for read only pre-aggregations (5bb2a4f)
cube - v0.25.7

Published by paveltiunov almost 4 years ago

0.25.7 (2020-12-30)

Bug Fixes

  • @cubejs-backend/mysql-driver: Handle mediumint(9) type (3d135b1)
cube - v0.25.6

Published by ovr almost 4 years ago

0.25.6 (2020-12-30)

Bug Fixes

  • Allow CUBEJS_SCHEDULED_REFRESH_TIMER to be boolean (4e80645)
cube - v0.25.5

Published by ovr almost 4 years ago

0.25.5 (2020-12-30)

Features

  • Allow to specify socket for PORT/TLS_PORT, fix #1681 (b9c4669)
cube - v0.25.4

Published by paveltiunov almost 4 years ago

0.25.4 (2020-12-30)

Bug Fixes

  • cubestore: next_table_seq sanity check until transactions arrive (f9b65ea)
  • cubestore: Atomic WAL activation (0c64e69)
  • cubestore: Migrate to memory sequence tracking until transactions arrive (7308a63)
  • cubestore: Move to RocksDB Snapshot reading to ensure strong metastore read consistency (68dac72)

Features

  • @cubejs-backend/cubestore-driver: Increase upload batch size to 50k (1bebc1d)
  • server-core: Compatibility shim, for legacy imports (2116799)
  • server-core: Initial support for TS (df45216)
  • server-core: Introduce CUBEJS_PRE_AGGREGATIONS_SCHEMA, use dev_preaggregations/prod_preaggregations by default (e5bdf3d)
  • server-core: Move to TS (d7b7431)
cube - v0.25.3

Published by paveltiunov almost 4 years ago

0.25.3 (2020-12-28)

Bug Fixes

  • CUBEJS_SCHEDULED_REFRESH_CONCURRENCY doesn't work (1f6b505)
cube - v0.25.2

Published by paveltiunov almost 4 years ago

0.25.2 (2020-12-27)

Bug Fixes

  • @cubejs-backend/query-orchestrator: Throw an exception on empty pre-agg in readOnly mode, refs #1597 (17d5fdb)
  • @cubejs-backend/schema-compiler: MySQL double timezone conversion (e5f1490)
  • @cubejs-client/react: prevent state updates on unmounted components (#1684) (4f3796c)
  • api-gateway: /readyz /healthz - correct response for partial outage (1e5bdf5)

Features

  • Ability to set timeouts for polling in BigQuery/Athena (#1675) (dc944b1), closes #1672
  • Concurrency controls for scheduled refresh (2132f0d)
  • api-gateway: Support schema inside Authorization header, fix #1297 (2549004)
  • cubestore: Default decimal scale (a79f98b)
cube - v0.25.1

Published by paveltiunov almost 4 years ago

0.25.1 (2020-12-24)

Bug Fixes

  • @cubejs-backend/schema-compiler: Better error message for join member resolutions (30cc3ab)
  • @cubejs-backend/schema-compiler: Error: TypeError: R.eq is not a function -- existing joins in rollup support (5f62aae)
  • @cubejs-client/playground: propagate cubejs token (#1669) (f1fb563)
  • cubestore: Merge join empty side fixes (5e65c3e)
  • cubestore: Non atomic primary key allocation conflicts (073ac8c)
  • cubestore: Pass join on sort conditions explicitly. Avoid incorrectly selected sort keys. (b6a2e4a)
  • playground: Use basePath from configuration, fix #377 (c94cbce)

Features

  • @cubejs-backend/dremio-driver: Add HTTPS support for Dremio (#1666), Thanks @chipblox (1143e9c)
  • athena-driver: Support readOnly option, add typings (a519cb8)
  • elasticsearch-driver: Support CUBEJS_DB_ELASTIC_QUERY_FORMAT, Thanks @dylman79 (a7460f5)
cube - v0.25.0

Published by paveltiunov almost 4 years ago

0.25.0 (2020-12-21)

Bug Fixes

  • @cubejs-client/playground: chart renderer load (#1658) (bbce716)
  • getQueryStage throws undefined is not a function (0de1603)

Features

  • Allow cross data source joins (a58336e)
  • Allow cross data source joins: Serverless support (034cdc8)
cube - v0.24.15

Published by paveltiunov almost 4 years ago

0.24.15 (2020-12-20)

Bug Fixes

  • cubestore: Atomic chunks repartition (b1a23da)
  • cubestore: Atomic index snapshotting (8a50f34)

Features

  • Allow joins between data sources for external queries (1dbfe2c)
  • cubestore: Support GROUP BY DECIMAL (#1652) (4ad97dc)
cube - v0.24.14

Published by paveltiunov almost 4 years ago

0.24.14 (2020-12-19)

Bug Fixes

  • Rollup match results for rollupJoin (0279b13)
  • api-gateway: Fix broken POST /v1/dry-run (fa0cae0)

Features

cube - v0.24.13

Published by vasilev-alex almost 4 years ago

0.24.13 (2020-12-18)

Bug Fixes

  • @cubejs-client/react: reset the error on subsequent calls (#1641) (2a65dae)

Features

  • api-gateway: Dont run all health checks, when the one is down (f5957f4)
  • Rollup join implementation (#1637) (bffd220)
cube - v0.24.12

Published by ovr almost 4 years ago

v0.24.12 (2020-12-16)

Bug Fixes

Features

  • api-gateway: Support POST for /v1/dry-run (d9af942)
  • query-orchestrator: detects bigint in readOnly mode, when it's Number (a21cc10)
  • Introduce health checks (#1607) (d96c662)
cube - v0.24.11

Published by paveltiunov almost 4 years ago

0.24.11 (2020-12-17)

Note: Version bump only for package cubejs

cube - v0.24.9

Published by paveltiunov almost 4 years ago

0.24.9 (2020-12-16)

Bug Fixes

  • @cubejs-backend/mysql-driver: Revert back test on borrow with database pool error logging. (2cdaf40)
  • docker: Drop usage of VOLUME to protected unexpected behavior (e3f20cd)
  • Warning about absolute import (5f228bc)

Features

  • @cubejs-client/playground: Angular chart code generation support in Playground (#1519) (4690e11), closes #1515 #1612
  • @cubejs-client/react: dry run hook (#1612) (9aea035)
cube - v0.24.8

Published by ovr almost 4 years ago

0.24.8 (2020-12-15)

Bug Fixes

  • @cubejs-backend/mysql-driver: Use decimal(38,10) for external pre-aggregations, fix #1563 (3aec549)
  • @cubejs-backend/schema-compiler: CubeCheckDuplicatePropTranspiler - dont crash on not StringLiterals (#1582) (a705a2e)
  • @cubejs-client/playground: fix color name and change font to Inter (010a106)

Features

  • @cubejs-backend/query-orchestrator: Introduce AsyncRedisClient type (728110e)
  • @cubejs-backend/query-orchestrator: Migrate createRedisClient to TS (78e8422)
  • @cubejs-backend/query-orchestrator: Move RedisPool to TS, export RedisPoolOptions (8e8abde)
  • @cubejs-backend/query-orchestrator: Set redis pool options from server config (c1270d4)
  • @cubejs-client/core: Added pivotConfig option to alias series with a prefix (#1594). Thanks to @MattGson! (a3342f7)
  • Set CUBEJS_SCHEDULED_REFRESH_TIMER default value to 30 seconds (f69324c)
cube - v0.24.7

Published by paveltiunov almost 4 years ago

0.24.7 (2020-12-14)

Bug Fixes

  • @cubejs-backend/mysql-driver: Do not validate connections in pool and expose all errors to clients (b62f27f)
cube - v0.24.6

Published by paveltiunov almost 4 years ago

0.24.6 (2020-12-13)

Bug Fixes

  • @cubejs-backend/api-gateway: SubscriptionServer - support dry-run (#1581) (43fbc20)
  • cubejs-cli: deploy --upload-env - filter CUBEJS_DEV_MODE (81a835f)

Features

  • cubestore: Explicit index selection for join (290cab8)
  • Move index creation orchestration to the driver: allow to control drivers when to create indexes (2a94e71)
  • cubestore: String implicit casts. CREATE INDEX support. (d42c199)
cube - v0.24.5

Published by paveltiunov almost 4 years ago

0.24.5 (2020-12-09)

Bug Fixes

  • @cubejs-backend/api-gateway: Export UserError/CubejsHandlerError (#1540) (20124ba)
  • @cubejs-client/playground: fix user select on tab content (7a0e4ef)
  • cubestore: Compaction fixes (7441a26)
  • cubestore: Partition range gap fix (3610b61)

Features

  • @cubejs-backend/bigquery-driver: Allow to make BigQueryDriver as readOnly, fix #1028 (d9395f6)
  • @cubejs-backend/mysql-driver: CAST all time dimensions with granularities to DATETIME in order to provide typing for rollup downloads. Add mediumtext and mediumint generic type conversions. (3d8cb37)
  • cubejs-cli: improve DX for docker (#1457) (72ad782)
  • cubestore: CUBESTORE_PORT env variable (11e36a7)
  • cubestore: IN Implementation (945d8bc)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status