Skip to content

Releases: cube-js/cube

v0.19.43

04 Jul 19:48

Choose a tag to compare

0.19.43 (2020-07-04)

Bug Fixes

  • cubejs-client-core: Display the measure value when the y axis is empty (#789) (7ec6ac6)
  • docs-gen: Menu order (#783) (11d974a)

Features

v0.19.42

01 Jul 19:49

Choose a tag to compare

0.19.42 (2020-07-01)

Bug Fixes

Features

  • CUBEJS_SCHEDULED_REFRESH_TIMEZONES env variable (d22e3f0)

v0.19.41

30 Jun 20:46

Choose a tag to compare

0.19.41 (2020-06-30)

Bug Fixes

  • docs-gen: generator fixes, docs updates (c5b26d0)
  • docs-gen: minor fixes (#771) (ae32519)
  • scheduledRefreshTimer.match is not a function (caecc51), closes #772

v0.19.40

30 Jun 06:26

Choose a tag to compare

0.19.40 (2020-06-30)

Bug Fixes

  • Querying empty Postgres table with 'time' dimension in a cube results in null value (07d00f8), closes #639

Features

  • CUBEJS_SCHEDULED_REFRESH_TIMER env variable (6d0096e)
  • docs-gen: Typedoc generator (#769) (15373eb)

v0.19.39

28 Jun 04:45

Choose a tag to compare

0.19.39 (2020-06-28)

Bug Fixes

  • treat wildcard Elasticsearch select as simple asterisk select: include * as part of RE to support elasticsearch indexes (#760) Thanks to @gauravlanjekar ! (099a888)

Features

  • refreshRangeStart and refreshRangeEnd pre-aggregation params (e4d2874)

v0.19.38

28 Jun 03:35

Choose a tag to compare

0.19.38 (2020-06-28)

Bug Fixes

  • cubejs-playground: Long line ellipsis (#761) (4aee9dc)
  • Refresh partitioned pre-aggregations sequentially to avoid excessive memory and Redis connection consumption (38aab17)

v0.19.37

26 Jun 05:00

Choose a tag to compare

0.19.37 (2020-06-26)

Bug Fixes

  • cubejs-client-core: tableColumns empty data fix (#750) (0ac9b7a)
  • cubejs-client-react: order heuristic (#758) (498c10a)

Features

  • cubejs-client-react: Exposing updateQuery method (#751) (e2083c8)
  • query builder pivot config support (#742) (4e29057)

v0.19.36

24 Jun 03:20

Choose a tag to compare

0.19.36 (2020-06-24)

Bug Fixes

  • Avoid excessive pre-aggregation invalidation in presence of multiple structure versions (fd5e602)

v0.19.35

22 Jun 21:52

Choose a tag to compare

0.19.35 (2020-06-22)

Bug Fixes

v0.19.34

10 Jun 20:44

Choose a tag to compare

0.19.34 (2020-06-10)

Bug Fixes

  • cubejs-cli: Check if correct directory is being deployed (56b8319)