cube.js v0.29.4 Release Notes

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

    • Validate contextToAppId is in place when COMPILE_CONTEXT is used (54a8b84)
    • cubejs-playground: responsive filter group size (5129cca)
    • cubejs-playground: responsive filter group size * 2 (2e340df)
    • cubesql: IF function, support array & scalar (1b04ad1)
    • cubesql: LIKE '%(%)%' (c75efaa)
    • cubesql: Substr with negative count should return empty string (not an error) (197b9e5)

    ๐Ÿ”‹ Features

    • cubesql: Support LOCATE function (9692ae3)
    • cubesql: Support SUBSTRING with commans syntax (ffb0a6b)
    • cubesql: Support UCASE function (8853ec6)