Skip to content

Releases: cube-js/cube

v0.18.3

02 Mar 05:52
Compare
Choose a tag to compare

0.18.3 (2020-03-02)

Bug Fixes

  • antd 4 support for dashboard (84bb164), closes #463
  • CUBEJS_REDIS_POOL_MAX=0 env variable setting isn't respected (75f6889)
  • Duration string is not printed for all messages -- Load Request SQL case (e0d3aff)

v0.18.2

01 Mar 07:22
Compare
Choose a tag to compare

0.18.2 (2020-03-01)

Bug Fixes

  • Limit pre-aggregations fetch table requests using queue -- handle HA for pre-aggregations (75833b1)

v0.18.1

01 Mar 06:24
Compare
Choose a tag to compare

0.18.1 (2020-03-01)

Bug Fixes

  • Remove user facing errors for pre-aggregations refreshes (d15c551)

v0.18.0

01 Mar 03:39
Compare
Choose a tag to compare

0.18.0 (2020-03-01)

Bug Fixes

  • Error: client.readOnly is not a function (6069499)
  • External rollup type conversions: cast double to decimal for postgres (#421) Thanks to @sandeepravi! (a19410a)
  • athena-driver: Remove debug output (f538135)
  • Handle missing body-parser error (b90dd89)
  • Handle multiple occurrences in the first event of a funnel: conversion percent discrepancies. (0989482)
  • Handle primaryKey shown: false pitfall error (5bbf5f0)
  • Redis query queue locking redesign (a2eb9b2), closes #459
  • TypeError: Cannot read property 'queryKey' of null under load (0c996d8)

Features

v0.17.10

20 Feb 03:19
Compare
Choose a tag to compare

0.17.10 (2020-02-20)

Bug Fixes

Features

  • cubejs-cli: Add node_modules to .gitignore (207544b)
  • Support external rollups from readonly source (#395) (b17e841)

v0.17.9

18 Feb 05:17
Compare
Choose a tag to compare

0.17.9 (2020-02-18)

Features

v0.17.8

14 Feb 17:50
Compare
Choose a tag to compare

0.17.8 (2020-02-14)

Bug Fixes

Features

v0.17.7

12 Feb 02:22
Compare
Choose a tag to compare

0.17.7 (2020-02-12)

Bug Fixes

  • Invalid Date: Incorrect MySQL minutes granularity (dc553b9)
  • Respect MySQL TIMESTAMP strict mode on rollup downloads (c72ab07)
  • Wrong typings (c32fb0e)

Features

  • add bigquery-driver typings (0c5e0f7)
  • add postgres-driver typings (364d9bf)
  • add sqlite-driver typings (4446eba)
  • Cube.js agent (35366aa)
  • improve server-core typings (9d59300)
  • Set warn to be default log level for production logging (c4298ea)

v0.17.6

10 Feb 20:01
Compare
Choose a tag to compare

0.17.6 (2020-02-10)

Bug Fixes

  • sqlAlias isn't used for pre-aggregation table names (b757175)
  • Multiplied measures rollup select case and leaf measure additive exact match (c897dec)

v0.17.5

07 Feb 05:05
Compare
Choose a tag to compare

0.17.5 (2020-02-07)

Bug Fixes

  • Sanity check for silent truncate name problem during pre-aggregation creation (e7fb2f2)