Skip to content

Releases: cube-js/cube

v0.17.4

06 Feb 23:15
Compare
Choose a tag to compare

0.17.4 (2020-02-06)

Bug Fixes

  • Don't fetch schema twice when generating in Playground. Big schemas take a lot of time to fetch. (3eeb73a)

v0.17.3

06 Feb 18:32
Compare
Choose a tag to compare

0.17.3 (2020-02-06)

Bug Fixes

  • Fix typescript type definition (66e2fe5)

Features

  • Pre-aggregation indexes support (d443585)

v0.17.2

04 Feb 05:46
Compare
Choose a tag to compare

0.17.2 (2020-02-04)

Bug Fixes

  • Funnel step names cannot contain spaces (aff1891), closes #359

v0.17.1

04 Feb 02:57
Compare
Choose a tag to compare

0.17.1 (2020-02-04)

Bug Fixes

  • TypeError: Cannot read property 'map' of undefined (a12610d)

v0.17.0

04 Feb 02:52
Compare
Choose a tag to compare

0.17.0 (2020-02-04)

Note: Version bump only for package cubejs

v0.15.4

02 Feb 20:18
Compare
Choose a tag to compare

0.15.4 (2020-02-02)

Features

  • Return shortTitle in tableColumns() result (810c812)

v0.15.3

26 Jan 19:52
Compare
Choose a tag to compare

0.15.3 (2020-01-26)

Bug Fixes

  • TypeError: Cannot read property 'title' of undefined (3f76066)

v0.15.2

25 Jan 20:12
Compare
Choose a tag to compare

0.15.2 (2020-01-25)

Bug Fixes

  • @cubejs-client/core: improve types (55edf85), closes #350
  • Time dimension ResultSet backward compatibility to allow work newer client with old server (b6834b1), closes #356

v0.15.1

21 Jan 22:54
Compare
Choose a tag to compare

0.15.1 (2020-01-21)

Features

  • updateWindow property for incremental partitioned rollup refreshKey (09c0a86)

v0.15.0

18 Jan 23:30
Compare
Choose a tag to compare

0.15.0 (2020-01-18)

Bug Fixes

  • "Illegal input character" when using originalSql pre-aggregation with BigQuery and USER_CONTEXT (904cf17), closes #197

Features

  • dynRef for dynamic member referencing (41b644c)
  • New refreshKeyRenewalThresholds and foreground renew defaults (9fb0abb)
  • Slow Query Warning and scheduled refresh for cube refresh keys (8768b0e)