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

Published by cristipp about 2 years ago

0.30.54 (2022-08-19)

Bug Fixes

Features

  • @cubejs-client/vue3: support logical operator filters (#2950) (#5119) (077bb75)
  • cubesql: Catch panic on Portal (DF.stream) - return error to the client (a80cdc7)
cube - v0.30.53

Published by buntarb about 2 years ago

0.30.53 (2022-08-18)

Note: Version bump only for package cubejs

cube - v0.30.52

Published by ovr about 2 years ago

0.30.52 (2022-08-18)

Bug Fixes

  • cubesql: SUM(CAST(rows.col AS Decimal(38, 10))) expression can't be coerced in Power BI (#5107) (0037fb4)
  • cubesql: Type coercion for CASE WHEN THEN (88b124d)

Features

  • cubesql: Support Redshift connection (ThoughtSpot) (b244d59)
cube - v0.30.51

Published by cristipp about 2 years ago

0.30.51 (2022-08-17)

Bug Fixes

  • cubejs: Fixes build_range_end for preaggregatons REST API (#5110) (a1482e5)
cube - v0.30.50

Published by buntarb about 2 years ago

0.30.50 (2022-08-16)

Note: Version bump only for package cubejs

cube - v0.30.49

Published by buntarb about 2 years ago

0.30.49 (2022-08-16)

Bug Fixes

cube - v0.30.48

Published by paveltiunov about 2 years ago

0.30.48 (2022-08-14)

Features

cube - v0.30.47

Published by ovr about 2 years ago

0.30.47 (2022-08-12)

Bug Fixes

  • mssql-driver: datetime2 mapping (#5057) (769104e)
  • server-core: determining custom drivers from the cube.js file (#5088) (23688db)

Features

  • cubejs: LambdaView: hybrid query of source tables and pre-aggregation tables. (#4718) (4ae826b)
  • cubesql: Datastudio - string startWith filter support (#5093) (3c21986)
  • cubesql: Metabase v0.44 support (#5097) (1b2f53b)
  • cubesql: Support COALESCE function (199c775)
  • cubesql: Support REGEXP_SUBSTR function (Redshift) (#5090) (3c9f024)
cube - v0.30.46

Published by buntarb about 2 years ago

0.30.46 (2022-08-10)

Bug Fixes

Features

  • cubesql: Datastudio - aggr by month and day support (#5025) (da3ed59)
  • cubesql: Datastudio - between dates filter support (#5022) (20f7d64)
  • cubesql: Datastudio - Min/Max datetime aggregation support (#5021) (7cf1f75)
  • cubesql: Support DEALLOCATE in pg-wire (06b6476)
  • drivers: Bootstraps CrateDB driver (#4929) (db87b8f)
  • schema-compiler: aggregated sub query group by clause (#5078) (473398d)
  • sqlite-driver: Bump sqlite3 to ^5.0.11 (8a16cc7)
cube - v0.30.45

Published by buntarb about 2 years ago

0.30.45 (2022-08-05)

Bug Fixes

  • cubestore: Support a space separated binary strings for varbinary fields in csv (#5061) (c67793e)
  • query-orchestrator: API instance throw on missing partitions (#5069) (7b16875)
  • query-orchestrator: excessive buildRange queries (d818611)

Features

  • cubesql: Support binary bitwise operators (>>, <<) (7363879)
  • cubesql: Support svv_tables table (Redshift) (#5060) (d3ed3ac)
  • max partitions per cube configuration (4b3739c)
cube - v0.30.44

Published by buntarb about 2 years ago

0.30.44 (2022-08-01)

Bug Fixes

  • cubesql: Ignore IO's UnexpectedEof|BrokenPipe on handling error (98deb73)
  • server-core: driverFactory results assertion (5eaad01)
cube - v0.30.43

Published by ovr about 2 years ago

0.30.43 (2022-07-28)

Bug Fixes

  • cubesq: Ignore BrokenPipe/UnexpectedEOF as error in pg-wire (4ec01d2)

Features

  • cubesql: Security Context switching (Row Access) (731e1ab)
  • databricks-jdbc: UserAgentEntry property configuration for the databricks-jdbc driver (bccae12)
cube - v0.30.42

Published by buntarb about 2 years ago

0.30.42 (2022-07-27)

Features

  • cubesql: Metabase - support Summarize by week of year (#5000) (37589a9)
  • server-core: disable health checks for API instances with rollup only mode (a6601e5)
cube - v0.30.41

Published by buntarb about 2 years ago

0.30.41 (2022-07-27)

Bug Fixes

  • databricks-jdbc: postinstall script with accept_policy env (1e38791)
cube - v0.30.40

Published by buntarb about 2 years ago

0.30.40 (2022-07-26)

Bug Fixes

  • client-react: update hooks for React 18 StrictMode (#4999) (fd6352c)
  • server-core: restoring health check for the API instances (bfaee0f)
cube - v0.30.39

Published by buntarb about 2 years ago

0.30.39 (2022-07-25)

Bug Fixes

  • query-orchestrator: API instance throw on missing partitions (3bf0882)
cube - v0.30.38

Published by ovr about 2 years ago

0.30.38 (2022-07-25)

Features

  • cubesql: Define standard_conforming_strings (SQLAlchemy compatibility) (8fbc046), closes #L2994
  • cubesql: Support Cast(expr as Regclass) (e3cafe4)
  • cubesql: Support for new introspection query in SQLAlchemy (0dbc9e6), closes #L3381
  • cubesql: Support pg_catalog.pg_sequence table (fe057bf)
  • docker: jdk containers (90dbe9f)

Reverts

  • revert "docs: update Home page to use new grid (#4898)" (71bcdf8), closes #4898
cube - v0.30.37

Published by cristipp over 2 years ago

0.30.37 (2022-07-20)

Bug Fixes

  • cubesql: Correct UDTF behavior with no batch sections (f52c89a)
  • cubestore: Optimize big plans send out for big number of workers (#4948) (79421af)

Features

  • cubesql: Add pg_constraint pg_type (e9beb5f)
  • cubestore: Stores build_range_end in table metadata (#4938) (69f730f)
cube - v0.30.36

Published by ovr over 2 years ago

0.30.36 (2022-07-18)

Features

  • cubesql: Metabase - support between numbers queries (#4916) (52a34fd)
  • cubesql: Metabase - support Summarize's Bins (#4926) (8fcdf1a)
  • cubesql: Metabase string contains / not contains filters (#4922) (e5abc09)
  • cubesql: Support has_schema_privilege UDF (7ba3148)
  • cubesql: Support pg_catalog.pg_statio_user_tables meta table (a4d9050)
  • cubesql: Support pg_total_relation_size UDF (cfca8ee)
  • cubesql: Support minus, multiply, division for binary expression in projection (#4899) (1fc653b)
cube - v0.30.35

Published by buntarb over 2 years ago

0.30.35 (2022-07-14)

Bug Fixes

  • cubesql: Binary operations with dates and intervals (#4908) (a2a0cba)
  • server-core: CUBEJS_PRE_AGGREGATIONS_SCHEMA behavior (4838047)

Features

  • cubesql: Metabase - datetime filters with 'starting from' flag support (#4882) (4cc01f1)
  • cubesql: Support PREPARE queries in pg-wire (#4906) (2e2ae63)

Reverts

  • Revert "chore: Refactor Rollup config, fix warnings, and support more file extensions (#4541)" (272dd8b), closes #4541
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status