Skip to content

Releases: cube-js/cube

v0.19.17

09 May 19:39

Choose a tag to compare

0.19.17 (2020-05-09)

Bug Fixes

  • Continue wait errors during tables fetch (cafaa28)

v0.19.16

07 May 17:55

Choose a tag to compare

0.19.16 (2020-05-07)

Bug Fixes

  • @cubejs-client/react: options dependency for useEffect: check if subscribe has been changed in useCubeQuery (#632) (13ab5de)

Features

v0.19.15

04 May 17:29

Choose a tag to compare

0.19.15 (2020-05-04)

Bug Fixes

  • Max date measures incorrectly converted for MySQL (e704867)

Features

v0.19.14

24 Apr 21:40

Choose a tag to compare

0.19.14 (2020-04-24)

Bug Fixes

  • More descriptive errors for download errors (e834aba)
  • Show Postgres params in logs (a678ca7)

Features

v0.19.13

21 Apr 16:41

Choose a tag to compare

0.19.13 (2020-04-21)

Features

  • Postgres Citus Data HLL plugin implementation (#601) Thanks to @milanbella ! (be85ac6), closes #563
  • react: resetResultSetOnChange option for QueryRenderer and useCubeQuery (c8c74d3)

v0.19.12

20 Apr 19:46

Choose a tag to compare

0.19.12 (2020-04-20)

Bug Fixes

  • Make date measure parsing optional (d199cd5), closes #602

v0.19.11

20 Apr 06:18

Choose a tag to compare

0.19.11 (2020-04-20)

Bug Fixes

  • Strict date range and rollup granularity alignment check (deb62b6), closes #103

v0.19.10

18 Apr 03:00

Choose a tag to compare

0.19.10 (2020-04-18)

Bug Fixes

  • Recursive pre-aggregation description generation: support propagateFiltersToSubQuery with partitioned originalSql (6a2b9dd)

v0.19.9

16 Apr 23:31

Choose a tag to compare

0.19.9 (2020-04-16)

Features

  • add await when invoking schemaVersion -- support async schemaVersion (#557) Thanks to @barakcoh! (964c6d8)
  • Added support for websocketsBasePath (#584) Thanks to @gauravlanjekar! (0fa7349), closes #583
  • Allow persisting multiple pre-aggregation structure versions to support staging pre-aggregation warm-up environments and multiple timezones (ab9539a)
  • Parse dates on client side (#522) Thanks to @richipargo! (11c1106)

v0.19.8

15 Apr 05:22

Choose a tag to compare

0.19.8 (2020-04-15)

Bug Fixes

  • Dead queries added to queue in serverless (eca3d0c)