Skip to content

Releases: cube-js/cube

v0.34.14

05 Nov 21:46

Choose a tag to compare

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)

v0.34.13

31 Oct 23:11

Choose a tag to compare

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)

v0.34.12

30 Oct 13:56
@ovr ovr
3493971

Choose a tag to compare

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)

v0.34.11

29 Oct 20:29
@ovr ovr
21cb1a4

Choose a tag to compare

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)

v0.34.10

27 Oct 06:28

Choose a tag to compare

0.34.10 (2023-10-27)

Features

  • cubesql: Introduce CUBESQL_DISABLE_STRICT_AGG_TYPE_MATCH to avoid aggregation type checking during querying (#7316) (61089f0)

v0.34.9

26 Oct 19:53
@ovr ovr
9c2ceb3

Choose a tag to compare

0.34.9 (2023-10-26)

Bug Fixes

Features

v0.34.8

25 Oct 01:54

Choose a tag to compare

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)

v0.34.7

23 Oct 16:47
@ovr ovr
f785d8c

Choose a tag to compare

0.34.7 (2023-10-23)

Features

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

v0.34.6

20 Oct 17:13
@ovr ovr
7aaffd5

Choose a tag to compare

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)

v0.34.5

16 Oct 22:03
@ovr ovr
6564130

Choose a tag to compare

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)