From 6242b369545c02ed5990327a5c32226209e52943 Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Sat, 18 Jan 2020 15:30:52 -0800 Subject: [PATCH] v0.15.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lerna.json | 2 +- packages/cubejs-api-gateway/CHANGELOG.md | 8 ++++++++ packages/cubejs-api-gateway/package.json | 2 +- packages/cubejs-athena-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-athena-driver/package.json | 4 ++-- packages/cubejs-bigquery-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-bigquery-driver/package.json | 4 ++-- packages/cubejs-cli/CHANGELOG.md | 8 ++++++++ packages/cubejs-cli/package.json | 2 +- packages/cubejs-clickhouse-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-clickhouse-driver/package.json | 4 ++-- packages/cubejs-client-core/CHANGELOG.md | 8 ++++++++ packages/cubejs-client-core/package.json | 2 +- packages/cubejs-client-ngx/CHANGELOG.md | 8 ++++++++ packages/cubejs-client-ngx/package.json | 4 ++-- packages/cubejs-client-react/CHANGELOG.md | 8 ++++++++ packages/cubejs-client-react/package.json | 2 +- packages/cubejs-client-vue/CHANGELOG.md | 8 ++++++++ packages/cubejs-client-vue/package.json | 2 +- .../cubejs-client-ws-transport/CHANGELOG.md | 8 ++++++++ .../cubejs-client-ws-transport/package.json | 2 +- .../cubejs-elasticsearch-driver/CHANGELOG.md | 8 ++++++++ .../cubejs-elasticsearch-driver/package.json | 4 ++-- packages/cubejs-hive-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-hive-driver/package.json | 4 ++-- packages/cubejs-jdbc-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-jdbc-driver/package.json | 2 +- packages/cubejs-mongobi-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-mongobi-driver/package.json | 4 ++-- packages/cubejs-mssql-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-mssql-driver/package.json | 4 ++-- packages/cubejs-mysql-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-mysql-driver/package.json | 4 ++-- packages/cubejs-oracle-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-oracle-driver/package.json | 4 ++-- packages/cubejs-playground/CHANGELOG.md | 8 ++++++++ packages/cubejs-playground/package.json | 6 +++--- packages/cubejs-postgres-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-postgres-driver/package.json | 4 ++-- packages/cubejs-prestodb-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-prestodb-driver/package.json | 4 ++-- .../cubejs-query-orchestrator/CHANGELOG.md | 12 ++++++++++++ .../cubejs-query-orchestrator/package.json | 2 +- packages/cubejs-schema-compiler/CHANGELOG.md | 18 ++++++++++++++++++ packages/cubejs-schema-compiler/package.json | 2 +- packages/cubejs-server-core/CHANGELOG.md | 11 +++++++++++ packages/cubejs-server-core/package.json | 8 ++++---- packages/cubejs-server/CHANGELOG.md | 8 ++++++++ packages/cubejs-server/package.json | 4 ++-- packages/cubejs-serverless-aws/CHANGELOG.md | 8 ++++++++ packages/cubejs-serverless-aws/package.json | 4 ++-- packages/cubejs-serverless-google/CHANGELOG.md | 8 ++++++++ packages/cubejs-serverless-google/package.json | 4 ++-- packages/cubejs-serverless/CHANGELOG.md | 8 ++++++++ packages/cubejs-serverless/package.json | 4 ++-- packages/cubejs-snowflake-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-snowflake-driver/package.json | 4 ++-- packages/cubejs-sqlite-driver/CHANGELOG.md | 8 ++++++++ packages/cubejs-sqlite-driver/package.json | 4 ++-- 60 files changed, 320 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 052869c03d369..20375261dfd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + + +### Bug Fixes + +* "Illegal input character" when using originalSql pre-aggregation with BigQuery and USER_CONTEXT ([904cf17](https://github.com/cube-js/cube.js/commit/904cf17)), closes [#197](https://github.com/cube-js/cube.js/issues/197) + + +### Features + +* `dynRef` for dynamic member referencing ([41b644c](https://github.com/cube-js/cube.js/commit/41b644c)) +* New refreshKeyRenewalThresholds and foreground renew defaults ([9fb0abb](https://github.com/cube-js/cube.js/commit/9fb0abb)) +* Slow Query Warning and scheduled refresh for cube refresh keys ([8768b0e](https://github.com/cube-js/cube.js/commit/8768b0e)) + + + + + ## [0.14.3](https://github.com/cube-js/cube.js/compare/v0.14.2...v0.14.3) (2020-01-17) diff --git a/lerna.json b/lerna.json index f1eb63ff06107..1da9f4c0bf4c4 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.14.3" + "version": "0.15.0" } diff --git a/packages/cubejs-api-gateway/CHANGELOG.md b/packages/cubejs-api-gateway/CHANGELOG.md index e6011d2c36577..7a032a6ec9dbe 100644 --- a/packages/cubejs-api-gateway/CHANGELOG.md +++ b/packages/cubejs-api-gateway/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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/api-gateway + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) diff --git a/packages/cubejs-api-gateway/package.json b/packages/cubejs-api-gateway/package.json index 545df40fa26c4..1d9f8cd56a1cc 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-athena-driver/CHANGELOG.md b/packages/cubejs-athena-driver/CHANGELOG.md index 400947b0ffa67..7f59e9c75cbda 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/athena-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 4db0361fa3cd3..e93c816c28718 100644 --- a/packages/cubejs-athena-driver/package.json +++ b/packages/cubejs-athena-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/athena-driver", "description": "Cube.js Athena database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/AthenaDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.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 c790bcb85d938..7cbce47dcd468 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/bigquery-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 e5064a1e0f76c..8aeca5d97f071 100644 --- a/packages/cubejs-bigquery-driver/package.json +++ b/packages/cubejs-bigquery-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/bigquery-driver", "description": "Cube.js BigQuery database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/BigQueryDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.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 d3268c1612446..cfc10a71c7194 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package cubejs-cli + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **Note:** Version bump only for package cubejs-cli diff --git a/packages/cubejs-cli/package.json b/packages/cubejs-cli/package.json index 6374e4ef4f1ce..e7af93fc07f38 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-clickhouse-driver/CHANGELOG.md b/packages/cubejs-clickhouse-driver/CHANGELOG.md index bfc8f20600550..b2207dd89aaf6 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/clickhouse-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 7fbd7b3f25e08..fff3dd5762011 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -18,7 +18,7 @@ }, "dependencies": { "@apla/clickhouse": "^1.5.5", - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.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 f1622f072e02e..5ba4ead9ac5d1 100644 --- a/packages/cubejs-client-core/CHANGELOG.md +++ b/packages/cubejs-client-core/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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-client/core + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) diff --git a/packages/cubejs-client-core/package.json b/packages/cubejs-client-core/package.json index ec4eb6e854334..6a629bfa97c3e 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-client-ngx/CHANGELOG.md b/packages/cubejs-client-ngx/CHANGELOG.md index f95f514800b61..4427703194077 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-client/ngx + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 2a855949b6100..1304e955185ed 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ ], "license": "MIT", "dependencies": { - "@cubejs-client/core": "^0.14.0", + "@cubejs-client/core": "^0.15.0", "tslib": "^1.9.0" }, "peerDependencies": { diff --git a/packages/cubejs-client-react/CHANGELOG.md b/packages/cubejs-client-react/CHANGELOG.md index 6cbcbfa3b35b5..8c1bf10d4767b 100644 --- a/packages/cubejs-client-react/CHANGELOG.md +++ b/packages/cubejs-client-react/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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-client/react + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **Note:** Version bump only for package @cubejs-client/react diff --git a/packages/cubejs-client-react/package.json b/packages/cubejs-client-react/package.json index 1e9756c0c431e..9a54115133e37 100644 --- a/packages/cubejs-client-react/package.json +++ b/packages/cubejs-client-react/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/react", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-client-vue/CHANGELOG.md b/packages/cubejs-client-vue/CHANGELOG.md index b621af17e4937..04e7a8458eca4 100644 --- a/packages/cubejs-client-vue/CHANGELOG.md +++ b/packages/cubejs-client-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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-client/vue + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **Note:** Version bump only for package @cubejs-client/vue diff --git a/packages/cubejs-client-vue/package.json b/packages/cubejs-client-vue/package.json index 6c3531a6b90d6..f9d612361efb7 100644 --- a/packages/cubejs-client-vue/package.json +++ b/packages/cubejs-client-vue/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/vue", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-client-ws-transport/CHANGELOG.md b/packages/cubejs-client-ws-transport/CHANGELOG.md index 2fb007bb586fe..b39354e973365 100644 --- a/packages/cubejs-client-ws-transport/CHANGELOG.md +++ b/packages/cubejs-client-ws-transport/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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-client/ws-transport + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **Note:** Version bump only for package @cubejs-client/ws-transport diff --git a/packages/cubejs-client-ws-transport/package.json b/packages/cubejs-client-ws-transport/package.json index 81b26ea1f0976..81e7c041e0f40 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-elasticsearch-driver/CHANGELOG.md b/packages/cubejs-elasticsearch-driver/CHANGELOG.md index 6ec72184d5395..5241e166f0db2 100644 --- a/packages/cubejs-elasticsearch-driver/CHANGELOG.md +++ b/packages/cubejs-elasticsearch-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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/elasticsearch-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **Note:** Version bump only for package @cubejs-backend/elasticsearch-driver diff --git a/packages/cubejs-elasticsearch-driver/package.json b/packages/cubejs-elasticsearch-driver/package.json index f1428ade34201..8d5d40b76dfdf 100644 --- a/packages/cubejs-elasticsearch-driver/package.json +++ b/packages/cubejs-elasticsearch-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/elasticsearch-driver", "description": "Cube.js elasticsearch database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -16,7 +16,7 @@ "lint": "eslint **/*.js" }, "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.0", "@elastic/elasticsearch": "^7.5.0", "sqlstring": "^2.3.1" }, diff --git a/packages/cubejs-hive-driver/CHANGELOG.md b/packages/cubejs-hive-driver/CHANGELOG.md index f2c04a9856b2b..ab8369f3de2b6 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/hive-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 48558fcef4620..2a70618a1c6df 100644 --- a/packages/cubejs-hive-driver/package.json +++ b/packages/cubejs-hive-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/hive-driver", "description": "Cube.js Hive database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/HiveDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.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 66083a3788a88..1956f0acea043 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/jdbc-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-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 3244c94980ca4..49a8298b52901 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-mongobi-driver/CHANGELOG.md b/packages/cubejs-mongobi-driver/CHANGELOG.md index 4a612e8358959..824d20aa6ff95 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/mongobi-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 f7b2fcbfc16e5..fdcca55d882b5 100644 --- a/packages/cubejs-mongobi-driver/package.json +++ b/packages/cubejs-mongobi-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/mongobi-driver", "description": "Cube.js MongoBI driver", "author": "krunalsabnis@gmail.com", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/MongoBIDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.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 d696822792499..d60a9be079277 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/mssql-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 a4274755f7aa0..f07b897a4200a 100644 --- a/packages/cubejs-mssql-driver/package.json +++ b/packages/cubejs-mssql-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/mssql-driver", "description": "Cube.js MS SQL database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/MSSqlDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.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 45c12d384b156..1cd154b8bbc15 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/mysql-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 2863b11568308..bd4b2ab764abd 100644 --- a/packages/cubejs-mysql-driver/package.json +++ b/packages/cubejs-mysql-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/mysql-driver", "description": "Cube.js Mysql database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/MySqlDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.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 4a0ac3a956889..8fde259be645a 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/oracle-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 e712147110279..a674602cd8cac 100644 --- a/packages/cubejs-oracle-driver/package.json +++ b/packages/cubejs-oracle-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/oracle-driver", "description": "Cube.js oracle database driver", "author": "Trikoz I.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/OracleDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.0", "oracledb": "^3.1.2", "ramda": "^0.26.1" }, diff --git a/packages/cubejs-playground/CHANGELOG.md b/packages/cubejs-playground/CHANGELOG.md index dbee14cf7c1f0..94c91ffe21fb6 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-client/playground + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **Note:** Version bump only for package @cubejs-client/playground diff --git a/packages/cubejs-playground/package.json b/packages/cubejs-playground/package.json index 259f1edea0da0..90a029515778f 100644 --- a/packages/cubejs-playground/package.json +++ b/packages/cubejs-playground/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/playground", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -14,8 +14,8 @@ "@babel/standalone": "^7.3.4", "@babel/traverse": "^7.4.0", "@babel/types": "^7.4.0", - "@cubejs-client/core": "^0.14.0", - "@cubejs-client/react": "^0.14.0", + "@cubejs-client/core": "^0.15.0", + "@cubejs-client/react": "^0.15.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 66b329cd567f1..28015be933554 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/postgres-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 1e149fe12f873..b200278ffcb55 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -16,7 +16,7 @@ "lint": "eslint **/*.js" }, "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.0", "moment": "^2.24.0", "pg": "^7.10.0" }, diff --git a/packages/cubejs-prestodb-driver/CHANGELOG.md b/packages/cubejs-prestodb-driver/CHANGELOG.md index 2639012e30bae..dc15cc413eb64 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/prestodb-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 27f7faaf877e1..0a08078caf396 100644 --- a/packages/cubejs-prestodb-driver/package.json +++ b/packages/cubejs-prestodb-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/prestodb-driver", "description": "Cube.js Presto database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/PrestoDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.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 a516f9f28fd20..e0c6d7c75d491 100644 --- a/packages/cubejs-query-orchestrator/CHANGELOG.md +++ b/packages/cubejs-query-orchestrator/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + + +### Features + +* New refreshKeyRenewalThresholds and foreground renew defaults ([9fb0abb](https://github.com/cube-js/cube.js/commit/9fb0abb)) +* Slow Query Warning and scheduled refresh for cube refresh keys ([8768b0e](https://github.com/cube-js/cube.js/commit/8768b0e)) + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) diff --git a/packages/cubejs-query-orchestrator/package.json b/packages/cubejs-query-orchestrator/package.json index d1493d40dc65b..3258d6cd09d2e 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.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-schema-compiler/CHANGELOG.md b/packages/cubejs-schema-compiler/CHANGELOG.md index 146db38e87ac4..13b59e70a35b0 100644 --- a/packages/cubejs-schema-compiler/CHANGELOG.md +++ b/packages/cubejs-schema-compiler/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + + +### Bug Fixes + +* "Illegal input character" when using originalSql pre-aggregation with BigQuery and USER_CONTEXT ([904cf17](https://github.com/cube-js/cube.js/commit/904cf17)), closes [#197](https://github.com/cube-js/cube.js/issues/197) + + +### Features + +* `dynRef` for dynamic member referencing ([41b644c](https://github.com/cube-js/cube.js/commit/41b644c)) +* New refreshKeyRenewalThresholds and foreground renew defaults ([9fb0abb](https://github.com/cube-js/cube.js/commit/9fb0abb)) +* Slow Query Warning and scheduled refresh for cube refresh keys ([8768b0e](https://github.com/cube-js/cube.js/commit/8768b0e)) + + + + + ## [0.14.3](https://github.com/cube-js/cube.js/compare/v0.14.2...v0.14.3) (2020-01-17) diff --git a/packages/cubejs-schema-compiler/package.json b/packages/cubejs-schema-compiler/package.json index bf5df8300cb12..d6f8869358dbd 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.14.3", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-server-core/CHANGELOG.md b/packages/cubejs-server-core/CHANGELOG.md index 427617b6de2fc..6cc7acc4c52f3 100644 --- a/packages/cubejs-server-core/CHANGELOG.md +++ b/packages/cubejs-server-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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + + +### Features + +* Slow Query Warning and scheduled refresh for cube refresh keys ([8768b0e](https://github.com/cube-js/cube.js/commit/8768b0e)) + + + + + ## [0.14.3](https://github.com/cube-js/cube.js/compare/v0.14.2...v0.14.3) (2020-01-17) diff --git a/packages/cubejs-server-core/package.json b/packages/cubejs-server-core/package.json index 5939f9359ba79..239406b7e8516 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.14.3", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -31,9 +31,9 @@ "@babel/standalone": "^7.3.4", "@babel/traverse": "^7.4.0", "@babel/types": "^7.4.0", - "@cubejs-backend/api-gateway": "^0.14.0", - "@cubejs-backend/query-orchestrator": "^0.14.0", - "@cubejs-backend/schema-compiler": "^0.14.3", + "@cubejs-backend/api-gateway": "^0.15.0", + "@cubejs-backend/query-orchestrator": "^0.15.0", + "@cubejs-backend/schema-compiler": "^0.15.0", "codesandbox-import-utils": "^1.3.8", "cross-spawn": "^6.0.5", "fs-extra": "^7.0.1", diff --git a/packages/cubejs-server/CHANGELOG.md b/packages/cubejs-server/CHANGELOG.md index b960ecdbab030..4558dabbfb5c3 100644 --- a/packages/cubejs-server/CHANGELOG.md +++ b/packages/cubejs-server/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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/server + + + + + ## [0.14.3](https://github.com/cube-js/cube.js/compare/v0.14.2...v0.14.3) (2020-01-17) **Note:** Version bump only for package @cubejs-backend/server diff --git a/packages/cubejs-server/package.json b/packages/cubejs-server/package.json index f9ccd6d3cff6f..eb31cc49d4f3f 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.14.3", + "version": "0.15.0", "types": "index.d.ts", "repository": { "type": "git", @@ -26,7 +26,7 @@ "test:debug": "node --inspect-brk scripts/test.js --testPathPattern=./index\\.test\\.js --runInBand" }, "dependencies": { - "@cubejs-backend/server-core": "^0.14.3", + "@cubejs-backend/server-core": "^0.15.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 02da63c9bd604..43930212cea54 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/serverless-aws + + + + + ## [0.14.3](https://github.com/cube-js/cube.js/compare/v0.14.2...v0.14.3) (2020-01-17) **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 6579bf9ecba0e..ec6a165350754 100644 --- a/packages/cubejs-serverless-aws/package.json +++ b/packages/cubejs-serverless-aws/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/serverless-aws", "description": "Cube.js Serverless AWS support", "author": "Statsbot, Inc.", - "version": "0.14.3", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "index.js", "dependencies": { - "@cubejs-backend/serverless": "^0.14.3", + "@cubejs-backend/serverless": "^0.15.0", "aws-sdk": "^2.404.0" }, "devDependencies": { diff --git a/packages/cubejs-serverless-google/CHANGELOG.md b/packages/cubejs-serverless-google/CHANGELOG.md index c9a789e0f8985..08850e34f9d68 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/serverless-google + + + + + ## [0.14.3](https://github.com/cube-js/cube.js/compare/v0.14.2...v0.14.3) (2020-01-17) **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 8d60c0a5d53a5..b5a6b84a04637 100644 --- a/packages/cubejs-serverless-google/package.json +++ b/packages/cubejs-serverless-google/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/serverless-google", "description": "Cube.js Serverless Google support", "author": "Statsbot, Inc.", - "version": "0.14.3", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "index.js", "dependencies": { - "@cubejs-backend/serverless": "^0.14.3", + "@cubejs-backend/serverless": "^0.15.0", "@google-cloud/pubsub": "^0.28.1" }, "devDependencies": { diff --git a/packages/cubejs-serverless/CHANGELOG.md b/packages/cubejs-serverless/CHANGELOG.md index 0491bb1a032fe..7a28dfbf6c574 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/serverless + + + + + ## [0.14.3](https://github.com/cube-js/cube.js/compare/v0.14.2...v0.14.3) (2020-01-17) **Note:** Version bump only for package @cubejs-backend/serverless diff --git a/packages/cubejs-serverless/package.json b/packages/cubejs-serverless/package.json index f63e2eb5855fa..f24bab48c4849 100644 --- a/packages/cubejs-serverless/package.json +++ b/packages/cubejs-serverless/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/serverless", "description": "Cube.js Serverless", "author": "Statsbot, Inc.", - "version": "0.14.3", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "index.js", "dependencies": { - "@cubejs-backend/server-core": "^0.14.3", + "@cubejs-backend/server-core": "^0.15.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 8fc4d0017bd3a..19f7854c57da1 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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/snowflake-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **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 bd56cbd6d84ea..a99b3f70bbad1 100644 --- a/packages/cubejs-snowflake-driver/package.json +++ b/packages/cubejs-snowflake-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/snowflake-driver", "description": "Cube.js Snowflake database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "driver/SnowflakeDriver.js", "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.0", "snowflake-sdk": "^1.1.15" }, "license": "Apache-2.0", diff --git a/packages/cubejs-sqlite-driver/CHANGELOG.md b/packages/cubejs-sqlite-driver/CHANGELOG.md index 43c04f95a4e24..be0a8fed6de50 100644 --- a/packages/cubejs-sqlite-driver/CHANGELOG.md +++ b/packages/cubejs-sqlite-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.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18) + +**Note:** Version bump only for package @cubejs-backend/sqlite-driver + + + + + # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16) **Note:** Version bump only for package @cubejs-backend/sqlite-driver diff --git a/packages/cubejs-sqlite-driver/package.json b/packages/cubejs-sqlite-driver/package.json index 02cc0202bb284..35a6e37904ad0 100644 --- a/packages/cubejs-sqlite-driver/package.json +++ b/packages/cubejs-sqlite-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/sqlite-driver", "description": "Cube.js Sqlite database driver", "author": "Statsbot, Inc.", - "version": "0.14.0", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -16,7 +16,7 @@ "lint": "eslint **/*.js" }, "dependencies": { - "@cubejs-backend/query-orchestrator": "^0.14.0", + "@cubejs-backend/query-orchestrator": "^0.15.0", "sqlite3": "^4.1.0" }, "license": "Apache-2.0",