All Versions
751
Latest Version
Avg Release Cycle
3 days
Latest Release
512 days ago

Changelog History
Page 54

  • v0.19.1 Changes

    April 11, 2020

    ๐Ÿ› Bug Fixes

    • TypeError: Cannot read property 'dataSource' of null (5bef81b)
    • TypeError: Cannot read property 'path' of undefined -- Case when partitioned originalSql is resolved for query without time dimension and incremental refreshKey is used (ca0f1f6)

    ๐Ÿ”‹ Features

    • postgres-driver: Allow usage of CUBEJS_DB_SSL_CA parameter in postgres Driver. (#582) Thanks to @gauravlanjekar! (158bd10)
    • โฑ Provide status messages for `/cubejs-api/v1/run-scheduled-refresh API (fb6623f)
    • ๐Ÿ“‡ Renamed OpenDistro to AWSElasticSearch. Added elasticsearch dialect (#577) Thanks to @chad-codeworkshop! (a4e41cb)
  • v0.19.0 Changes

    April 09, 2020

    ๐Ÿ”‹ Features

    • Multi-level query structures in-memory caching (38aa32d)
  • v0.18.32 Changes

    April 07, 2020

    ๐Ÿ› Bug Fixes

    • mysql-driver: Special characters in database name for readOnly database lead to Error: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near (1464326)
  • v0.18.31 Changes

    April 07, 2020

    ๐Ÿ› Bug Fixes

    • Pass query options such as timezone (#570) Thanks to @jcw-! (089f307)
    • ๐Ÿ‘ Rewrite converts left outer to inner join due to filtering in where: ensure OR is supported (93a1250)
  • v0.18.30 Changes

    April 04, 2020

    ๐Ÿ› Bug Fixes

    • Rewrite converts left outer to inner join due to filtering in where (2034d37)

    ๐Ÿ”‹ Features

    • Native X-Pack SQL ElasticSearch Driver (#551) (efde731)
  • v0.18.29 Changes

    April 04, 2020

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Hour partition granularity support (5f78974)
    • Rewrite SQL for more places (2412821)
  • v0.18.28 Changes

    April 03, 2020

    ๐Ÿ› Bug Fixes

    • TypeError: date.match is not a function at BaseTimeDimension.formatFromDate (7379b84)
  • v0.18.27 Changes

    April 03, 2020

    ๐Ÿ› Bug Fixes

    • TypeError: date.match is not a function at BaseTimeDimension.formatFromDate (4ac7307)
  • v0.18.26 Changes

    April 03, 2020

    ๐Ÿ› Bug Fixes

  • v0.18.25 Changes

    April 02, 2020

    ๐Ÿ› Bug Fixes

    • โฑ TypeError: Cannot read property \'replace\' of null for scheduledRefresh: true (28e45c0), closes #558

    ๐Ÿ”‹ Features