Skip to content

Releases: cube-js/cube

v0.34.34

12 Dec 15:47
@ovr ovr
e575d07

Choose a tag to compare

0.34.34 (2023-12-12)

Bug Fixes

v0.34.33

11 Dec 18:39
@ovr ovr
32bd998

Choose a tag to compare

0.34.33 (2023-12-11)

Features

  • duckdb-driver: Declare user agent information (#7490) (59557e8)
  • query-orchestrator: Reduce number of touches for pre-aggregations (#7515) (c22eb91)

v0.34.32

07 Dec 23:27

Choose a tag to compare

0.34.32 (2023-12-07)

Bug Fixes

  • query-orchestrator: Queue - clear timer on streaming (#7501) (ac2357d)

Features

  • cubesql: Add CURRENT_DATE function definitions for Postgres and Snowflake so those can be pushed down (ac1ca88)

v0.34.31

07 Dec 08:36

Choose a tag to compare

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)

v0.34.30

04 Dec 17:09

Choose a tag to compare

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)

v0.34.29

01 Dec 14:08
@ovr ovr
8649bec

Choose a tag to compare

0.34.29 (2023-12-01)

Bug Fixes

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

v0.34.28

30 Nov 09:12
@ovr ovr
0723bd5

Choose a tag to compare

0.34.28 (2023-11-30)

Features

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

v0.34.27

30 Nov 02:25

Choose a tag to compare

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

v0.34.26

28 Nov 21:09
@ovr ovr
7ed752d

Choose a tag to compare

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)

v0.34.25

24 Nov 15:02
@ovr ovr
2dcb9b9

Choose a tag to compare

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)