diff --git a/CHANGELOG.md b/CHANGELOG.md index 3273b2fc2aad0..8e091b2a79564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/cube-js/cube.js/compare/v0.10.62...v0.11.0) (2019-10-15) + + +### Bug Fixes + +* TypeError: Cannot destructure property authInfo of 'undefined' or 'null'. ([1886d13](https://github.com/cube-js/cube.js/commit/1886d13)) + + +### Features + +* Read schema subfolders ([#230](https://github.com/cube-js/cube.js/issues/230)). Thanks to [@lksilva](https://github.com/lksilva)! ([aa736b1](https://github.com/cube-js/cube.js/commit/aa736b1)) +* Sockets Preview ([#231](https://github.com/cube-js/cube.js/issues/231)) ([89fc762](https://github.com/cube-js/cube.js/commit/89fc762)), closes [#221](https://github.com/cube-js/cube.js/issues/221) + + + + + ## [0.10.62](https://github.com/cube-js/cube.js/compare/v0.10.61...v0.10.62) (2019-10-11) diff --git a/lerna.json b/lerna.json index 3ee9352f0db83..e365f79e5a3e0 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.10.62" + "version": "0.11.0" } diff --git a/packages/cubejs-api-gateway/CHANGELOG.md b/packages/cubejs-api-gateway/CHANGELOG.md index 82912ed71e688..11f771537ab16 100644 --- a/packages/cubejs-api-gateway/CHANGELOG.md +++ b/packages/cubejs-api-gateway/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + + +### Features + +* Sockets Preview ([#231](https://github.com/statsbotco/cubejs-client/issues/231)) ([89fc762](https://github.com/statsbotco/cubejs-client/commit/89fc762)), closes [#221](https://github.com/statsbotco/cubejs-client/issues/221) + + + + + ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11) diff --git a/packages/cubejs-api-gateway/package.json b/packages/cubejs-api-gateway/package.json index 802ff3d416748..14f7df0adc91c 100644 --- a/packages/cubejs-api-gateway/package.json +++ b/packages/cubejs-api-gateway/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/api-gateway", "description": "Cube.js API Gateway", "author": "Statsbot, Inc.", - "version": "0.10.62", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, diff --git a/packages/cubejs-athena-driver/CHANGELOG.md b/packages/cubejs-athena-driver/CHANGELOG.md index cd06d2836f018..6e582fdb17ded 100644 --- a/packages/cubejs-athena-driver/CHANGELOG.md +++ b/packages/cubejs-athena-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/athena-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/athena-driver diff --git a/packages/cubejs-athena-driver/package.json b/packages/cubejs-athena-driver/package.json index 2ed3eb3cf9050..c0b5e9a72965a 100644 --- a/packages/cubejs-athena-driver/package.json +++ b/packages/cubejs-athena-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/athena-driver", "description": "Cube.js Athena database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/AthenaDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "aws-sdk": "^2.403.0", "sqlstring": "^2.3.1" }, diff --git a/packages/cubejs-bigquery-driver/CHANGELOG.md b/packages/cubejs-bigquery-driver/CHANGELOG.md index 75a5046f819ac..c949fd982c864 100644 --- a/packages/cubejs-bigquery-driver/CHANGELOG.md +++ b/packages/cubejs-bigquery-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/bigquery-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/bigquery-driver diff --git a/packages/cubejs-bigquery-driver/package.json b/packages/cubejs-bigquery-driver/package.json index c466fd734ecbc..a17401093e9f0 100644 --- a/packages/cubejs-bigquery-driver/package.json +++ b/packages/cubejs-bigquery-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/bigquery-driver", "description": "Cube.js BigQuery database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/BigQueryDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "@google-cloud/bigquery": "^4.1.4", "ramda": "^0.26.1" }, diff --git a/packages/cubejs-cli/CHANGELOG.md b/packages/cubejs-cli/CHANGELOG.md index aaabb25327c50..aff541567958a 100644 --- a/packages/cubejs-cli/CHANGELOG.md +++ b/packages/cubejs-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package cubejs-cli + + + + + ## [0.10.15](https://github.com/statsbotco/cubejs-client/compare/v0.10.14...v0.10.15) (2019-07-13) **Note:** Version bump only for package cubejs-cli diff --git a/packages/cubejs-cli/package.json b/packages/cubejs-cli/package.json index 32b9613a774e1..7ba609f8a34e1 100644 --- a/packages/cubejs-cli/package.json +++ b/packages/cubejs-cli/package.json @@ -2,7 +2,7 @@ "name": "cubejs-cli", "description": "Cube.js Command Line Interface", "author": "Statsbot, Inc.", - "version": "0.10.15", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, diff --git a/packages/cubejs-clickhouse-driver/CHANGELOG.md b/packages/cubejs-clickhouse-driver/CHANGELOG.md index 54a317ee961d0..6a9b559a824c3 100644 --- a/packages/cubejs-clickhouse-driver/CHANGELOG.md +++ b/packages/cubejs-clickhouse-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/clickhouse-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/clickhouse-driver diff --git a/packages/cubejs-clickhouse-driver/package.json b/packages/cubejs-clickhouse-driver/package.json index cdd8627e00d39..ff52aef64e866 100644 --- a/packages/cubejs-clickhouse-driver/package.json +++ b/packages/cubejs-clickhouse-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/clickhouse-driver", "description": "Cube.js ClickHouse database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, @@ -13,7 +13,7 @@ }, "dependencies": { "@apla/clickhouse": "^1.5.5", - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "generic-pool": "^3.6.0", "sqlstring": "^2.3.1", "uuidv4": "^4.0.0" diff --git a/packages/cubejs-client-core/CHANGELOG.md b/packages/cubejs-client-core/CHANGELOG.md index bb1a2ad9ff7d7..2e6aec8145136 100644 --- a/packages/cubejs-client-core/CHANGELOG.md +++ b/packages/cubejs-client-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + + +### Features + +* Sockets Preview ([#231](https://github.com/statsbotco/cubejs-client/issues/231)) ([89fc762](https://github.com/statsbotco/cubejs-client/commit/89fc762)), closes [#221](https://github.com/statsbotco/cubejs-client/issues/221) + + + + + ## [0.10.61](https://github.com/statsbotco/cubejs-client/compare/v0.10.60...v0.10.61) (2019-10-10) **Note:** Version bump only for package @cubejs-client/core diff --git a/packages/cubejs-client-core/package.json b/packages/cubejs-client-core/package.json index c53b6a26f1bb4..ba9c5c8eaf921 100644 --- a/packages/cubejs-client-core/package.json +++ b/packages/cubejs-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/core", - "version": "0.10.61", + "version": "0.11.0", "description": "cube.js client", "main": "dist/cubejs-client-core.js", "author": "Statsbot, Inc.", diff --git a/packages/cubejs-client-ngx/CHANGELOG.md b/packages/cubejs-client-ngx/CHANGELOG.md index a31370d7c8daf..ce9d52031501d 100644 --- a/packages/cubejs-client-ngx/CHANGELOG.md +++ b/packages/cubejs-client-ngx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-client/ngx + + + + + ## [0.10.61](https://github.com/statsbotco/cubejs-client/compare/v0.10.60...v0.10.61) (2019-10-10) **Note:** Version bump only for package @cubejs-client/ngx diff --git a/packages/cubejs-client-ngx/package.json b/packages/cubejs-client-ngx/package.json index 6d7a33939d6a1..92916c853b78b 100644 --- a/packages/cubejs-client-ngx/package.json +++ b/packages/cubejs-client-ngx/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/ngx", - "version": "0.10.61", + "version": "0.11.0", "description": "Cube.js client for Angular", "main": "dist/bundles/cubejs-client-ngx.umd.js", "files": [ @@ -8,7 +8,7 @@ ], "license": "MIT", "dependencies": { - "@cubejs-client/core": "^0.10.61", + "@cubejs-client/core": "^0.11.0", "tslib": "^1.9.0" }, "peerDependencies": { diff --git a/packages/cubejs-client-ws-transport/CHANGELOG.md b/packages/cubejs-client-ws-transport/CHANGELOG.md new file mode 100644 index 0000000000000..3e00f7a5a1606 --- /dev/null +++ b/packages/cubejs-client-ws-transport/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + + +### Features + +* Sockets Preview ([#231](https://github.com/statsbotco/cubejs-client/issues/231)) ([89fc762](https://github.com/statsbotco/cubejs-client/commit/89fc762)), closes [#221](https://github.com/statsbotco/cubejs-client/issues/221) diff --git a/packages/cubejs-client-ws-transport/package.json b/packages/cubejs-client-ws-transport/package.json index 4705b28d2eaaa..613c3e92edddb 100644 --- a/packages/cubejs-client-ws-transport/package.json +++ b/packages/cubejs-client-ws-transport/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/ws-transport", - "version": "0.10.61", + "version": "0.11.0", "description": "Cube.js WebSocket transport", "main": "dist/cubejs-client-ws-transport.js", "author": "Statsbot, Inc.", diff --git a/packages/cubejs-hive-driver/CHANGELOG.md b/packages/cubejs-hive-driver/CHANGELOG.md index 3b13b366a9ad1..0d1a12791faef 100644 --- a/packages/cubejs-hive-driver/CHANGELOG.md +++ b/packages/cubejs-hive-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/hive-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/hive-driver diff --git a/packages/cubejs-hive-driver/package.json b/packages/cubejs-hive-driver/package.json index 789288e99069e..3710654e77bec 100644 --- a/packages/cubejs-hive-driver/package.json +++ b/packages/cubejs-hive-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/hive-driver", "description": "Cube.js Hive database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/HiveDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "generic-pool": "^3.6.0", "jshs2": "^0.4.4", "sasl-plain": "^0.1.0", diff --git a/packages/cubejs-jdbc-driver/CHANGELOG.md b/packages/cubejs-jdbc-driver/CHANGELOG.md index 51989358dbaed..d4ff3235384b2 100644 --- a/packages/cubejs-jdbc-driver/CHANGELOG.md +++ b/packages/cubejs-jdbc-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/jdbc-driver + + + + + ## [0.10.24](https://github.com/statsbotco/cubejs-client/compare/v0.10.23...v0.10.24) (2019-08-16) **Note:** Version bump only for package @cubejs-backend/jdbc-driver diff --git a/packages/cubejs-jdbc-driver/package.json b/packages/cubejs-jdbc-driver/package.json index 3858649fb6c23..50eb56a0638c9 100644 --- a/packages/cubejs-jdbc-driver/package.json +++ b/packages/cubejs-jdbc-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/jdbc-driver", "description": "Cube.js JDBC database driver", "author": "Statsbot, Inc.", - "version": "0.10.24", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, diff --git a/packages/cubejs-mongobi-driver/CHANGELOG.md b/packages/cubejs-mongobi-driver/CHANGELOG.md index 6bf3c1f4ae165..e1ddf9c4a9886 100644 --- a/packages/cubejs-mongobi-driver/CHANGELOG.md +++ b/packages/cubejs-mongobi-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/mongobi-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/mongobi-driver diff --git a/packages/cubejs-mongobi-driver/package.json b/packages/cubejs-mongobi-driver/package.json index b16285801d681..3911ea4ab8709 100644 --- a/packages/cubejs-mongobi-driver/package.json +++ b/packages/cubejs-mongobi-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/mongobi-driver", "description": "Cube.js MongoBI driver", "author": "krunalsabnis@gmail.com", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/MongoBIDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "generic-pool": "^3.6.0", "mysql2": "^1.6.5" }, diff --git a/packages/cubejs-mssql-driver/CHANGELOG.md b/packages/cubejs-mssql-driver/CHANGELOG.md index f49e27d753f09..504ff019aace5 100644 --- a/packages/cubejs-mssql-driver/CHANGELOG.md +++ b/packages/cubejs-mssql-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/mssql-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/mssql-driver diff --git a/packages/cubejs-mssql-driver/package.json b/packages/cubejs-mssql-driver/package.json index 2fb74a4c9d015..52b8b26cd6cd2 100644 --- a/packages/cubejs-mssql-driver/package.json +++ b/packages/cubejs-mssql-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/mssql-driver", "description": "Cube.js MS SQL database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/MSSqlDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "mssql": "^5.0.5" }, "license": "Apache-2.0", diff --git a/packages/cubejs-mysql-driver/CHANGELOG.md b/packages/cubejs-mysql-driver/CHANGELOG.md index 8383f87092bb4..92139894ee683 100644 --- a/packages/cubejs-mysql-driver/CHANGELOG.md +++ b/packages/cubejs-mysql-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/mysql-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/mysql-driver diff --git a/packages/cubejs-mysql-driver/package.json b/packages/cubejs-mysql-driver/package.json index f39cba29734a5..0ef476cd47c30 100644 --- a/packages/cubejs-mysql-driver/package.json +++ b/packages/cubejs-mysql-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/mysql-driver", "description": "Cube.js Mysql database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/MySqlDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "generic-pool": "^3.6.0", "mysql": "^2.16.0" }, diff --git a/packages/cubejs-oracle-driver/CHANGELOG.md b/packages/cubejs-oracle-driver/CHANGELOG.md index 92d438927c957..56cad876c8c8e 100644 --- a/packages/cubejs-oracle-driver/CHANGELOG.md +++ b/packages/cubejs-oracle-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/oracle-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/oracle-driver diff --git a/packages/cubejs-oracle-driver/package.json b/packages/cubejs-oracle-driver/package.json index 7698d64229ee3..36f094f76bf8f 100644 --- a/packages/cubejs-oracle-driver/package.json +++ b/packages/cubejs-oracle-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/oracle-driver", "description": "Cube.js oracle database driver", "author": "Trikoz I.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/OracleDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "oracledb": "^3.1.2", "ramda": "^0.26.1" }, diff --git a/packages/cubejs-playground/CHANGELOG.md b/packages/cubejs-playground/CHANGELOG.md index b65ae4cd0487d..5c0b8146d2720 100644 --- a/packages/cubejs-playground/CHANGELOG.md +++ b/packages/cubejs-playground/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-client/playground + + + + + ## [0.10.61](https://github.com/statsbotco/cubejs-client/compare/v0.10.60...v0.10.61) (2019-10-10) diff --git a/packages/cubejs-playground/package.json b/packages/cubejs-playground/package.json index 8f36eabe0828f..4c744c8240dfd 100644 --- a/packages/cubejs-playground/package.json +++ b/packages/cubejs-playground/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/playground", - "version": "0.10.61", + "version": "0.11.0", "dependencies": { "@babel/generator": "^7.4.0", "@babel/parser": "^7.4.2", @@ -9,8 +9,8 @@ "@babel/standalone": "^7.3.4", "@babel/traverse": "^7.4.0", "@babel/types": "^7.4.0", - "@cubejs-client/core": "^0.10.61", - "@cubejs-client/react": "^0.10.61", + "@cubejs-client/core": "^0.11.0", + "@cubejs-client/react": "^0.11.0", "antd": "^3.14.1", "bizcharts": "^3.4.3", "chart.js": "^2.7.3", diff --git a/packages/cubejs-postgres-driver/CHANGELOG.md b/packages/cubejs-postgres-driver/CHANGELOG.md index daa0755415b94..31c02093f5ad9 100644 --- a/packages/cubejs-postgres-driver/CHANGELOG.md +++ b/packages/cubejs-postgres-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/postgres-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/postgres-driver diff --git a/packages/cubejs-postgres-driver/package.json b/packages/cubejs-postgres-driver/package.json index 5747db46e0d72..8b10ce28c1f15 100644 --- a/packages/cubejs-postgres-driver/package.json +++ b/packages/cubejs-postgres-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/postgres-driver", "description": "Cube.js Postgres database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, @@ -11,7 +11,7 @@ "lint": "eslint **/*.js" }, "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "pg": "^7.8.0" }, "license": "Apache-2.0", diff --git a/packages/cubejs-prestodb-driver/CHANGELOG.md b/packages/cubejs-prestodb-driver/CHANGELOG.md index b618eff399a2a..2ce769f498582 100644 --- a/packages/cubejs-prestodb-driver/CHANGELOG.md +++ b/packages/cubejs-prestodb-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/prestodb-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/prestodb-driver diff --git a/packages/cubejs-prestodb-driver/package.json b/packages/cubejs-prestodb-driver/package.json index cc71b511e2536..2b56312ea4ae2 100644 --- a/packages/cubejs-prestodb-driver/package.json +++ b/packages/cubejs-prestodb-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/prestodb-driver", "description": "Cube.js Presto database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/PrestoDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "presto-client": "^0.5.0", "ramda": "^0.26.1", "sqlstring": "^2.3.1" diff --git a/packages/cubejs-query-orchestrator/CHANGELOG.md b/packages/cubejs-query-orchestrator/CHANGELOG.md index 9f02abc380e16..88cddbd988a60 100644 --- a/packages/cubejs-query-orchestrator/CHANGELOG.md +++ b/packages/cubejs-query-orchestrator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/query-orchestrator + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) diff --git a/packages/cubejs-query-orchestrator/package.json b/packages/cubejs-query-orchestrator/package.json index ab055e76073a7..e34f8b67ad9c1 100644 --- a/packages/cubejs-query-orchestrator/package.json +++ b/packages/cubejs-query-orchestrator/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/query-orchestrator", "description": "Cube.js Query Orchestrator and Cache", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, diff --git a/packages/cubejs-react/CHANGELOG.md b/packages/cubejs-react/CHANGELOG.md index 2b0331b9bde1c..a44ef61f6eec9 100644 --- a/packages/cubejs-react/CHANGELOG.md +++ b/packages/cubejs-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + + +### Features + +* Sockets Preview ([#231](https://github.com/statsbotco/cubejs-client/issues/231)) ([89fc762](https://github.com/statsbotco/cubejs-client/commit/89fc762)), closes [#221](https://github.com/statsbotco/cubejs-client/issues/221) + + + + + ## [0.10.61](https://github.com/statsbotco/cubejs-client/compare/v0.10.60...v0.10.61) (2019-10-10) diff --git a/packages/cubejs-react/package.json b/packages/cubejs-react/package.json index 9989e7bace1d6..542e2f137999c 100644 --- a/packages/cubejs-react/package.json +++ b/packages/cubejs-react/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/react", - "version": "0.10.61", + "version": "0.11.0", "description": "React components for cube.js", "author": "Statsbot, Inc.", "dependencies": { diff --git a/packages/cubejs-schema-compiler/CHANGELOG.md b/packages/cubejs-schema-compiler/CHANGELOG.md index b097d471c84a2..b78eecd8ab0c1 100644 --- a/packages/cubejs-schema-compiler/CHANGELOG.md +++ b/packages/cubejs-schema-compiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/schema-compiler + + + + + ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11) diff --git a/packages/cubejs-schema-compiler/package.json b/packages/cubejs-schema-compiler/package.json index 565846948d43d..aff3335e0fbf1 100644 --- a/packages/cubejs-schema-compiler/package.json +++ b/packages/cubejs-schema-compiler/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/schema-compiler", "description": "Cube.js schema compiler", "author": "Statsbot, Inc.", - "version": "0.10.62", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, diff --git a/packages/cubejs-server-core/CHANGELOG.md b/packages/cubejs-server-core/CHANGELOG.md index 0cdc1ae9bbaa7..7471abd767bea 100644 --- a/packages/cubejs-server-core/CHANGELOG.md +++ b/packages/cubejs-server-core/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + + +### Bug Fixes + +* TypeError: Cannot destructure property authInfo of 'undefined' or 'null'. ([1886d13](https://github.com/statsbotco/cubejs-client/commit/1886d13)) + + +### Features + +* Read schema subfolders ([#230](https://github.com/statsbotco/cubejs-client/issues/230)). Thanks to [@lksilva](https://github.com/lksilva)! ([aa736b1](https://github.com/statsbotco/cubejs-client/commit/aa736b1)) +* Sockets Preview ([#231](https://github.com/statsbotco/cubejs-client/issues/231)) ([89fc762](https://github.com/statsbotco/cubejs-client/commit/89fc762)), closes [#221](https://github.com/statsbotco/cubejs-client/issues/221) + + + + + ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11) diff --git a/packages/cubejs-server-core/package.json b/packages/cubejs-server-core/package.json index abbd43e51b578..49ec5db0797ea 100644 --- a/packages/cubejs-server-core/package.json +++ b/packages/cubejs-server-core/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/server-core", "description": "Cube.js base component to wire all backend components together", "author": "Statsbot, Inc.", - "version": "0.10.62", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, @@ -16,9 +16,9 @@ "lint": "eslint core/**/*.js" }, "dependencies": { - "@cubejs-backend/api-gateway": "^0.10.62", - "@cubejs-backend/query-orchestrator": "^0.10.58", - "@cubejs-backend/schema-compiler": "^0.10.62", + "@cubejs-backend/api-gateway": "^0.11.0", + "@cubejs-backend/query-orchestrator": "^0.11.0", + "@cubejs-backend/schema-compiler": "^0.11.0", "analytics-node": "^3.4.0-beta.1", "codesandbox-import-utils": "^1.3.8", "cross-spawn": "^6.0.5", diff --git a/packages/cubejs-server/CHANGELOG.md b/packages/cubejs-server/CHANGELOG.md index 0ff97cd3bafe6..2d7f637d5435e 100644 --- a/packages/cubejs-server/CHANGELOG.md +++ b/packages/cubejs-server/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + + +### Features + +* Sockets Preview ([#231](https://github.com/statsbotco/cubejs-client/issues/231)) ([89fc762](https://github.com/statsbotco/cubejs-client/commit/89fc762)), closes [#221](https://github.com/statsbotco/cubejs-client/issues/221) + + + + + ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11) **Note:** Version bump only for package @cubejs-backend/server diff --git a/packages/cubejs-server/package.json b/packages/cubejs-server/package.json index 4f61c8f80d278..447cc64c304d9 100644 --- a/packages/cubejs-server/package.json +++ b/packages/cubejs-server/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/server", "description": "Cube.js all-in-one server", "author": "Statsbot, Inc.", - "version": "0.10.62", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, @@ -19,7 +19,7 @@ "test:debug": "node --inspect-brk scripts/test.js --testPathPattern=./index\\.test\\.js --runInBand" }, "dependencies": { - "@cubejs-backend/server-core": "^0.10.62", + "@cubejs-backend/server-core": "^0.11.0", "body-parser": "^1.15.2", "codesandbox-import-utils": "^1.3.8", "cors": "^2.8.4", diff --git a/packages/cubejs-serverless-aws/CHANGELOG.md b/packages/cubejs-serverless-aws/CHANGELOG.md index ff772266086a0..137144a08f572 100644 --- a/packages/cubejs-serverless-aws/CHANGELOG.md +++ b/packages/cubejs-serverless-aws/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/serverless-aws + + + + + ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11) **Note:** Version bump only for package @cubejs-backend/serverless-aws diff --git a/packages/cubejs-serverless-aws/package.json b/packages/cubejs-serverless-aws/package.json index a9fda16c34b7e..76b21fdef54f0 100644 --- a/packages/cubejs-serverless-aws/package.json +++ b/packages/cubejs-serverless-aws/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/serverless-aws", "description": "Cube.js Serverless AWS support", "author": "Statsbot, Inc.", - "version": "0.10.62", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "index.js", "dependencies": { - "@cubejs-backend/serverless": "^0.10.62", + "@cubejs-backend/serverless": "^0.11.0", "aws-sdk": "^2.404.0" }, "devDependencies": { diff --git a/packages/cubejs-serverless-google/CHANGELOG.md b/packages/cubejs-serverless-google/CHANGELOG.md index a8daa26a68cde..557c060c2fe0f 100644 --- a/packages/cubejs-serverless-google/CHANGELOG.md +++ b/packages/cubejs-serverless-google/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/serverless-google + + + + + ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11) **Note:** Version bump only for package @cubejs-backend/serverless-google diff --git a/packages/cubejs-serverless-google/package.json b/packages/cubejs-serverless-google/package.json index 2a0629b6477aa..39197a5223eb9 100644 --- a/packages/cubejs-serverless-google/package.json +++ b/packages/cubejs-serverless-google/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/serverless-google", "description": "Cube.js Serverless Google support", "author": "Statsbot, Inc.", - "version": "0.10.62", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "index.js", "dependencies": { - "@cubejs-backend/serverless": "^0.10.62", + "@cubejs-backend/serverless": "^0.11.0", "@google-cloud/pubsub": "^0.28.1" }, "devDependencies": { diff --git a/packages/cubejs-serverless/CHANGELOG.md b/packages/cubejs-serverless/CHANGELOG.md index ba3b8fa226d57..72d8f059b0ca7 100644 --- a/packages/cubejs-serverless/CHANGELOG.md +++ b/packages/cubejs-serverless/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/serverless + + + + + ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11) **Note:** Version bump only for package @cubejs-backend/serverless diff --git a/packages/cubejs-serverless/package.json b/packages/cubejs-serverless/package.json index e5b86a3e3e020..d018a3c92a8ca 100644 --- a/packages/cubejs-serverless/package.json +++ b/packages/cubejs-serverless/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/serverless", "description": "Cube.js Serverless", "author": "Statsbot, Inc.", - "version": "0.10.62", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "index.js", "dependencies": { - "@cubejs-backend/server-core": "^0.10.62", + "@cubejs-backend/server-core": "^0.11.0", "cors": "^2.8.5", "serverless-express": "^2.0.11" }, diff --git a/packages/cubejs-snowflake-driver/CHANGELOG.md b/packages/cubejs-snowflake-driver/CHANGELOG.md index cf9306102421b..3e0f557f2612b 100644 --- a/packages/cubejs-snowflake-driver/CHANGELOG.md +++ b/packages/cubejs-snowflake-driver/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-backend/snowflake-driver + + + + + ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04) **Note:** Version bump only for package @cubejs-backend/snowflake-driver diff --git a/packages/cubejs-snowflake-driver/package.json b/packages/cubejs-snowflake-driver/package.json index be9bf26a80b9f..5dbafe70296a5 100644 --- a/packages/cubejs-snowflake-driver/package.json +++ b/packages/cubejs-snowflake-driver/package.json @@ -2,13 +2,13 @@ "name": "@cubejs-backend/snowflake-driver", "description": "Cube.js Snowflake database driver", "author": "Statsbot, Inc.", - "version": "0.10.58", + "version": "0.11.0", "engines": { "node": ">=8.11.1" }, "main": "driver/SnowflakeDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.10.58", + "@cubejs-backend/query-orchestrator": "^0.11.0", "snowflake-sdk": "^1.1.15" }, "license": "Apache-2.0", diff --git a/packages/cubejs-vue/CHANGELOG.md b/packages/cubejs-vue/CHANGELOG.md index 0d8571393a315..c025a2d546fc5 100644 --- a/packages/cubejs-vue/CHANGELOG.md +++ b/packages/cubejs-vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) + +**Note:** Version bump only for package @cubejs-client/vue + + + + + ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11) diff --git a/packages/cubejs-vue/package.json b/packages/cubejs-vue/package.json index 1cc93e896dfa0..5404ca1406ae9 100644 --- a/packages/cubejs-vue/package.json +++ b/packages/cubejs-vue/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/vue", - "version": "0.10.62", + "version": "0.11.0", "description": "Vue.js components for cube.js", "author": "Ricardo Tapia", "scripts": {