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

Published by ovr 12 months ago

0.34.11 (2023-10-29)

Features

  • cubesql: Allow changing current user through SET user = ? (#7350) (2c9c8d6)
  • cubestore: Queue - expose queueId for LIST/ACTIVE/PENDING/TO_CANCEL (#7351) (7b1a0c0)
  • query-orchestrator: Pass queueId for orphaned query cancellation (#7353) (08ce078)
  • query-orchestrator: Use real queueId in processQuery for events (#7352) (bf83762)
cube - v0.34.10

Published by paveltiunov 12 months ago

0.34.10 (2023-10-27)

Features

  • cubesql: Introduce CUBESQL_DISABLE_STRICT_AGG_TYPE_MATCH to avoid aggregation type checking during querying (#7316) (61089f0)
cube - v0.34.9

Published by ovr 12 months ago

0.34.9 (2023-10-26)

Bug Fixes

Features

cube - v0.34.8

Published by paveltiunov 12 months ago

0.34.8 (2023-10-25)

Bug Fixes

  • cubesql: column does not exist in case of ORDER BY is called on CASE column (8ec80e8)

Features

  • cubesql: Aggregation over dimensions support (#7290) (745ae38)
cube - v0.34.7

Published by ovr 12 months ago

0.34.7 (2023-10-23)

Features

  • native: Jinja - passing filters via TemplateContext from Python (#7284) (1e92352)
cube - v0.34.6

Published by ovr about 1 year ago

0.34.6 (2023-10-20)

Bug Fixes

  • cubestore: Window function don't work with only one Following bound (#7216) (a0d23cb)
  • docs: update marketing-ui version (#7249) (0b6755c)
  • native: Init logger earlier without javascript side (silient errors) (#7228) (1f6d49d)
  • native: Jinja - enable autoescape for .jinja (old naming) files (#7243) (abf5a0c)

Features

  • native: Jinja - passing variables via TemplateContext from Python (#7280) (e3dec88)
cube - v0.34.5

Published by ovr about 1 year ago

0.34.5 (2023-10-16)

Features

  • duckdb-driver: upgrade duckdb driver to 0.9.1 (#7174) (f9889d4)
  • native: Support SafeString for Python & Jinja (#7242) (c6069cd)
cube - v0.34.4

Published by ovr about 1 year ago

0.34.4 (2023-10-14)

Bug Fixes

  • cross: Enable shared python for aarch64-unknown-linux-gnu (#7225) (2c4f48a)
cube - v0.34.3

Published by ovr about 1 year ago

0.34.3 (2023-10-12)

Bug Fixes

  • native: Improve error on scheduling Python task (#7222) (c14c025)

Features

  • native: Enable Python support for Linux/ARM64 (#7220) (5486e26)
cube - v0.34.2

Published by ovr about 1 year ago

0.34.2 (2023-10-12)

Bug Fixes

  • native: Correct compilation for Linux ARM64 (#7215) (669c86c)
  • playground: rollup designer view members (#7214) (b08e27b)

Features

  • native: Support jinja inside yml in fallback build (without python) (#7203) (e3e7e0e)
cube - v0.34.1

Published by paveltiunov about 1 year ago

0.34.1 (2023-10-09)

Bug Fixes

  • @cubejs-client/vue: Do not add time dimension as order member if granularity is set to none (#7165) (1557be6)
  • cubesql: Support unaliased columns for SQL push down (#7199) (e92e15c)
  • duckdb-driver: allow setting default schema (#7181) (a52c4d6)
  • More descriptive error message for incorrect incremental: true non-partitioned setting (7e12e4e)

Features

  • cubesql: Support SET ROLE name (d02077e)
  • cubestore: Size limit for RocksStore logs file (#7201) (43bb693)
cube - v0.34.0

Published by paveltiunov about 1 year ago

0.34.0 (2023-10-03)

Note: Version bump only for package cubejs

cube - v0.33.65

Published by paveltiunov about 1 year ago

0.33.65 (2023-10-02)

Bug Fixes

  • @cubejs-client/vue: Pivot config can use null from heuristics (#7167) (e7043bb)

Features

  • python: Evaluate Jinja templates inside .yml and .yaml (#7182) (69e9437)
  • python: Support [@template](https://github.com/template).function("name") definitions (#7183) (33823e8)
cube - v0.33.64

Published by paveltiunov about 1 year ago

0.33.64 (2023-09-30)

Bug Fixes

  • cubestore: Escape regex symbols in all versions of like operator (#7176) (e58af39)
  • cubestore: Escape regex symbols in like operator (#7175) (b88c3f3)
  • cubestore: Wrong pre-aggregations count distinct approx count when using PostgreSQL database (#7170) (1d1d4f0)
  • databricks-jdbc-driver: ensure default UID property is set (#7168) (0f357f8)
  • SQL push down expressions incorrectly cache used cube names (c5f0b03)

Features

cube - v0.33.63

Published by paveltiunov about 1 year ago

0.33.63 (2023-09-26)

Features

  • cubesql: Tableau Standard Gregorian missing date groupings support through SQL push down and some other functions(#7172) (1339f57)
  • snowflake-driver: Upgrade snowflake driver to 1.8.0 (#7171) (06a66c6)
cube - v0.33.62

Published by ovr about 1 year ago

0.33.62 (2023-09-25)

Features

  • native: Jinja - support dynamic Python objects (methods, call, fields) (#7162) (6a5f70c)
cube - v0.33.61

Published by ovr about 1 year ago

0.33.61 (2023-09-22)

Features

cube - v0.33.60

Published by paveltiunov about 1 year ago

0.33.60 (2023-09-22)

Bug Fixes

  • cubesql: dataRange filter isn't being push down to time dimension in case of other filters are used (a4edfae), closes #6312

Features

  • docker: Python - disable buffering for STDOUT (PYTHONUNBUFFERED) (#7153) (5cd0a17)
cube - v0.33.59

Published by paveltiunov about 1 year ago

0.33.59 (2023-09-20)

Features

  • cubesql: EXTRACT SQL push down (#7151) (e30c4da)
  • cubesql: Add ability to filter dates inclusive of date being passed in when using <= or >= (#7041) Thanks @darapuk ! (6b9ae70)
  • native: Cube.py - support all options (#7145) (5e5fb18)
cube - v0.33.58

Published by ovr about 1 year ago

0.33.58 (2023-09-18)

Bug Fixes

  • cubejs-client/core: drillDown - check dateRange before destructuring (#7138) (21a7cc2)
  • docs: layout styles (f5e5372)
  • schema-compiler: YAML - crash on empty string/null, fix #7126 (#7141) (73f5ca7)
  • schema-compiler: YAML - crash on unammed measure/dimension/join, refs #7033 (#7142) (5c6a065)
  • server-core: Validation - cors.optionsSuccessStatus should be a number (#7144) (1d58d4f)

Features

  • new methods for step-by-step db schema fetching (#7058) (a362c20)
Package Rankings
Top 0.67% on Npmjs.org
Badges
Extracted from project README
npm version GitHub Actions FOSSA Status FOSSA Status