Skip to content

Releases: cube-js/cube

v0.31.53

24 Jan 22:03

Choose a tag to compare

0.31.53 (2023-01-24)

Bug Fixes

  • Last lambda partition is incorrectly filtered in case of middle partition is filtered out (656edcf)

Features

  • cubestore: Correct metrics for queue/cache (ignore long commands) (#6047) (1d5a1f6)

v0.31.52

23 Jan 23:10

Choose a tag to compare

0.31.52 (2023-01-23)

Bug Fixes

Features

  • api-gateway, server-core: Added dataSources method (#5789) (128d017)
  • cubestore: Support multiple parallel QUEUE RESULT_BLOCKING (#6038) (d8be78a)
  • cubestore: Upgrade warp to 0.3.3 (use crates.io instead of git) (#6043) (d2307a8)
  • new dark scheme at README (#6044) (a44ebbb)

v0.31.51

21 Jan 07:17

Choose a tag to compare

0.31.51 (2023-01-21)

Bug Fixes

  • Incorrect partition filter for real time partitions (6520279)

v0.31.50

21 Jan 05:59

Choose a tag to compare

0.31.50 (2023-01-21)

Bug Fixes

  • Lambda pre-aggregations aren't served by external refresh instance (bd45720)
  • Real time partitions seal just after created (882a7df)

v0.31.49

20 Jan 20:23

Choose a tag to compare

0.31.49 (2023-01-20)

Bug Fixes

  • Content version gets updated on build range change (0adc634)
  • cubestore-driver: Unexpected token u in JSON at position 0 (#6037) (1d00521)

v0.31.48

20 Jan 04:45

Choose a tag to compare

0.31.48 (2023-01-20)

Features

  • cubesql: Postgres protocol - stream support (#6025) (d5786df)
  • cubesql: Streams - cancel query and drop conection handling (8c585f2)
  • cubestore: Collect metrics for queue/cache commands (#6032) (9ac7d0c)
  • cubestore: Support negative priority for queue (#6031) (9924a1a)
  • streaming desync (#6034) (a4c8b09)

v0.31.47

18 Jan 16:28
@ovr ovr
15181f5

Choose a tag to compare

0.31.47 (2023-01-18)

Bug Fixes

  • Re-use external connection for CubeStore in queue (#6028) (ff724f7)

Features

v0.31.46

18 Jan 00:01

Choose a tag to compare

0.31.46 (2023-01-18)

Bug Fixes

  • athena-driver: Help user to understand CUBEJS_AWS_S3_OUTPUT_LOCATION parameter is missing (#5991) Thanks @fbalicchia ! (eedd12a)
  • Do not fail if partitions are not ready for specified date range interval but there's at least one ready for pre-aggregation (#6026) (2d39fe4)

Features

  • query-orchestrator: Introduce CubeStoreQueueDriver (#6014) (f4744bf)

v0.31.45

16 Jan 21:24

Choose a tag to compare

0.31.45 (2023-01-16)

Bug Fixes

  • cubestore: Panic on combination of Union All and single select in root Union All (#6012) (0d1a3d8)
  • Do not update structure version on build range end update (#6015) (7891b6c)

Features

v0.31.44

16 Jan 07:25

Choose a tag to compare

0.31.44 (2023-01-16)

Bug Fixes

  • Rollups are sorted by name in rollups params of pre-aggregations (#6011) (235ec70)