Skip to content

Releases: cube-js/cube

v0.19.3

12 Apr 02:27

Choose a tag to compare

0.19.3 (2020-04-12)

Bug Fixes

  • Handle invalid lambda process events (37fc43f)

v0.19.2

12 Apr 01:35

Choose a tag to compare

0.19.2 (2020-04-12)

Bug Fixes

  • Do not DoS agent with huge payloads (7886130)
  • TypeError: Cannot read property 'timeDimensions' of null (7d3329b)

v0.19.1

11 Apr 02:53

Choose a tag to compare

0.19.1 (2020-04-11)

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

09 Apr 20:32

Choose a tag to compare

0.19.0 (2020-04-09)

Features

  • Multi-level query structures in-memory caching (38aa32d)

v0.18.32

07 Apr 06:01

Choose a tag to compare

0.18.32 (2020-04-07)

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

07 Apr 00:42

Choose a tag to compare

0.18.31 (2020-04-07)

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

04 Apr 21:40

Choose a tag to compare

0.18.30 (2020-04-04)

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

04 Apr 02:37

Choose a tag to compare

0.18.29 (2020-04-04)

Features

  • Hour partition granularity support (5f78974)
  • Rewrite SQL for more places (2412821)

v0.18.28

03 Apr 22:49

Choose a tag to compare

0.18.28 (2020-04-03)

Bug Fixes

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

v0.18.27

03 Apr 06:11

Choose a tag to compare

0.18.27 (2020-04-03)

Bug Fixes

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