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

Published by ovr over 2 years ago

0.30.34 (2022-07-12)

Bug Fixes

  • api-gateway: Sending "Incoming network usage" event after context resolver (#4896) (eecf776)
  • Cache allDefinitions Object.assign invocations to optimize highly dynamic schema SQL execution (#4894) (ad3fea8)
  • cubestore: Elaborate on can't be listed after upload error (bd1ec69)
  • cubestore: Fix index selection in case of AND in conditions (a0e03ab)
  • cubestore: removing HLL columns from indexes (#4884) (e7df6e8)
  • server-core: driverFactory result type checking (6913a49)

Features

  • cubesql: Metabase - BETWEEN filters support (#4852) (b191120)
  • cubesql: Metabase - filters with relative dates support (#4851) (423be2f)
  • cubesql: Support Extract(DAY/DOW), Binary (?expr + ?literal_expr) for rewriting (Metabase) (#4887) (2565705)
  • cubesql: Support Substring for rewriting (Metabase) (#4881) (8fadebd)
  • server-core: pre-aggregations building by API instances only if CUBEJS_PRE_AGGREGATIONS_BUILDER is set (a203513)
cube - v0.30.33

Published by buntarb over 2 years ago

0.30.33 (2022-07-07)

Bug Fixes

  • server-core: original dbType behavior restored (#4874) (e4231e0)
cube - v0.30.32

Published by ovr over 2 years ago

0.30.32 (2022-07-07)

Bug Fixes

  • cubesql: Correct portal pagination (use PortalSuspended) in pg-wire (#4872) (63aad19)

Features

  • cubesql: Support grant tables (columns, tables) (a3d9493)
cube - v0.30.31

Published by buntarb over 2 years ago

0.30.31 (2022-07-07)

Bug Fixes

Features

  • cubesql: Initial support for canceling queries in pg-wire (#4847) (bce0f99)
cube - v0.30.30

Published by paveltiunov over 2 years ago

0.30.30 (2022-07-05)

Bug Fixes

  • drivers default concurrency values (4b7296f)
  • client-react: useIsMounted hook compatible with React 18 StrictMode (#4740) (aa7d3a4)
  • cubesql: Invalid argument error: all columns in a record batch must have the same length (895f8cf)

Features

  • cubesql: Superset ILIKE support for Search all filter options feature (2532040)
  • cubesql: Support Interval type for pg-wire (4c8a82c)
  • centralized concurrency setting (#4735) (1c897a1)
  • cubesql: Support for metabase literal queries (#4843) (6d45d55)
  • dbt metric should take table alias into account (#4842) Thanks @bartlomiejolma ! (413d8df)
cube - v0.30.29

Published by paveltiunov over 2 years ago

0.30.29 (2022-07-01)

Bug Fixes

  • cubesql: Can't find rewrite due to timeout reached for bigger ORDER BY queries (b765838)

Features

  • cubesql: Initial support for DBeaver (#4831) (0a63152)
  • cubesql: Send parameters at once (initial handshake) for pg-wire (#4812) (645253f)
  • cubesql: Support Date type in pg-wire (Date32, Date64) (d0d08cf)
  • pg-srv: Introduce ToProtocolValue trait (encoding) (#4818) (4e35aee)
cube - v0.30.28

Published by ovr over 2 years ago

0.30.28 (2022-06-27)

Bug Fixes

  • cubesql: Correct sync behaviour for extended query in pg-wire (#4815) (ee1362f)
  • More explanatory error message on failed rollupJoin match (5808e37), closes #4746
cube - v0.30.27

Published by ovr over 2 years ago

0.30.27 (2022-06-24)

Bug Fixes

  • client-vue: Fix boolean operator in filter without using builderProps (#4782) (904171e)
  • cubesql: Correct TransactionStatus for Sync in pg-wire (90c6265)
  • cubesql: Return error on execute for unknown portal in pg-wire (0b87261)
  • cubesql: thread 'tokio-runtime-worker' panicked at 'called Option::unwrap() on a None value' in case of MEASURE() called on a dimension (5d62c5a)
  • questdb-driver: schema query error due to system tables (#4762) (5571a70)

Features

  • cubesql: Metabase interval date range filter support (#4763) (221715a)
  • cubesql: Support Numeric type (text + binary) in pg-wire (db7ec5c)
  • cubesql: Workaround for Metabase introspection query (ee7b3cf)
  • cubestore: Aggregating index (#4379) (a0bd36c), closes #4599 #4728
cube - v0.30.26

Published by ovr over 2 years ago

0.30.26 (2022-06-20)

Features

  • cubesql: Correct implementation for placeholder binder/finder in pg-wire (fa018bd)
  • cubesql: Replace timestamptz CAST with timestamp (9e7c1bd)
  • cubesql: Support Int8 for Bind + binary in pg-wire (f28fbd5)
  • cubesql: Support placeholders in WITH and LIMIT (#4768) (d444c0f)
  • cubesql: Workaround CTEs with subqueries (Sigma) (#4767) (d99a02f)
cube - v0.30.25

Published by buntarb over 2 years ago

0.30.25 (2022-06-16)

Bug Fixes

  • cubejs-docker: fix typos in dev.Dockerfile (f1cdf55)
  • databricks-jdbc: communication link failure (9c3577d)

Features

cube - v0.30.24

Published by paveltiunov over 2 years ago

0.30.24 (2022-06-14)

Features

  • databricks-jdbc-driver: Export bucket mount dir setting (483d094)
cube - v0.30.23

Published by buntarb over 2 years ago

0.30.23 (2022-06-14)

Features

  • databricks-jdbc: jdbc implementation of the export bucket feature (d534e67)
cube - v0.30.22

Published by paveltiunov over 2 years ago

0.30.22 (2022-06-14)

Bug Fixes

  • @cubejs-backend/databricks-jdbc-driver: Missing prefix during blob listing (0ffea61)
cube - v0.30.21

Published by buntarb over 2 years ago

0.30.21 (2022-06-13)

Features

  • databricks-jdbc: improving performance (1ef4504)
cube - v0.30.20

Published by RusovDmitriy over 2 years ago

0.30.20 (2022-06-11)

Bug Fixes

  • cubesql: Send Empty Query message on empty query (88e966d)

Features

  • cubesql: Support pg_catalog.pg_roles table (eed0727)
  • cubesql: Support pg_my_temp_schema, pg_is_other_temp_schema UDFs (c843491)
cube - v0.30.19

Published by zinychz over 2 years ago

0.30.19 (2022-06-10)

Bug Fixes

  • api-gateway: correct calculation of total if there is a query property offset (c176891)
cube - v0.30.18

Published by ovr over 2 years ago

0.30.18 (2022-06-10)

Bug Fixes

  • cubesql: Simple query: fetch in pg-wire (ODBC) (fc7c0e0)
cube - v0.30.17

Published by ovr over 2 years ago

0.30.17 (2022-06-09)

Bug Fixes

  • cubesql: Simple query: commit/rollback in pg-wire (#4743) (3e03870)

Features

  • cubesql: Add Postgres pg_database meta layer table (64e65eb)
  • cubesql: add support public compount identifier in filters (#4742) (74aaef6)
  • cubesql: Workarounds for Tableau Desktop (ODBC) (951c4b5)
cube - v0.30.16

Published by buntarb over 2 years ago

0.30.16 (2022-06-08)

Bug Fixes

  • cubesql: Allow binary encoding for all types in pg-wire (d456745)
  • cubesql: TIMESTAMP/TZ was wrong in some BIs (pg-wire) (dfdb5ff)
cube - v0.30.15

Published by ovr over 2 years ago

0.30.15 (2022-06-07)

This release doesn't contain any changes.

Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status