Skip to content

Releases: cube-js/cube

v0.33.51

06 Sep 15:05
@ovr ovr
b1f3c7c

Choose a tag to compare

0.33.51 (2023-09-06)

Features

  • cubesql: Support inet_server_addr stub (9ecb180)
  • native: Cube.py - support contextToAppId/contextToOrchestratorId (#6725) (77e8432)
  • native: cube.py - support file_repository (#7107) (806db35)

v0.33.50

04 Sep 16:52
@ovr ovr
65803de

Choose a tag to compare

0.33.50 (2023-09-04)

Bug Fixes

  • cubestore: Eviction - correct size counting for old keys (#7097) (8ded651)

Features

  • cubesql: Support Date32 to Timestamp coercion (54bdfee)
  • cubestore: Eviction - truncate expired keys (#7081) (327f2dc)

v0.33.49

31 Aug 09:32
@ovr ovr
3301e71

Choose a tag to compare

0.33.49 (2023-08-31)

Bug Fixes

  • databricks-driver: Uppercase filter values doesn't match in contains filter (#7067) (1e29bb3)
  • mongobi-driver: Invalid configuration for mysql2 connection (#6352) Thanks @loremaps! (edaf326), closes #5527

Features

  • cubesql: Support multiple values in SET (41af344)
  • cubestore: Support eviction for cache (#7034) (2f16cdf)

v0.33.48

23 Aug 22:23
@ovr ovr
cc28cd1

Choose a tag to compare

0.33.48 (2023-08-23)

Features

  • cubesql: Ungrouped queries support (#7056) (1b5c161)
  • cubestore: Optimize CACHE SET on update (uneeded clone) (#7035) (8aea083)
  • cubestore: Optimize QUEUE ACK/CANCEL, CACHE DELETE (#7054) (ac7d1a8)

v0.33.47

15 Aug 01:04

Choose a tag to compare

0.33.47 (2023-08-15)

Bug Fixes

  • cubestore: Reduce memory usage while truncating (#7031) (29080d7)

Features

  • cubesql: Support LIMIT for SQL push down (1b5c19f)

v0.33.46

14 Aug 00:17

Choose a tag to compare

0.33.46 (2023-08-14)

Bug Fixes

  • cubestore: Missing filter in the middle of an index prunes unnecessary partitions (5690d8d)

Features

  • cubesql: Initial SQL push down support for BigQuery, Clickhouse and MySQL (38467ab)

v0.33.45

13 Aug 02:20

Choose a tag to compare

0.33.45 (2023-08-13)

Features

  • cubesql: CASE WHEN SQL push down (#7029) (80e4a60)
  • cubesql: Whole SQL query push down to data sources (#6629) (0e8a76a)

v0.33.44

11 Aug 12:02
@ovr ovr
2488618

Choose a tag to compare

0.33.44 (2023-08-11)

Bug Fixes

  • cubejs-schema-compiler: cube level public should take precedence over dimension level public (#7005) (2161227)
  • cubestore: Store value_version for secondary index as u32 (#7019) (c8cfd62)

Features

v0.33.43

04 Aug 14:53

Choose a tag to compare

0.33.43 (2023-08-04)

Bug Fixes

  • cubestore: Mark nullable fields for system.cache/queue/queue_results (#6984) (9e64e71)
  • duckdb-driver: Throw error on broken connection (#6981) (e64116d)
  • duckdb: reuse connection (#6983) (dc6c154)

Features

  • cubestore: Limit push down for system tables (cache, queue, queue_results) (#6977) (ace2054)
  • duckdb-driver: Allow to specify memory_limit as env variable (#6982) (84211b2)

v0.33.42

03 Aug 16:00

Choose a tag to compare

0.33.42 (2023-08-03)

Bug Fixes

Features

  • schema-compiler: allow passing a catalog (#6964) (680f545)