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.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)
cube - v0.26.1

Published by ovr over 3 years ago

0.26.1 (2021-02-01)

Bug Fixes

  • api-gateway: Await checkAuth middleware (b3b8ccb)
cube - v0.26.0

Published by paveltiunov over 3 years ago

0.26.0 (2021-02-01)

Features

  • Storing userContext inside payload.u is deprecated, moved to root (559bd87)
  • USER_CONTEXT -> SECURITY_CONTEXT, authInfo -> securityInfo (fa5d17c)
  • Warning about Node.js 10 deprecation (7d15099)
cube - v0.25.33

Published by paveltiunov over 3 years ago

0.25.33 (2021-01-30)

Bug Fixes

  • cubestore: min/max statistics on parquet writes (#1925) (c7b5bbf)
  • Use local dates for pre-aggregations to avoid timezone shift discrepancies on DST timezones for timezone unaware databases like MySQL (#1941) (f138e6f)
  • cubestore: Correct convert_tz implementation (f06d91e)
  • cubestore: Correct convert_tz implementation: correct sign (999e00a)
  • schema-compiler: Wrong dayOffset in refreshKey for not UTC computers (#1938) (5fe3431)

Features

  • Warning on unconfigured scheduledRefreshContexts in multitenancy mode, fix #1904 (cf1984b)
cube - v0.25.32

Published by ovr over 3 years ago

0.25.32 (2021-01-29)

Bug Fixes

  • @cubejs-client/playground: base64 file upload (#1915) (8ba70fd)
  • cubestore: Revert back naive in list OR implementation (99e9ca2)
  • shared: Value True is not valid for CUBEJS_SCHEDULED_REFRESH_TIMER (99a5759)

Features

  • cubestore: Rebase to datafusion 2021-01-27 version (#1930) (309ce8e)
cube - v0.25.31

Published by ovr over 3 years ago

0.25.31 (2021-01-28)

Bug Fixes

  • @cubejs-client/core: propagate time dimension to the drill down query (#1911) (59701da)
  • cubestore: Adjust default memory usage (04c4bc8)
  • cubestore: Bring back WAL removal (1b2bd40)
  • cubestore: Drop temporary files on CSV import (ab0affb)
  • cubestore: Error processing event DeletePartition: No such object (0208234)
  • cubestore: index out of bounds: the len is 0 but the index is 18446744073709551615 (21bb226)
  • cubestore: Limit memory usage on compaction -- zero compaction threshold case (#1895) (fb516f5)
  • cubestore: Support single partition compactions (c5eac36)

Features

  • Ability to specify dataSource from request (e8fe83a)
  • Disable graceful shutdown by default (#1903) (19e2f54)
cube - v0.25.30

Published by ovr over 3 years ago

0.25.30 (2021-01-26)

Bug Fixes

  • cubestore: add custom type 'bytes', a synonym for 'varbinary' (#1890) (4efc291)
  • shared: 1st interval unexpected call on onDuplicatedStateResolved (6265503)

Features

  • cubestore: allow to import base64-encoded bytes in CSV (#1891) (2f43afa)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status