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

Published by ovr over 3 years ago

0.25.29 (2021-01-26)

Bug Fixes

  • cubestore: CSV import escape sequence (a3e118e)
  • cubestore: More CSV import escaping cases (9419128)
  • cubestore: Support NULL values in CSV import (529e5ac)

Features

  • cubestore: CUBESTORE_WAL_SPLIT_THRESHOLD env variable (0d7e550)
  • Improve logs for RefreshScheduler and too long execution (d0f1f1b)
cube - v0.25.28

Published by vasilev-alex over 3 years ago

0.25.28 (2021-01-25)

Bug Fixes

  • dependency version resolution (f314ec5)
  • cubestore: merge() and cardinality() now work on empty inputs (#1875) (0e35861)

Features

  • cubestore: HyperLogLog++ support for BigQuery (#1872) (357ecef)
cube - v0.25.27

Published by ovr over 3 years ago

0.25.27 (2021-01-25)

Bug Fixes

  • mongobi-driver: authSwitchHandler api is deprecated, please use new authPlugins api (5ee9349)

Features

  • server: Dont accept new request(s) during shutdown (#1855) (78f8f0b)
cube - v0.25.26

Published by paveltiunov over 3 years ago

0.25.26 (2021-01-25)

Features

  • BigQuery CSV pre-aggregation download support (#1867) (5a2ea3f)
cube - v0.25.25

Published by paveltiunov over 3 years ago

0.25.25 (2021-01-24)

Bug Fixes

  • cubestore: Ignore CUBEJS_DB_SSL env (86f06f7)

Features

  • cubestore: Migrate to tokio v1.0 and implement GCS support (#1864) (803efd2)
cube - v0.25.24

Published by paveltiunov over 3 years ago

0.25.24 (2021-01-22)

Bug Fixes

  • Non default data source cache key and table schema queries are forwarded to the default data source (2f7c672)
  • Non default data source cache key and table schema queries are forwarded to the default data source: broken test (#1856) (8aad3f5)
cube - v0.25.23

Published by ovr almost 4 years ago

0.25.23 (2021-01-22)

Bug Fixes

  • Map int2/4/8 to generic int type. fix #1796 (78e20eb)
  • api-gateway: Validate a case when chrono can return empty array (#1848) (e7349f7)
  • cubestore: Increase queue buffer to avoid lagging on wait (2605bdf)
  • cubestore: Queue uploads and downloads to avoid reads on unfinished S3 streams (b94eb26)
  • cubestore: Speed up S3 uploads (d7062c8)

Features

  • schema-compiler: Move some parts to TS (2ad0e2e)
cube - v0.25.22

Published by ovr almost 4 years ago

0.25.22 (2021-01-21)

Bug Fixes

  • cubestore: Add curl as a dependency for certs (d364fc4)
  • cubestore: Try to fix Invalid Parquet file on worker nodes (aab87c8)
  • playground: Create schema directory on changing env (f99f6cc)
  • server: Unexpected kill on graceful shutdown (fc99239)
  • server-core: Clear refresh uncaughtException for DevServer (1ea4882)

Features

  • Log warnings from createCancelableInterval (44d09c4)
  • @cubejs-client/playground: Database connection wizard (#1671) (ba30883)
  • cubestore: Add column type for HLL (#1827) (df97052)
  • server: Guard multiple restart in same time (45f19b8)
cube - v0.25.21

Published by vasilev-alex almost 4 years ago

0.25.21 (2021-01-19)

Bug Fixes

  • @cubejs-backend/api-gateway: readiness fix (#1791) (d5dad60)
  • @cubejs-backend/query-orchestrator: prevent generic pool infinite loop (#1793) (d4129c4)
  • @cubejs-client/playground: avoid styles override (4bdae02)

Features

  • cubestore: Cluster support (4846080)
  • cubestore: S3 sub path support (0cabd4c)
  • schema-compiler: Initial support for TS (5926067)
cube - v0.25.20

Published by paveltiunov almost 4 years ago

0.25.20 (2021-01-15)

Bug Fixes

  • Remove unnecessary SELECT 1 during scheduled refresh. Fixes #1592 (#1786) (66f9d91)
cube - v0.25.19

Published by paveltiunov almost 4 years ago

0.25.19 (2021-01-14)

Bug Fixes

  • Do not renew historical refresh keys during scheduled refresh (e5fbb12)

Features

  • cubestore: Improve support for the binary data type (#1759) (925f813)
cube - v0.25.18

Published by ovr almost 4 years ago

0.25.18 (2021-01-14)

Bug Fixes

Features

  • server: Kill Cube.js if it's stuck in gracefull shutdown (0874de8)
cube - v0.25.17

Published by paveltiunov almost 4 years ago

0.25.17 (2021-01-13)

Reverts

  • Revert "feat(server): Throw an exception when env file is not correct" (#1763) (f899786), closes #1763
cube - v0.25.16

Published by paveltiunov almost 4 years ago

0.25.16 (2021-01-13)

Bug Fixes

  • cli: Broken jdbc installation (b37a134)
  • server: configuration reload should overrite old env variables (bbb5c4a)
  • snowflake-driver: Handle null values for numbers, dates. fix #1741 (51c2bb2)
  • Pass dbType in DialectContext for dialectFactory (#1756) (5cf88bf), closes #1728

Features

  • cubestore: Filter mirroring push down optimization (49685d3)
  • server: Throw an exception when env file is not correct (abff7fc)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status