From 2253f316d1676c1032c777e1560433b4c307df7b Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Fri, 10 Apr 2020 19:53:31 -0700 Subject: [PATCH] v0.19.1 --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/cubejs-api-gateway/CHANGELOG.md | 11 +++++++++++ packages/cubejs-api-gateway/package.json | 2 +- packages/cubejs-postgres-driver/CHANGELOG.md | 11 +++++++++++ packages/cubejs-postgres-driver/package.json | 2 +- packages/cubejs-schema-compiler/CHANGELOG.md | 16 ++++++++++++++++ packages/cubejs-schema-compiler/package.json | 2 +- packages/cubejs-server-core/CHANGELOG.md | 18 ++++++++++++++++++ packages/cubejs-server-core/package.json | 6 +++--- 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 ++-- .../cubejs-serverless-google/CHANGELOG.md | 8 ++++++++ .../cubejs-serverless-google/package.json | 4 ++-- packages/cubejs-serverless/CHANGELOG.md | 8 ++++++++ packages/cubejs-serverless/package.json | 4 ++-- 18 files changed, 122 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07058c92bb6df..028fb1bc2d4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + + +### Bug Fixes + +* TypeError: Cannot read property 'dataSource' of null ([5bef81b](https://github.com/cube-js/cube.js/commit/5bef81b)) +* TypeError: Cannot read property 'path' of undefined -- Case when partitioned originalSql is resolved for query without time dimension and incremental refreshKey is used ([ca0f1f6](https://github.com/cube-js/cube.js/commit/ca0f1f6)) + + +### Features + +* **postgres-driver:** Allow usage of CUBEJS_DB_SSL_CA parameter in postgres Driver. ([#582](https://github.com/cube-js/cube.js/issues/582)) Thanks to [@gauravlanjekar](https://github.com/gauravlanjekar)! ([158bd10](https://github.com/cube-js/cube.js/commit/158bd10)) +* Provide status messages for ``/cubejs-api/v1/run-scheduled-refresh` API ([fb6623f](https://github.com/cube-js/cube.js/commit/fb6623f)) +* Renamed OpenDistro to AWSElasticSearch. Added `elasticsearch` dialect ([#577](https://github.com/cube-js/cube.js/issues/577)) Thanks to [@chad-codeworkshop](https://github.com/chad-codeworkshop)! ([a4e41cb](https://github.com/cube-js/cube.js/commit/a4e41cb)) + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) diff --git a/lerna.json b/lerna.json index 62a3bdfc7c3f4..1b978ec8b1e41 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.19.0" + "version": "0.19.1" } diff --git a/packages/cubejs-api-gateway/CHANGELOG.md b/packages/cubejs-api-gateway/CHANGELOG.md index fb6d55d8673c2..cdae4f565da8e 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.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + + +### Features + +* Provide status messages for ``/cubejs-api/v1/run-scheduled-refresh` API ([fb6623f](https://github.com/cube-js/cube.js/commit/fb6623f)) + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) **Note:** Version bump only for package @cubejs-backend/api-gateway diff --git a/packages/cubejs-api-gateway/package.json b/packages/cubejs-api-gateway/package.json index dbbcfbf43b4d4..337149cef6e87 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.19.0", + "version": "0.19.1", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", diff --git a/packages/cubejs-postgres-driver/CHANGELOG.md b/packages/cubejs-postgres-driver/CHANGELOG.md index e246eda09e696..f0cfab160b15d 100644 --- a/packages/cubejs-postgres-driver/CHANGELOG.md +++ b/packages/cubejs-postgres-driver/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.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + + +### Features + +* **postgres-driver:** Allow usage of CUBEJS_DB_SSL_CA parameter in postgres Driver. ([#582](https://github.com/cube-js/cube.js/issues/582)) Thanks to [@gauravlanjekar](https://github.com/gauravlanjekar)! ([158bd10](https://github.com/cube-js/cube.js/commit/158bd10)) + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) **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 83b9ee42fa853..c3f549ff294c0 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.19.0", + "version": "0.19.1", "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 25281d3208f7e..013c8649e83b2 100644 --- a/packages/cubejs-schema-compiler/CHANGELOG.md +++ b/packages/cubejs-schema-compiler/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + + +### Bug Fixes + +* TypeError: Cannot read property 'path' of undefined -- Case when partitioned originalSql is resolved for query without time dimension and incremental refreshKey is used ([ca0f1f6](https://github.com/cube-js/cube.js/commit/ca0f1f6)) + + +### Features + +* Renamed OpenDistro to AWSElasticSearch. Added `elasticsearch` dialect ([#577](https://github.com/cube-js/cube.js/issues/577)) Thanks to [@chad-codeworkshop](https://github.com/chad-codeworkshop)! ([a4e41cb](https://github.com/cube-js/cube.js/commit/a4e41cb)) + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) diff --git a/packages/cubejs-schema-compiler/package.json b/packages/cubejs-schema-compiler/package.json index 3210d9c3e7f8c..6525f9cb7e3a5 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.19.0", + "version": "0.19.1", "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 0561d28bbd165..c78c0b26800b1 100644 --- a/packages/cubejs-server-core/CHANGELOG.md +++ b/packages/cubejs-server-core/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.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + + +### Bug Fixes + +* TypeError: Cannot read property 'dataSource' of null ([5bef81b](https://github.com/cube-js/cube.js/commit/5bef81b)) +* TypeError: Cannot read property 'path' of undefined -- Case when partitioned originalSql is resolved for query without time dimension and incremental refreshKey is used ([ca0f1f6](https://github.com/cube-js/cube.js/commit/ca0f1f6)) + + +### Features + +* Provide status messages for ``/cubejs-api/v1/run-scheduled-refresh` API ([fb6623f](https://github.com/cube-js/cube.js/commit/fb6623f)) +* Renamed OpenDistro to AWSElasticSearch. Added `elasticsearch` dialect ([#577](https://github.com/cube-js/cube.js/issues/577)) Thanks to [@chad-codeworkshop](https://github.com/chad-codeworkshop)! ([a4e41cb](https://github.com/cube-js/cube.js/commit/a4e41cb)) + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) **Note:** Version bump only for package @cubejs-backend/server-core diff --git a/packages/cubejs-server-core/package.json b/packages/cubejs-server-core/package.json index 4cbef5be8bde2..23fe8b4e7a106 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.19.0", + "version": "0.19.1", "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.19.0", + "@cubejs-backend/api-gateway": "^0.19.1", "@cubejs-backend/query-orchestrator": "^0.19.0", - "@cubejs-backend/schema-compiler": "^0.19.0", + "@cubejs-backend/schema-compiler": "^0.19.1", "codesandbox-import-utils": "^2.1.12", "cross-spawn": "^7.0.1", "fs-extra": "^8.1.0", diff --git a/packages/cubejs-server/CHANGELOG.md b/packages/cubejs-server/CHANGELOG.md index 0f054d83c7306..0c6ed439fdeb4 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.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + +**Note:** Version bump only for package @cubejs-backend/server + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) **Note:** Version bump only for package @cubejs-backend/server diff --git a/packages/cubejs-server/package.json b/packages/cubejs-server/package.json index 73cc31db1f4eb..5f5eeaa18b76e 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.19.0", + "version": "0.19.1", "types": "index.d.ts", "repository": { "type": "git", @@ -27,7 +27,7 @@ "test:debug": "node --inspect-brk scripts/test.js --testPathPattern=./index\\.test\\.js --runInBand" }, "dependencies": { - "@cubejs-backend/server-core": "^0.19.0", + "@cubejs-backend/server-core": "^0.19.1", "body-parser": "^1.15.2", "codesandbox-import-utils": "^2.1.12", "cors": "^2.8.4", diff --git a/packages/cubejs-serverless-aws/CHANGELOG.md b/packages/cubejs-serverless-aws/CHANGELOG.md index 59f9e0f88942f..ed7d8eec7568d 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.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + +**Note:** Version bump only for package @cubejs-backend/serverless-aws + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) **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 5f24c5934f52c..d95c3762cd59b 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.19.0", + "version": "0.19.1", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "index.js", "dependencies": { - "@cubejs-backend/serverless": "^0.19.0", + "@cubejs-backend/serverless": "^0.19.1", "aws-sdk": "^2.404.0" }, "devDependencies": { diff --git a/packages/cubejs-serverless-google/CHANGELOG.md b/packages/cubejs-serverless-google/CHANGELOG.md index 82c4d9e734607..9c8616c386780 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.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + +**Note:** Version bump only for package @cubejs-backend/serverless-google + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) **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 6267464e80c88..5b974c88b9ae6 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.19.0", + "version": "0.19.1", "repository": { "type": "git", "url": "https://github.com/cube-js/cube.js.git", @@ -13,7 +13,7 @@ }, "main": "index.js", "dependencies": { - "@cubejs-backend/serverless": "^0.19.0", + "@cubejs-backend/serverless": "^0.19.1", "@google-cloud/pubsub": "^1.5.0" }, "devDependencies": { diff --git a/packages/cubejs-serverless/CHANGELOG.md b/packages/cubejs-serverless/CHANGELOG.md index 7563a52a1e03d..c0ef2fa01a1ee 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.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11) + +**Note:** Version bump only for package @cubejs-backend/serverless + + + + + # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09) **Note:** Version bump only for package @cubejs-backend/serverless diff --git a/packages/cubejs-serverless/package.json b/packages/cubejs-serverless/package.json index 87db3af93fb33..4f7e2976a68ac 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.19.0", + "version": "0.19.1", "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.19.0", + "@cubejs-backend/server-core": "^0.19.1", "cors": "^2.8.5", "serverless-express": "^2.0.11" },