cube.js v0.28.55 Release Notes

Release Date: 2021-11-12 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • cubestore: fix float comparisons causing unsorted data in merges (c5b5d2c)
    • cubestore: Timeout for create table finalization (d715345)
    • JSON.stringify schema version instead of calling .toString() to simplify usage with objects (50a191e)
    • cubestore: Do not fail swap_chunks with assert -- allow to gracefully capture error (8c8b6eb)
    • cubestore: Do not fail on repartition of empty chunks (41b3054)
    • cubestore: speed up HLL++ merges, up to 180x in some cases (24ecbc3)
    • cubestore: system.tables can affect table visibility cache by including non ready tables. Ignore delete middle man reconciliation errors. (dce711f)

    ๐Ÿ”‹ Features

    • Introduce checkSqlAuth (auth hook for SQL API) (3191b73)