Skip to content

Releases: cube-js/cube

v0.11.17

08 Nov 02:20
Compare
Choose a tag to compare

0.11.17 (2019-11-08)

Bug Fixes

  • server-core: the schemaPath option does not work when generating schema (#255) (92f17b2)
  • Default Express middleware security check is ignored in production (4bdf6bd)

Features

  • Default root path message for servers running in production (5b7ef41)

v0.11.16

04 Nov 05:17
Compare
Choose a tag to compare

0.11.16 (2019-11-04)

Bug Fixes

  • vue: Error: Invalid query format: "order" is not allowed (e6a738a)
  • Respect timezone for natural language date parsing and align custom date ranges to dates by default to ensure backward compatibility (af6f3c2)
  • Respect timezone for natural language date parsing and align custom date ranges to dates by default to ensure backward compatibility (2104492)
  • Use node index.js for npm run dev where available to ensure it starts servers with changed code (527e274)

v0.11.15

01 Nov 19:45
Compare
Choose a tag to compare

0.11.15 (2019-11-01)

Bug Fixes

  • Reduce output for logging (aaf55e0)

v0.11.14

01 Nov 17:11
Compare
Choose a tag to compare

0.11.14 (2019-11-01)

Bug Fixes

  • Catch unhandled rejections on server starts (fd9d872)

Features

  • pretty default logger and log levels (#244) (b1302d2)

v0.11.13

30 Oct 00:54
Compare
Choose a tag to compare

0.11.13 (2019-10-30)

Features

  • playground: Static dashboard template (2458aad)

v0.11.12

29 Oct 06:07
Compare
Choose a tag to compare

0.11.12 (2019-10-29)

Bug Fixes

  • Playground shouldn't be run in serverless environment by default (41cd46c)
  • react: Refetch hook only actual query changes (10b8988)

v0.11.11

26 Oct 03:15
Compare
Choose a tag to compare

0.11.11 (2019-10-26)

Bug Fixes

  • postgres-driver: CUBEJS_DB_SSL=false should disable SSL (85064bc)

v0.11.10

25 Oct 21:15
Compare
Choose a tag to compare

0.11.10 (2019-10-25)

Features

v0.11.9

23 Oct 02:44
Compare
Choose a tag to compare

0.11.9 (2019-10-23)

Bug Fixes

  • Support apiToken to be an async function: first request sends incorrect token (a2d0c77)

v0.11.8

22 Oct 23:14
Compare
Choose a tag to compare

0.11.8 (2019-10-22)

Bug Fixes

  • Pass checkAuth option to API Gateway (d3d690e)