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

Published by paveltiunov 11 months ago

0.34.31 (2023-12-07)

Bug Fixes

  • cubesql: Avoid constant folding for current_date() function duri… (#7498) (e86f4be)

Features

  • cubesql: Support Utf8 * Interval expression (ea1fa9c)
cube - v0.34.30

Published by paveltiunov 11 months ago

0.34.30 (2023-12-04)

Bug Fixes

  • cubestore: InplaceAggregate for boolean columns (#7432) (a6d3579)
  • View tries to join cube twice in case there's join ambiguity (#7487) (66f7c17)
cube - v0.34.29

Published by ovr 11 months ago

0.34.29 (2023-12-01)

Bug Fixes

  • schema-compiler: td.isDateOperator is not a function (#7483) (31c272a)
cube - v0.34.28

Published by ovr 11 months ago

0.34.28 (2023-11-30)

Features

  • server-core: Relative imports resolution for custom drivers (#7480) (8f180b3)
cube - v0.34.27

Published by paveltiunov 11 months ago

0.34.27 (2023-11-30)

Features

  • client-ngx: enable ivy (#7479) (a3c2bbb)
  • cubesql: Provide password supplied by Postgres connection as a 3rd argument of check_sql_auth() (#7471) (ee3c19f), closes #5430
cube - v0.34.26

Published by ovr 11 months ago

0.34.26 (2023-11-28)

Bug Fixes

  • cubesql: Missing template backslash escaping (#7465) (4a08de5)
  • query-orchestartor: Queue - fix possible memory leak with timer (#7466) (535a676)
  • schema-compiler: Incorrect excludes resolution, fix #7100 (#7468) (f89ef8d)
  • schema-compiler: Missing pre-aggregation filter for partitioned pre-aggregation via view, fix #6623 (#7454) (567b92f)

Features

  • cubesql: Support SQL push down for several functions (79e5ac8)
  • cubestore-driver: Queue - protect possible race condition with hearbeat/cancellation on error (#7467) (9c0ad07)
cube - v0.34.25

Published by ovr 11 months ago

0.34.25 (2023-11-24)

Bug Fixes

  • api-gateway: Handle invalid query (invalid JSON) as 400 Bad Request (#7455) (c632727)
  • mongobi-driver: Correct time zone conversion for minutes, fix #7152 (#7456) (5ae2009)
  • Validation problem with ECDSA SSL keys (#7453) (567d2ca)
cube - v0.34.24

Published by ovr 11 months ago

0.34.24 (2023-11-23)

Bug Fixes

  • athena-driver: Allow to pass custom credentials, fix #7407 (#7429) (f005c5b)
  • cubestore: Natural order for Int96 and Decimal96 (#7419) (5671a5c)

Features

  • cubestore: Metrics - track command for data/cache/queue (#7430) (91db103)
  • schema-compiler: add dimension primaryKey property to transform result (#7443) (baabd41)
cube - v0.34.23

Published by ovr 11 months ago

0.34.23 (2023-11-19)

Bug Fixes

  • duckdb-driver: Crash with high concurrency (unsuccessful or closed pending query result) (#7424) (a2e42ac)
  • Match additive pre-aggregations with missing members for views and proxy members (#7433) (e236079)

Features

  • cubesql: Support - (unary minus) SQL push down (a0a2e12)
  • cubesql: Support NOT SQL push down (#7422) (7b1ff0d)
  • cubestore-driver: Queue - protect possible race condition on removing orphaned queries (#7426) (7142e9c)
  • duckdb-driver: Upgrade to 0.9.2 (#7425) (d630243)
  • native: Jinja - print tracebacks for Python errors (#7435) (734094c)
cube - v0.34.22

Published by paveltiunov 11 months ago

0.34.22 (2023-11-16)

Bug Fixes

  • cubesql: Window PARTITION BY, ORDER BY queries fail for SQL push down (62b359f)

Features

  • cubesql: Ambiguous column references for SQL push down (c5f1648)
cube - v0.34.21

Published by paveltiunov 11 months ago

0.34.21 (2023-11-15)

Features

  • cubesql: SQL push down support for synthetic fields (#7418) (d2bdc1b)
  • cubesql: Support SQL push down for more functions (#7406) (b1606da)
cube - v0.34.20

Published by ovr 11 months ago

0.34.20 (2023-11-14)

Bug Fixes

  • Expose isVisible and public properties in meta consistently (35ca1d0)

Features

  • cubesql: Support [NOT] IN SQL push down (c64994a)
  • druid-driver: Retrieve types for columns with new Druid versions (#7414) (b25c199)
cube - v0.34.19

Published by paveltiunov 11 months ago

0.34.19 (2023-11-11)

Bug Fixes

  • support for format in typings for measures (#7401) (1f7e1b3)

Features

cube - v0.34.18

Published by paveltiunov 11 months ago

0.34.18 (2023-11-10)

Bug Fixes

  • Non-additive pre-aggregations based on proxy dimension doesn't match anymore (#7396) (910a49d)
cube - v0.34.17

Published by ovr 12 months ago

0.34.17 (2023-11-09)

Bug Fixes

  • cubestore-driver: Check introspection results on import (#7382) (a8b8ad0)
  • duckdb-driver: Compatibility issue with Cube Store for DATE type (#7394) (3e1389b)
cube - v0.34.16

Published by ovr 12 months ago

0.34.16 (2023-11-06)

Features

cube - v0.34.15

Published by paveltiunov 12 months ago

0.34.15 (2023-11-06)

Bug Fixes

  • cubestore: Fix broadcasting for worker services (#7375) (1726632)
  • Single value non-additive pre-aggregation match in views (9666f24)
cube - v0.34.14

Published by paveltiunov 12 months ago

0.34.14 (2023-11-05)

Bug Fixes

  • Views with proxy dimensions and non-additive measures don't not match pre-aggregations (#7374) (7189720), closes #7099

Features

  • cubesql: SQL push down for several ANSI SQL functions (ac2bf15)
  • cubesql: SQL push down support for IS NULL and IS NOT NULL expressions (9b3c27d)
cube - v0.34.13

Published by paveltiunov 12 months ago

0.34.13 (2023-10-31)

Bug Fixes

  • cubesql: SQL push down for limit and offset for ungrouped queries (67da8c3)
  • cubestore: Error with pre-aggregation and filters containing comma. (#7364) (ac4037e)

Features

  • cubestore: Introduce limit for cache_max_entry_size (#7363) (2295fe0)
cube - v0.34.12

Published by ovr 12 months ago

0.34.12 (2023-10-30)

Bug Fixes

  • duckdb-driver: Specify schema for information_schema queries (#7355) (60f2078)

Features

  • cubestore-driver: Queue - protect possible race condition on cancellation (#7356) (a788954)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status