Skip to content

Releases: cube-js/cube

v0.20.13

07 Oct 18:55

Choose a tag to compare

0.20.13 (2020-10-07)

Bug Fixes

  • @cubejs-backend/mongobi-driver: TypeError: v.toLowerCase is not a function (16a15cb)
  • @cubejs-schema-compilter: MSSQL rollingWindow with granularity (#1169) Thanks to @JoshMentzer! (16e6a9e)

v0.20.12

02 Oct 19:25

Choose a tag to compare

0.20.12 (2020-10-02)

Bug Fixes

Features

v0.20.11

28 Sep 19:34

Choose a tag to compare

0.20.11 (2020-09-28)

Bug Fixes

Features

v0.20.10

23 Sep 00:03

Choose a tag to compare

0.20.10 (2020-09-23)

Bug Fixes

  • @cubejs-backend/server-core: Allow initApp as server-core option (#1115) (a9d06fd)
  • @cubejs-backend/server-core: Allow processSubscriptionsInterval as an option (#1122) (cf21d70)
  • drilling into any measure other than the first (#1131) (e741a20)
  • rollupOnlyMode option validation (#1127) (89ee308)
  • @cubejs-backend/server-core: Support apiSecret as option (#1130) (9fbf544)

v0.20.9

19 Sep 19:40

Choose a tag to compare

0.20.9 (2020-09-19)

Bug Fixes

  • Allow empty complex boolean filter arrays (#1100) (80d112e)
  • Allow scheduledRefreshContexts in server-core options validation (#1105) (7e43276)
  • @cubejs-backend/server-core: orchestratorOptions validation breaks serverless deployments (#1113) (48ca5aa)

Features

  • cubejs-cli: Ask question about database, if user forget to specify it with -d flag (#1096) (8b5b9d3)
  • sqlAlias attribute for preAggregations and short format for pre-aggregation table names (#1068) (98ffad3), closes #86 #907
  • Share Node's version for debug purposes (#1107) (26c0420)

v0.20.8

16 Sep 21:03

Choose a tag to compare

0.20.8 (2020-09-16)

Bug Fixes

Features

  • Add server-core options validate (#1089) (5580018)
  • refreshKey every support for CRON format interval (#1048) (3e55f5c)
  • Strict cube schema parsing, show duplicate property name errors (#1095) (d4ab530)

v0.20.7

11 Sep 18:57

Choose a tag to compare

0.20.7 (2020-09-11)

Bug Fixes

  • member-dimension query normalization for queryTransformer and additional complex boolean logic tests (#1047) (65ef327), closes #1007

v0.20.6

10 Sep 13:01

Choose a tag to compare

0.20.6 (2020-09-10)

Bug Fixes

v0.20.5

10 Sep 03:59

Choose a tag to compare

0.20.5 (2020-09-10)

Bug Fixes

v0.20.4

04 Sep 03:15

Choose a tag to compare

0.20.4 (2020-09-04)

Bug Fixes

  • @cubejs-backend/dremio-driver: CAST doesn't work on string timestamps: replace CAST to TO_TIMESTAMP (#1057) (59da9ae)