Skip to content

Releases: cube-js/cube

v0.33.11

22 May 15:54
@ovr ovr
v0.33.11
b7e47fa

Choose a tag to compare

0.33.11 (2023-05-22)

Bug Fixes

Features

  • cubestore: Optimization of inmemory chunk operations for streaming (#6354) (146798a)
  • docker: Install DuckDB as built-in driver (b1e77bd)
  • duckdb-driver: Upgrade DuckDB to 0.8 (7d91f9f)
  • Improve LangChain support (15e51bc)

v0.33.10

19 May 20:31

Choose a tag to compare

0.33.10 (2023-05-19)

Bug Fixes

  • remove noisy Warning: Attribute filter.dimension is deprecated. Please use 'member' instead of 'dimension' (546227a)

v0.33.9

18 May 19:51

Choose a tag to compare

0.33.9 (2023-05-18)

Bug Fixes

  • databricks-jdbc-driver: Error: [Databricks]JDBC Parameters cannot be used with normal Statement objects, use PreparedStatements instead. (328bb79), closes #6627
  • Invalid query format: "filters[0]" does not match any of the allowed types if queryRewrite is using non string values (ac57b4c)

v0.33.8

17 May 12:49
@ovr ovr
b37b51c

Choose a tag to compare

0.33.8 (2023-05-17)

Bug Fixes

  • athena-driver: Fix partitioned pre-aggregations and column values with , through export bucket (#6596) (1214cab)
  • graphql: exclude empty cubes, revert equals/notEquals type (#6619) (fab1b6a)

Features

  • bigquery-driver: Specify timeout for job on testConnection (#6588) (d724f09)
  • cubestore-driver: Queue - protect possible race condition (query def) #6616) (60294de)

v0.33.7

16 May 13:43
@ovr ovr
fc368b2

Choose a tag to compare

0.33.7 (2023-05-16)

Bug Fixes

  • Limit override isn't respected in queryRewrite (#6605) (172c39b)

Features

  • cubestore-driver: Queue - protect race conditions (#6598) (d503598)
  • cubestore: Queue - allow to GET by processingId (#6608) (f0c1156)
  • cubestore: Queue - delete results via scheduler (#6515) (8e1ab20)

v0.33.6

13 May 05:39

Choose a tag to compare

0.33.6 (2023-05-13)

Bug Fixes

  • cubesql: Improve NULL comparison with int/bool (de1be39)
  • cubestore: Optimize unique constraint check on insert (c227ae9)
  • cubestore: Schedule compaction without blocking rw loop (f9bbbac)
  • LIMIT is not enforced (#6586) (8ca5234)
  • snowflake-driver: Bind variable ? not set for partitioned pre-aggregations (#6594) (0819075)

Features

  • cubestore: Queue - support cancel, ack, result_blocking by processingId (#6551) (2e82839)
  • cubestore: Support custom CSV delimiters (#6597) (f8c2c88)

v0.33.5

11 May 00:18

Choose a tag to compare

0.33.5 (2023-05-11)

Bug Fixes

Features

  • cubestore: Support converting Int16/32, UInt16/32 for DataFrame (#6569) (5e0fd4f)

v0.33.4

07 May 19:51

Choose a tag to compare

0.33.4 (2023-05-07)

Bug Fixes

  • docs: fix views example in style guide (1296ddb)
  • join_path for JS schemas and * includes with prefix (#6555) (c76bbef)

Features

  • cubestore: Projection in kafka streaming queries (#6479) (e0495a9)

v0.33.3

05 May 18:25

Choose a tag to compare

0.33.3 (2023-05-05)

Bug Fixes

  • databricks-driver: Increase default JDBC acquire timeout to 2 minutes as it can take more time to reconnect (dde9bc4)
  • databricks-driver: Remove package.json dependency from DatabricksDriver to avoid package.json not found issues (#6521) Thanks @carlagouveia ! (b3ac7a1)
  • graphql: Pre-aggregations aren't used for GraphQL queries with date range (#6549) (a343f4d)
  • snowflake-driver: Float exported as decimal for pre-aggregations (#6544) (7c8b8de)

Features

  • docker: Security upgrade node from 16.19.1 to 16.20 (#6547) (5523935)

v0.33.2

04 May 14:07
@ovr ovr
aa97a57

Choose a tag to compare

0.33.2 (2023-05-04)

Bug Fixes

  • cubejs-playground: remove less file import (#6537) (2a4de4b)
  • cubestore: Queue - protect possible race condition on GET_RESULT_BLOCKING (#6535) (d962c05)

Features

  • cubestore-driver: Queue - track orphaned set result (f97fbdc)
  • cubestore: Queue - allow to do merge_extra, heartbeat by processingId (#6534) (bf8df29)
  • cubestore: Queue - expose processingId in queue_add (#6540) (24b4798)
  • cubestore: Queue - expose processingId in queue_retrieve (#6530) (43913ce)
  • cubestore: Queue - return success marker on ack (set result) (e8814bf)