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

Published by ovr over 3 years ago

0.26.21 (2021-02-19)

Bug Fixes

  • cubestore: Cleanup memory after selects as well (d9fd460)
cube - v0.26.20

Published by ovr over 3 years ago

0.26.20 (2021-02-19)

Bug Fixes

  • cubestore: publish package (60496e5)
cube - v0.26.19

Published by ovr over 3 years ago

0.26.19 (2021-02-19)

Bug Fixes

  • @cubejs-client/core: manage boolean filters for missing members (#2139) (6fad355)
  • @cubejs-client/react: replace dimension with member (#2142) (622f398)
  • @cubejs-client/react: type fixes (#2140) (bca1ff7)
  • @cubejs-schema-compilter: MSSQL remove order by from subqueries (75c1903)
  • druid-driver: now() is not supported (#2151) (78a21d1)
cube - v0.26.18

Published by vasilev-alex over 3 years ago

0.26.18 (2021-02-18)

Bug Fixes

  • @cubejs-client/playground: revert path alias (e577040)
cube - v0.26.17

Published by vasilev-alex over 3 years ago

0.26.17 (2021-02-18)

Bug Fixes

  • @cubejs-client/playground: error handling, refresh api (#2126) (ca730ea)
cube - v0.26.16

Published by paveltiunov over 3 years ago

0.26.16 (2021-02-18)

Bug Fixes

  • cubestore: allow conversion from string to int in partition pruning (#2128) (af920ca)
  • cubestore: CSV import silently fails on empty "" strings (c82583a)
  • cubestore: Do not block scheduler loop during event processing (3a0875e)
  • cubestore: fix index schema used for partition pruning (#2125) (99635be)
  • cubestore: put temporary downloads into a separate directory (33986e9)
  • cubestore: Remove information_schema lock access to avoid any possible tokio thread blocks (e7450a9)
  • cubestore: warmup partitions only once (#2123) (c4c009c)
  • continueWaitTimeout is ignored: expose single centralized continueWaitTimeout option (#2120) (2735d2c), closes #225

Features

  • cubestore: Build Linux (gnu) (#2088) (3ef9576)
  • cubestore: Introduce Dependency Injection (#2111) (0d97357)
  • cubestore: Schedule imports on worker nodes (c0cb164)
  • druid-driver: Support CUBEJS_DB_SSL (d8124d0)

Reverts

  • Revert "fix(cubestore): cleanup warmup downloads on partition removal (#2025)" (#2121) (f9ae6af), closes #2025 #2121
cube - v0.26.15

Published by ovr over 3 years ago

0.26.15 (2021-02-16)

Bug Fixes

  • cubestore: prune partitions during initial planning (#2100) (294928a)

Features

  • Support JWK in authentication, improve JWT configuration(#1962) (6e5d2ac)
  • support SSL ca/cert/key in .env files as multiline text (#2072) (d9f5154)
  • clickhouse-driver: HTTPS and readOnly support (3d60ead)
  • cubestore: cleanup local copies of files removed remotely (#2110) (9b3fd2e)
  • cubestore: handle IN SQL expression in partition pruning (#2101) (a7871d2)
cube - v0.26.14

Published by ovr over 3 years ago

0.26.14 (2021-02-15)

Bug Fixes

  • cubejs-cli: Deploy token from env and malformed error (#2089) (4d97399)
  • cubestore: do not wait in queue for already downloaded files (#2085) (13f4319)
  • cubestore: Multiline CSV parsing (860cf39)
  • cubestore: UTF CSV parsing (de2c6c3)

Features

cube - v0.26.13

Published by vasilev-alex over 3 years ago

0.26.13 (2021-02-12)

Bug Fixes

  • @cubejs-client/core: security token impovements (#2069) (94c1431)
  • @cubejs-client/playground: context refactor, piechart fix (#2076) (cef9251)
  • @cubejs-client/playground: Meta error handling (#2077) (1e6d591)

Features

  • @cubejs-client/playground: handle missing members (#2067) (348b245)
  • cubestore: prune partitions based on sort order at query time (#2068) (84b6c9b)
  • schema-compiler: Generate parser by antlr4ts (d8e68c7)
  • schema-compiler: Wrap new generated parser. fix #1798 (c5fde21)
  • Support for extra params in generating schema for tables. (#1990) (a9b3df2)
  • type detection - check overflows for int/bigint (393948a)
cube - v0.26.12

Published by ovr over 3 years ago

0.26.12 (2021-02-11)

Bug Fixes

  • cubestore: ms timestamp format for BigQuery support (bf70716)
  • query-orchestrator: detect negative int/decimal as strings (#2051) (2b8b549)
  • snowflake-driver: Reorder snowflake execute statement to check for error before attempting to access rows.length (#2053) (783f003)
  • UnhandledPromiseRejectionWarning: Error: Continue wait. fix #1873 (7f113f6)
cube - v0.26.11

Published by ovr over 3 years ago

0.26.11 (2021-02-10)

Bug Fixes

Features

  • cli: generate - allow to specify -d (dataSource) (51c6a1c)
cube - v0.26.10

Published by ovr over 3 years ago

0.26.10 (2021-02-09)

Bug Fixes

  • Using .end() without the flush parameter is deprecated and throws from v.3.0.0 (7078f41)
  • cubestore: Speed up CSV parsing (#2032) (39e95f0)
cube - v0.26.9

Published by vasilev-alex over 3 years ago

0.26.9 (2021-02-09)

Bug Fixes

  • @cubejs-client/playground: closing tag (b0777b3)
  • @cubejs-client/playground: tab switch (ddd93f3)
cube - v0.26.8

Published by vasilev-alex over 3 years ago

0.26.8 (2021-02-09)

Bug Fixes

  • @cubejs-client/playground: allow to store multiple tokens (bf3f49a)
  • @cubejs-client/playground: angular chart renderer (1132103)
  • cubestore: Increase job timeout to 10 minutes (a874f60)

Reverts

  • Revert "fix(cubestore): skip WAL, partition data directly during ingestion (#2002)" (c9a6527), closes #2002
cube - v0.26.7

Published by paveltiunov over 3 years ago

0.26.7 (2021-02-09)

Bug Fixes

  • cubestore: skip WAL, partition data directly during ingestion (#2002) (5442fad)

Features

  • @cubejs-client/playground: security context editing (#1986) (90f2365)
  • Support for Redis Sentinel + IORedis driver. fix #1769 (a5e7972)
  • Use REDIS_URL for IORedis options (with santinels) (988bfe5)
cube - v0.26.6

Published by ovr over 3 years ago

0.26.6 (2021-02-08)

Bug Fixes

  • cubestore: Increase default split thresholds as memory issues are fixed (7771a86)
  • server-core: add support for async driverFactory (312f90b)
  • sqlite-driver: Use workaround for FLOOR (#1931) (fe64feb)

Features

  • @cubejs-client/playground: Building pre-aggregations message (#1984) (e1fff5d)
  • Block from uploading files and folders (recur) starting from "." (d549fc4)
  • Improve typings for extendContext (8e9c3bc)
  • Partitions warmup (#1993) (200dab1)
  • cubestore: Distributed jobs implementation (#2001) (064ca30)
  • server-core: Correct typings for driverFactory/dialectFactory (51fb117)
cube - v0.26.5

Published by paveltiunov over 3 years ago

0.26.5 (2021-02-03)

Bug Fixes

  • cubestore: Return physical memory to the system after compaction (cdfec78)
  • cubestore: return physical memory to the system at rest (#1981) (7249a7d)

Features

  • cubestore: Multiple location load support (#1982) (2b509ec)
cube - v0.26.4

Published by ovr over 3 years ago

0.26.4 (2021-02-02)

Bug Fixes

  • coerceForSqlQuery - dont mutate securityContext, fix #1974 (95e0536)
cube - v0.26.3

Published by vasilev-alex over 3 years ago

0.26.3 (2021-02-02)

Bug Fixes

  • @cubejs-client/playground: table presentation (09c953d)
cube - v0.26.2

Published by ovr over 3 years ago

0.26.2 (2021-02-01)

Bug Fixes

  • cubestore: sort data in column order from the index (#1956) (342491e)
  • Cannot create proxy with a non-object as target or handler (790a3ba)

Features

  • cubestore: filter rowgroups when reading parquet files (#1957) (4df454c)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status