Skip to content

Releases: cube-js/cube

v1.1.9

08 Dec 03:53
Compare
Choose a tag to compare

1.1.9 (2024-12-08)

Bug Fixes

  • cubesql: Allow aggregation pushdown only for unlimited CubeScan (#8929) (5b10a68)
  • ksql-driver: Select queries for ksql allowed only from Cube Store. In order to query ksql create pre-aggregation first if Kafka download isn't enabled (0c2f701)

Features

  • schema-compiler: folders support, hierarchies improvements (#9018) (2012281)

v1.0.7

08 Dec 07:12
Compare
Choose a tag to compare

v1.0.6

07 Dec 21:44
Compare
Choose a tag to compare

1.0.6 (2024-12-07)

Bug Fixes

  • databricks-driver: fix databricks bucket URL parsing. Now driver supports both (legacy and modern urls) (#8968) (#9026) (3958a62)
  • schema-compiler: set missed CUBESQL_SQL_PUSH_DOWN to true by default in convertTzForRawTimeDimension flag (#8939) (b20a3ca)

v1.1.8

05 Dec 17:36
Compare
Choose a tag to compare

1.1.8 (2024-12-05)

Bug Fixes

  • clickhouse-driver: Replace error cause with string formatting (#8977) (e948856)
  • clickhouse-driver: Tune ClickHouse errors: remove SQL, catch ping failure (#8983) (811a7ce)
  • cubesql: fix unhandled timestamp unwrapping in df/transform_response (#8952) (4ea0740)
  • cubestore: Disable writing cachestore logs by default to reduce use of disk space (#9003) (7ccd607)
  • dev_env_setup: Fix incorrect arguments processing and make console output more user-friendly (#8999) (ead97b4)
  • dev_env_setup: use relative packages everywhere (#8910) (ae823c9)
  • ensure public is in sync with isVisible when using DAP (#8980) (a3ed6ea)
  • fix data access policies condition logic (#8976) (47e7897)
  • ksql-driver: Kafka, list of brokers (#9009) (31d4b46)
  • schema-compiler: fix FILTER_PARAMS to populate set and notSet filters in cube's SQL query (#8937) (6d82f18), closes #9009 #8793
  • schema-compiler: Fix incorrect sql generation for view queries referencing measures from joined cubes (#8991) (cd7490e)
  • schema-compiler: Fix ungrouped cumulative queries incorrect sql generation (#8981) (82ba01a)
  • schema-compiler: Undefined columns for lambda pre-aggregation queries referencing dimensions from joined cubes (#8946) (41b49f4)
  • schema-compiler: use query timezone for time granularity origin (#8936) (1beba2d)
  • server-core: fix improper requestId retrieval in DAP (#9017) (4e366d3)
  • server-core: fix member level access policy evaluation (#8992) (ff89d65)

Features

  • cubejs-api-gateway: alternative auth headers (#8987) (eb33d1a)
  • databricks-driver: Support for intervals and CURRENT_DATE for sql push down (#9000) (f61afc3)
  • duckdb-driver: remove unnecessary installing and loading HttpFS extension (#8375) (0aee4fc)
  • firebolt: Automatically start the engine after connection (#9001) (8f45afa)
  • pinot-driver: add optional oAuth headers (#8953) (7b1f797)
  • sqlplanner: Extract alias logic from the symbols (#8919) (d1b07f1)

Performance Improvements

  • cubestore: ProjectionAboveLimit query optimization (#8984) (8a53481)
  • cubestore: Update DataFusion pointer to new GroupsAccumulator changes (#8985) (4613628)

v1.1.7

20 Nov 11:20
@ovr ovr
591a383
Compare
Choose a tag to compare

1.1.7 (2024-11-20)

Bug Fixes

Features

  • clickhouse-driver: Switch from apla-clickhouse to @clickhouse/client (#8928) (e25e65f)

v1.1.6

17 Nov 11:22
@ovr ovr
471e10c
Compare
Choose a tag to compare

1.1.6 (2024-11-17)

Bug Fixes

  • playground: fix version check for yaml model generation (#8944) (ab8ad2b)
  • schema-compiler: Time dimension filter for lambda cubes (#8957) (eca7e4d)

v1.1.5

13 Nov 10:56
@ovr ovr
5fd13d1
Compare
Choose a tag to compare

1.1.5 (2024-11-13)

Bug Fixes

  • schema-compiler: fix Maximum call stack size exceeded if FILTER_PARAMS are used inside dimensions/measures (#8867) (8e7c5c7)

Features

v1.1.4

12 Nov 17:05
@ovr ovr
5593a2a
Compare
Choose a tag to compare

1.1.4 (2024-11-12)

Bug Fixes

  • cubesql: Add checks that projection/filters/fetch in TableScan is empty (#8883) (a7bab04)
  • cubesql: Pass null_equals_null through egraph (#8776) (e02f612)
  • schema-compiler: set missed CUBESQL_SQL_PUSH_DOWN to true by default in convertTzForRawTimeDimension flag (#8931) (9482807)

Features

  • api-gateway: Meta - expose aliasMember for members in View (#8945) (c127f36)

v1.1.3

08 Nov 02:11
Compare
Choose a tag to compare

1.1.3 (2024-11-08)

Bug Fixes

  • cubesql: Don't show meta OLAP queries in query history (#8336) (78a5fc3)
  • cubesql: Fix NULLS FIRST/LAST SQL push down for several dialects (#8895) (61c5ac6)
  • fileRepository: create repositoryPath if not exists (#8909) (4153e4d)
  • patch isVisible when applying member level access policies (#8921) (2bb1d21)

Reverts

  • Revert "chore: release script - push tag and commit manually (#8897)" (d7dc5fe), closes #8897

v1.1.2

01 Nov 17:27
f538318
Compare
Choose a tag to compare

1.1.2 (2024-11-01)

Features