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

Published by vasilev-alex about 3 years ago

0.28.38 (2021-09-20)

Bug Fixes

  • @cubejs-backend/query-orchestrator: rollup only mode error message update (c9c5ac0)
  • @cubejs-backend/schema-compiler: CubeValidator human readable error messages (#3425) (22db0a6)
  • cubestore: improve diagnostics on invalid configurations (95f3810)
  • playground: member visibility filter (958fad1)

Features

  • playground: time zone for cron expressions (#3441) (b27f509)
cube - v0.28.37

Published by RusovDmitriy about 3 years ago

0.28.37 (2021-09-17)

Bug Fixes

  • docs: formulas rendering in MDX (#3423) (3f51afb)
  • postgres-driver: Use correct encoding for POSTGRES_HLL (#3429) (0b54996)
  • query-orchestrator: Wrong passing data source for partition range loader, debug API (#3426) (dfaba5c)
  • website: side menu uniq id (#3427) (60f636e)

Features

cube - v0.28.36

Published by ovr about 3 years ago

0.28.36 (2021-09-14)

Bug Fixes

Features

  • @cubejs-client/react: useCubeMeta hook (#3050) (e86b3fa)
  • cubestore: support reading of postgres-hll sketches (72c38ba)
  • postgres-driver: Export HLL in base64 encoding + HLL_POSTGRES (for cubestore) (f2b6d41)
cube - v0.28.35

Published by paveltiunov about 3 years ago

0.28.35 (2021-09-13)

Bug Fixes

  • @cubejs-backend/snowflake-driver: ReferenceError host is not defined (#3417) (bf61aa3), closes #2923
  • cubejs-client-core: keep order of elements within tableColumns (#3368) (b9a0f47)
  • docs: feedback block empty state (af37065)
  • gateway: hidden members filtering (#3384) (43ac8c3)
cube - v0.28.34

Published by ovr about 3 years ago

0.28.34 (2021-09-13)

Features

  • bigquery-driver: Use INFORMATION_SCHEMA.COLUMNS for introspection (ef22c6c)
  • docs: feedback block (#3400) (688e74d)
cube - v0.28.33

Published by RusovDmitriy about 3 years ago

0.28.33 (2021-09-11)

Bug Fixes

  • updateWindow validation isn't consistent with refreshKey interval parsing -- allow s at the end of time interval (#3403) (57559e7)
  • Handle "rollup only" mode for pre-aggregation preview data query, Debug API (#3402) (f45626a)
  • docs: h4 headers extra id params (#3399) (0bc5f44)
  • helm-charts: Fix live/ready probe path and expose options (#3390) (97e2d47)

Features

  • Add ability to pass through generic-pool options (#3364) Thanks to @TRManderson! (582a3e8), closes #3340
cube - v0.28.32

Published by ovr about 3 years ago

0.28.32 (2021-09-06)

Bug Fixes

  • cubestore: 'unsorted data in merge' (f4fad69)
  • cubestore: do not log AWS credentials, close #3366 (9aae6e5)
  • helm-charts: Add global.apiSecretFromSecret value and fix worker deployment naming (#3346) (425b0a7)
  • HLL Rolling window query fails (#3380) (581a52a)

Features

  • playground: rollup designer member search (#3374) (7f6a877)
cube - v0.28.31

Published by vasilev-alex about 3 years ago

0.28.31 (2021-09-02)

Bug Fixes

  • cubestore: fix crash on 'unexpected accumulator state List([NULL])' (cbc0d52)
  • playground: unsupported regex in safari (308cc10)
cube - v0.28.30

Published by vasilev-alex about 3 years ago

0.28.30 (2021-09-01)

Bug Fixes

  • playground: sql formatting (081b725)
  • playground: warn when a query can't be rolled up (be576ba)
cube - v0.28.29

Published by paveltiunov about 3 years ago

0.28.29 (2021-08-31)

Bug Fixes

Features

  • Mixed rolling window and regular measure queries from rollup support (#3326) (3147e33)
  • Support multi-value filtering on same column through FILTER_PARAMS (#2854) Thanks to @omab! (efc5745)
  • docs: MDX components for recipes (#3178) (69ac9e0)
  • helm-charts: Update to version v0.28.28 (#3342) (c33473c)
  • playground: support refresh key cron expression (#3332) (8def69c)
  • add cubestore helm chart (50fe798)
cube - v0.28.28

Published by RusovDmitriy about 3 years ago

0.28.28 (2021-08-26)

Bug Fixes

  • cubestore: 'unsorted data' assertion with high-precision timestamps (58a8cb4)
  • playground: bar chart overlap (85cebc2)
  • playground: reset state on query change (#3321) (9c0d4fe)
  • server-core: Wrapped ContinueWaitError for expandPartitionsInPreAggregations, refresh scheduler (#3325) (f37f977)

Features

  • cubestore: readiness and liveness probes (888b0f1)
cube - v0.28.27

Published by RusovDmitriy about 3 years ago

0.28.27 (2021-08-25)

Note: Version bump only for package cubejs

cube - v0.28.26

Published by ovr about 3 years ago

0.28.26 (2021-08-24)

Bug Fixes

  • cubestore: "Unsupported Encoding DELTA_BYTE_ARRAY" (29fcd40)

Features

  • cubestore: SQL extension for rolling window queries (88a91e7)
cube - v0.28.25

Published by vasilev-alex about 3 years ago

0.28.25 (2021-08-20)

Bug Fixes

  • @cubejs-client/core: prevent redundant auth updates (#3288) (5ebf211)
  • cubestore: do not keep zombie child processes (bfe3483)

Features

  • @cubejs-backend/dremio-driver: support quarter granularity (b193b04)
  • @cubejs-backend/mysql-driver: Support quarter granularity (#3289) (6922e5d)
  • @cubejs-client/playground: support quarter granularity (b93972a)
  • athena-driver: Allow to configure workGroup (#3254) (a300038)
cube - v0.28.24

Published by vasilev-alex about 3 years ago

0.28.24 (2021-08-19)

Bug Fixes

  • @cubejs-client/playground: gaps in Safari 13 (2336a94)
  • server-core: Recreate agent transport after rejected WS connection, on retries (#3280) (48c4e88)

Features

  • Added Quarter to the timeDimensions of (3f62b2c)
  • Support quarter granularity (4ad1356)
  • oracle-driver: Allow to specify port via env variable, fix #3210 (#3274) (95230c9)
cube - v0.28.23

Published by vasilev-alex about 3 years ago

0.28.23 (2021-08-18)

Bug Fixes

  • @cubejs-client/playground: use title for vue charts (#3273) (b4761e1)
cube - v0.28.22

Published by vasilev-alex about 3 years ago

0.28.22 (2021-08-17)

Features

  • @cubejs-client/playground: rollup designer settings (#3261) (67aa26e)
  • cubejs-api-gateway: Addition of next keyword for relative date ranges (#3234) Thanks to @JoshMentzer! (f05922a), closes #2866
cube - v0.28.21

Published by paveltiunov about 3 years ago

0.28.21 (2021-08-16)

Bug Fixes

  • Pre-aggregations should have default refreshKey of every 1 hour if it doesn't set for Cube (#3259) (bc472aa)
  • @cubejs-client/playground: display segments in the Rollup Designer (73d6778)
cube - v0.28.20

Published by ovr about 3 years ago

0.28.20 (2021-08-15)

Bug Fixes

  • druid-driver: Support contains (LIKE), fix #3109 (#3121) (9340a4c)
  • redshift-driver: Dont load user defined types (bd25e7d)
  • server-core: Skip expand partitions for unused pre-aggregations (#3255) (044ba8e)
cube - v0.28.19

Published by RusovDmitriy about 3 years ago

0.28.19 (2021-08-13)

Bug Fixes

  • cubestore: add equality comparison between bool and int, fix #3154 (b3dc224)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status