Skip to content

Releases: cube-js/cube

v0.10.9

30 Jun 23:05
Compare
Choose a tag to compare

0.10.9 (2019-06-30)

Bug Fixes

  • Syntax error during parsing: Unexpected token, expected: escaping back ticks (9638a1a)

Features

  • playground: Chart.js charting library support (40bb5d0)

v0.10.8

28 Jun 05:06
Compare
Choose a tag to compare

0.10.8 (2019-06-28)

Features

  • More readable compiling schema log message (246805b)
  • Presto driver (1994083)

v0.10.7

27 Jun 21:18
Compare
Choose a tag to compare

0.10.7 (2019-06-27)

Bug Fixes

  • config provided password not passed to server (#145) (4b1afb1)
  • Module not found: Can't resolve 'react' (a00e588)

v0.10.6

26 Jun 20:31
Compare
Choose a tag to compare

0.10.6 (2019-06-26)

Bug Fixes

  • Update version to fix audit warnings (1bce587)

v0.10.5

26 Jun 20:28
Compare
Choose a tag to compare

0.10.5 (2019-06-26)

Bug Fixes

  • Update version to fix audit warnings (f8f5225)

v0.10.4

26 Jun 03:23
Compare
Choose a tag to compare

0.10.4 (2019-06-26)

Bug Fixes

  • Gray screen for Playground on version update (b08333f)

Features

  • More descriptive error for SyntaxError (f6d12d3)

v0.10.3

26 Jun 02:21
Compare
Choose a tag to compare

0.10.3 (2019-06-26)

Bug Fixes

  • Snowflake driver config var typo (d729b9d)

v0.10.2

26 Jun 02:12
Compare
Choose a tag to compare

0.10.2 (2019-06-26)

Bug Fixes

  • Snowflake driver missing dependency (b7620b3)

v0.10.1

26 Jun 02:04
Compare
Choose a tag to compare

0.10.1 (2019-06-26)

Features

v0.10.0

21 Jun 03:10
Compare
Choose a tag to compare

0.10.0 (2019-06-21)

Features

  • api-gateway: queryTransformer security hook (a9c41b2)
  • playground: App layout for dashboard (f5578dd)
  • schema-compiler: asyncModules and Node.js require(): support loading cube definitions from DB and other async sources (397cceb), closes #141