cube.js v0.28.61 Release Notes

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

    • @cubejs-backend/mongobi-driver: Create table failed: User: Can't parse timestamp: Invalid date (1843f28)
    • cubesql: Ignore SET NAMES on AST level (495f245)
    • cubestore: Internal: Execution error: Internal: Arrow error: Invalid argument error: number of columns(4) must match number of fields(5) in schema for streaming tables (#3737) (d35cc1f)
    • cubestore: Support escaping sequence for ILIKE (#3744) (fbe7376), closes #3742
    • ๐Ÿ— Clarify pre-aggregation build error messages (cf17f64), closes #3469
    • Generate consistent request ids for not annotated API requests (331a819)

    ๐Ÿ”‹ Features

    • cubesql: Return Status:SERVER_SESSION_STATE_CHANGED on SET operator (6f7adf8)
    • cubesql: Skip SET {GLOBAL|SESSION} TRANSACTION isolation on AST level (3afe2b1)
    • cubesql: Specify max_allowed_packet, auto_increment_increment (dd4a22d)
    • cubesql: Support specifying ColumnFlags in QE (4170b27)
    • cubestore: Minio support (#3738) (c857562), closes #3510
    • ๐Ÿณ docker: Upgrade node:12.22.7 (b9e57d8)