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

Published by vasilev-alex over 3 years ago

0.27.37 (2021-06-21)

Bug Fixes

  • cubestore: fix 'Failed to write RLE run' (845094b)
  • mssql-driver: Support case sensitive collation (fd40d4a)
  • mssql-driver: Use DATETIME2 type in dateTimeCast (#2962) (c8563ab)

Features

  • Remove support for view (dead code) (de41702)
  • Support schema without references postfix (22388cc)
cube - v0.27.36

Published by vasilev-alex over 3 years ago

0.27.36 (2021-06-21)

Bug Fixes

  • @cubejs-backend/server-core: ready for query processing flag (#2984) (8894a50)
  • api-gateway: debug info, handle authInfo for Meta API (#2979) (d9c4ef3)
  • elasticsearch-driver: Make readOnly (15ec569)
cube - v0.27.35

Published by vasilev-alex over 3 years ago

0.27.35 (2021-06-18)

Bug Fixes

  • @cubejs-client/vue: support all pivotConfig props (#2964) (8c13b2b)
  • cubestore: do not spam logs when no statsd server is listening (44b8cad)
  • cubestore: fix assertion failure (unsorted inputs to merge sort) (534da14)
  • cubestore: send at most one request per worker (17e504a)

Features

  • @cubejs-client/playground: cli connection wizard (#2969) (77652d7)
  • @cubejs-client/vue: support logical operator filters (#2950). Thanks to @piktur! (1313dad)
  • mongobi-driver: Ingest types from driver (c630997)
  • mongobi-driver: Migrate to TypeScript (8ca7811)
  • mongobi-driver: Support streaming (059368e)
  • MySQL/PostgreSQL - make readOnly by default (86eef1b)
  • mysql-driver: Ingest types from driver (89a48a8)
cube - v0.27.34

Published by ovr over 3 years ago

0.27.34 (2021-06-15)

Bug Fixes

Features

  • clickhouse-driver: Migrate to TS & HydrationStream (c9672c0)
  • clickhouse-driver: Support streaming (2df4b10)
  • clickhouse-driver: Support type ingestion from database (dfde312)
cube - v0.27.33

Published by vasilev-alex over 3 years ago

0.27.33 (2021-06-15)

Bug Fixes

  • api-gateway: Extend Load Request Success event (#2952) (37a3563)
  • cubestore: fix crash (merge not supported on Float64) (78e6d36)
  • server-core: Finding preAggregation by strict equal, Meta API (#2956) (c044da6)
cube - v0.27.32

Published by vasilev-alex over 3 years ago

0.27.32 (2021-06-12)

Features

  • @cubejs-client/playground: internal pre-agg warning (#2943) (039270f)
cube - v0.27.31

Published by ovr over 3 years ago

0.27.31 (2021-06-11)

Bug Fixes

  • Allow multi timezone filter for pre-aggregations Meta API (#2912) (5a873db)
  • bigquery-driver: Encode buffer as base64 for CSV (streaming) (a311a9a)
  • cubejs-api-gateway: Proper end date when current month has less days than previous month (#2824) (0f83356)
  • Create schema directory in DEV_MODE, when server is ready for processing (c7b886c)
  • cubestore: finalize GCP configuration variable names (116ddc5)
  • cubestore: optimize access to table metainformation (e727c8b)
  • cubestore: remove backtraces from error messages (89a2e28)
  • extDbType warning (#2939) (0f014bf)
  • Fetch all partitions, pre-aggregations Meta API (#2944) (b5585fb)
  • Make missing externalDriverFactory error message more specific (b5480f6)

Features

  • @cubejs-client/playground: query tabs, preserve query history (#2915) (d794d9e)
  • cubestore: Bump rocksdb for bindgen -> libloading (compatiblity aaarch64) (a09d399)
  • snowflake-driver: Support UNLOAD to GCS (91691e9)
  • Rename queryTransformer to queryRewrite (with compatibility) (#2934) (458cd9d)
  • Suggest export/unload for large pre-aggregations (detect via streaming) (b20cdbc)
  • Write preAggregations block in schema generation (2c1e150)
cube - v0.27.30

Published by vasilev-alex over 3 years ago

0.27.30 (2021-06-04)

Bug Fixes

  • @cubejs-backend/query-orchestrator: enum to generic type (#2906) (1a4f745)
  • @cubejs-client/playground: pre-agg status (#2904) (b18685f)
  • @cubejs-client/react: order reset (#2901) (536819f)
  • snowflake-driver: Unexpected random order for columns in pre-aggregations (a99977a)
  • pass timezone to pre-aggregation description (#2884) (9cca41e)

Features

  • Make scheduledRefresh true by default (preview period) (f3e648c)
  • skipExternalCacheAndQueue for Cube Store (dc6138e)
  • cubestore: combine query results on worker (d76c9fd)
  • Introduce lock for dropOrphanedTables (concurrency bug) (29509fa)
  • large dataset warning (#2848) (92edbe9)
  • cross: Upgrade, use llvm/clang 9 (f046839)
  • cubestore: support the 'coalesce' function, fix #2887 (017fd4b)
  • cubestore: Use NPM's proxy settings in post-installer (0b4daec)
cube - v0.27.29

Published by ovr over 3 years ago

0.27.29 (2021-06-02)

Bug Fixes

  • Pass securityContext to contextSymbols in refresh scheduler (886c276)
  • Resolve refresh key sql for pre-aggregations meta api (#2881) (55383b6)
  • cubestore: clean up metastore if create table fails, fix #2880 (f2d5b1a)
  • cubestore: fix encoding of sparse HLL imported from Snowflake (5ca48f4)
  • elasticsearch-driver: Lock @elastic/elasticsearch to 7.12 for Node.js 10 support (cedf108)

Features

  • cubestore: cubestore-specific env vars for GCS configuration (6760c0e)
  • docker: Install redshift-driver (dc81be5)
  • snowflake-driver: Support HLL (7b57840)
cube - v0.27.27

Published by ovr over 3 years ago

0.27.27 (2021-06-01)

Bug Fixes

  • cubestore: panic on compaction of decimals #2868 (a4eef83)
  • Filter empty contexts for pre-aggregation Meta API (#2873) (cec4dff)
cube - v0.27.26

Published by ovr over 3 years ago

0.27.26 (2021-06-01)

Bug Fixes

  • redshift-driver: publishConfig - public (d72baf4)
cube - v0.27.25

Published by ovr over 3 years ago

0.27.25 (2021-06-01)

Bug Fixes

  • @cubejs-backend/mssql-driver: Add column type mappings for MSSQL external pre-aggregations (#2846) (7c1ef6d)
  • cubestore: allow decimal and float type in index keys (32d2f69)
  • cubestore: Uncompress files with .gz (5f8062a)
  • mysql/aurora-mysql: Unexpected index creation in loop (#2828) (456aae7)

Features

  • Introduce Redshift driver (based on postgres-driver) (f999699)
  • cubestore: Support import of Snowflake HLL (61324e0)
  • redshift-driver: Support UNLOAD (direct export to S3) (d741027)
  • Pre-aggregations Meta API, part 2 (#2804) (84b6e70)
  • time filter operators (#2851) (5054249)
cube - v0.27.24

Published by paveltiunov over 3 years ago

0.27.24 (2021-05-29)

Bug Fixes

  • @cubejs-client/core: decompose type (#2849) (60f2596)
  • cubestore: Invalid cross-device link (os error 18) during streaming CREATE TABLE (942f6d0)
cube - v0.27.23

Published by ovr over 3 years ago

0.27.23 (2021-05-27)

Bug Fixes

  • bigquery-driver: Broken package (8b8c10b)
  • cubestore: do not resolve aliases in having clause (caca792)
cube - v0.27.22

Published by vasilev-alex over 3 years ago

0.27.22 (2021-05-27)

Bug Fixes

  • postgresql-driver: Map bool/float4/float8 to generic type, use bigint for int8 (ddc1739)

Features

  • @cubejs-client/vue3: vue 3 support (#2827) (6ac2c8c)
  • bigquery-driver: Migrate to TypeScript (7c5b254)
  • bigquery-driver: Support CUBEJS_DB_EXPORT_BUCKET (400c163)
  • bigquery-driver: Support streaming (8ffeba2)
cube - v0.27.21

Published by paveltiunov over 3 years ago

0.27.21 (2021-05-26)

Bug Fixes

  • Drop NodeJs namespace from @types/styled-components (343fa8c)
  • Pre-aggregation warmup stucks if refresh range fetch takes too long (fe9afd5)
cube - v0.27.20

Published by vasilev-alex over 3 years ago

0.27.20 (2021-05-25)

Bug Fixes

  • @cubejs-client/playground: reorder reset (#2810) (2d22683)

Features

  • @cubejs-client/playground: sticky search bar, search improvements (#2815) (343c52b)
  • cubestore: support aliases for right side of joins (42a7d41)
  • cubestore: support SQL for rolling window queries (03ff70a)
cube - v0.27.19

Published by ovr over 3 years ago

0.27.19 (2021-05-24)

Bug Fixes

  • Dont publish source files for snowflake/postgresql (cd2c90f)
  • snowflake-driver: Handle UNLOAD for empty tables (f5f69ff)

Features

  • Make rollup default for preAggregation.type (4875fa1)
  • Pre-aggregations Meta API, part 1 (#2801) (2245a77)
  • @cubejs-client/playground: pre-agg helper (#2807) (44f09c3)
cube - v0.27.18

Published by paveltiunov over 3 years ago

0.27.18 (2021-05-22)

Bug Fixes

  • @cubejs-backend/postgres-driver: Cannot find module './dist/src' (d4cd657)
cube - v0.27.17

Published by paveltiunov over 3 years ago

0.27.17 (2021-05-22)

Bug Fixes

  • CUBEJS_JWT_KEY - allow string (1bd9832)
  • Pre-aggregation table is not found if warming up same pre-aggregation with a new index (b980744)
  • cubestore: fix #2748, a crash in partition filter (f6f0992)
  • cubestore: improve partition filter accuracy (ef93d26)

Features

  • @cubejs-client/core: exporting CubejsApi class (#2773) (03cfaff)
  • mysql-driver: Support streaming (d694c91)
  • postgres-driver: Introduce streaming (7685ffd)
  • postgres-driver: Migrate driver to TypeScript (38f4adb)
  • snowflake-driver: Introduce streaming (4119a79)
  • snowflake-driver: Migrate to TypeScript (c63a0ae)
  • snowflake-driver: Support UNLOAD to S3 (d984f97)
  • Dont introspect schema, if driver can detect types (3467b44)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status