Skip to content

Files

Latest commit

b649f13 · Jun 7, 2019

History

History
617 lines (197 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

617 lines (197 loc) · 18.4 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.9.15 (2019-06-07)

Bug Fixes

  • schema-compiler: subquery in FROM must have an alias -- fix Redshift rollingWindow (70b752f)

0.9.14 (2019-06-07)

Features

  • Add option to run in production without redis (a7de417), closes #110
  • Added SparkSQL and Hive support to the JDBC driver. (#127) (659c24c)
  • View Query SQL in Playground (8ef28c8)

0.9.13 (2019-06-06)

Bug Fixes

  • Schema generation with joins having case sensitive table and column names (#124) (c7b706a), closes #120 #120

0.9.12 (2019-06-03)

Bug Fixes

  • api-gateway: Unexpected token u in JSON at position 0 at JSON.parse (91ca994)
  • client-core: Update normalizePivotConfig method to not to fail if x or y are missing (ee20863), closes #10
  • schema-compiler: cast parameters for IN filters (28f3e48), closes #119

0.9.11 (2019-05-31)

Bug Fixes

  • client-core: ResultSet series returns a series with no data (715e170), closes #38
  • schema-compiler: TypeError: Cannot read property 'filterToWhere' of undefined (6b399ea)

0.9.10 (2019-05-29)

Bug Fixes

  • cli: @cubejs-backend/schema-compiler/scaffolding/ScaffoldingTemplate dependency not found (4296204)

0.9.9 (2019-05-29)

Bug Fixes

  • cli: missing package files (81e8549)

0.9.8 (2019-05-29)

Features

  • cubejs-cli: add token generation (#67) (2813fed)
  • postgres-driver: SSL error hint for Heroku users (0e9b9cb)

0.9.7 (2019-05-27)

Features

  • postgres-driver: support CUBEJS_DB_SSL option (67a767e)

0.9.6 (2019-05-24)

Bug Fixes

  • contains filter does not work with MS SQL Server database (35210f6), closes #113

Features

  • better npm fail message in Playground (545a020)
  • playground: better add to dashboard error messages (94e8dbf)

0.9.5 (2019-05-22)

Features

  • Propagate renewQuery option from API to orchestrator (9c640ba), closes #112

0.9.4 (2019-05-22)

Features

  • Add refreshKeyRenewalThreshold option (aa69449), closes #112

0.9.3 (2019-05-21)

Bug Fixes

  • playground: revert back create-react-app to npx as there're much more problems with global npm (e434939)

0.9.2 (2019-05-11)

Bug Fixes

  • External rollups serverless implementation (6d13370)

0.9.1 (2019-05-11)

Bug Fixes

  • update BaseDriver dependencies (a7aef2b)

0.9.0 (2019-05-11)

Features

  • External rollup implementation (d22a809)

0.8.7 (2019-05-09)

Bug Fixes

  • cubejs-react: add core-js dependency (#107) (0e13ffe)
  • query-orchestrator: Athena got swamped by fetch schema requests (d8b5440)

0.8.6 (2019-05-05)

Bug Fixes

Features

  • Replace codesandbox by running dashboard react-app directly (861c817)

0.8.5 (2019-05-02)

Bug Fixes

  • clickhouse-driver: merging config with custom queryOptions which were not passing along the database (#100) (dedc279)

0.8.4 (2019-05-02)

Features

0.8.3 (2019-05-01)

Features

0.8.2 (2019-04-30)

Bug Fixes

  • Wrong variables when creating new BigQuery backed project (bae6348), closes #97

0.8.1 (2019-04-30)

Bug Fixes

  • add the missing @cubejs-client/vue package (#95) (9e8c4be)

Features

  • Driver for ClickHouse database support (#94) (0f05321), closes #1
  • Serverless Google Cloud Platform in CLI support (392ba1e)

0.8.0 (2019-04-29)

Features

  • Serverless Google Cloud Platform support (89ec0ec)

0.7.10 (2019-04-25)

Bug Fixes

  • client-core: Table pivot incorrectly behaves with multiple measures (adb2270)
  • client-core: use ',' as standard axisValue delimiter (e889955), closes #19

0.7.9 (2019-04-24)

Features

  • schema-compiler: Allow to pass functions to USER_CONTEXT (b489090), closes #88

0.7.8 (2019-04-24)

Bug Fixes

  • playground: Dashboard doesn't work on Windows (48a2ec4), closes #82

0.7.7 (2019-04-24)

Bug Fixes

  • playground: Dashboard doesn't work on Windows (7c48aa4), closes #82

0.7.6 (2019-04-23)

Bug Fixes

  • playground: Cannot read property 'content' of undefined at e.value (7392feb)
  • Use cross-fetch instead of isomorphic-fetch to allow React-Native builds (#92) (79150f4)
  • query-orchestrator: add RedisFactory and promisify methods manually (#89) (cdfcd87), closes #84

Features

  • Support member key in filters in query (#91) (e1fccc0)
  • schema-compiler: Athena rollingWindow support (f112c69)

0.7.5 (2019-04-18)

Bug Fixes

  • schema-compiler: Athena, Mysql and BigQuery doesn't respect multiple contains filter (0a8f324)

0.7.4 (2019-04-17)

Bug Fixes

  • Make dashboard app creation explicit. Show error messages if dashboard failed to create. (3b2a22b)
  • api-gateway: measures is always required (04adb7d)
  • mongobi-driver: fix ssl configuration (#78) (ddc4dff)

0.7.3 (2019-04-16)

Bug Fixes

  • Allow SSR: use isomorphic-fetch instead of whatwg-fetch. (902e581), closes #1

0.7.2 (2019-04-15)

Bug Fixes

  • Avoid 502 for Playground in serverless: minimize babel (f9d3171)

Features

0.7.1 (2019-04-15)

Bug Fixes

  • serverless: getApiHandler called on undefined (0ee5121)
  • Allow Playground to work in Serverless mode (2c0c89c)

0.7.0 (2019-04-15)

Features

  • App multi-tenancy support in single ServerCore instance (6f0220f)

0.6.2 (2019-04-12)

Features

  • Natural language date range support (b962e80)
  • api-gateway: Order support (670237b)

0.6.1 (2019-04-11)

Bug Fixes

  • Get Playground API_URL from window.location until provided explicitly in env. Remote server playground case. (7b1a0ff)

Features

  • Disable authentication checks in developer mode (bc09eba)
  • Formatted error logging in developer mode (3376a50)

0.6.0 (2019-04-09)

Bug Fixes

  • playground: no such file or directory, scandir 'dashboard-app/src' (64ec481)

Features

  • query validation added in api-gateway (#73) (21f6176), closes #39
  • QueryBuilder heuristics. Playground area, table and number implementation. (c883a48)
  • Vue.js reactivity on query update (#70) (167fdbf)

0.5.2 (2019-04-05)

Features

  • Add redshift to postgres driver link (#71) (4797588)
  • Playground UX improvements (6760a1d)

0.5.1 (2019-04-02)

Features

0.5.0 (2019-04-01)

Bug Fixes

Features

  • add basic vue support (#65) (f45468b)
  • use local queue and cache for local dev server instead of Redis one (50f1bbb)

0.4.6 (2019-03-27)

Features

  • Dashboard Generator for Playground (28a42ee)

0.4.5 (2019-03-21)

Bug Fixes

  • client-react - query prop now has default blank value (#54) (27e7090)

Features

  • Make API path namespace configurable (#53) (b074a3d)
  • Playground filters implementation (de4315d)

0.4.4 (2019-03-17)

Bug Fixes

  • Postgres doesn't show any data for queries with time dimension. (e95e6fe)

Features

  • Introduce Schema generation UI in Playground (349c7d0)

0.4.3 (2019-03-15)

Bug Fixes

  • mongobi-driver: implement convert_tz as a simple hour shift (c97e451), closes #50

0.4.2 (2019-03-14)

Bug Fixes

  • mongobi-driver: Fix Server does not support secure connnection on connection to localhost (3202508)

0.4.1 (2019-03-14)

Bug Fixes

  • concat called on undefined for empty MongoDB password (7d75b1e)

Features

  • Allow to use custom checkAuth middleware (19d5cd8), closes #42

0.4.0 (2019-03-13)

Features

  • Add MongoBI connector and schema adapter support (3ebbbf0)

0.3.5-alpha.0 (2019-03-12)

Note: Version bump only for package cubejs