Skip to content

Commit

Permalink
v0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 20, 2021
1 parent fe3458f commit d31aef8
Show file tree
Hide file tree
Showing 64 changed files with 359 additions and 93 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)


### Bug Fixes

* **cubestore:** Installer (bad path) ([fe3458f](https://github.com/cube-js/cube.js/commit/fe3458ff492c1104c8719ec0b90a5c3b5e93a588))
* **query-orchestrator:** Wrong detection for 0 (zero integer) ([#3126](https://github.com/cube-js/cube.js/issues/3126)) ([39a6b1c](https://github.com/cube-js/cube.js/commit/39a6b1c2928995de4e91cb5242dd18a964e6d616))





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.28.2",
"version": "0.28.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-athena-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/athena-driver





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/athena-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-athena-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/athena-driver",
"description": "Cube.js Athena database driver",
"author": "Cube Dev, Inc.",
"version": "0.28.2",
"version": "0.28.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -17,7 +17,7 @@
"main": "driver/AthenaDriver.js",
"types": "driver/index.d.ts",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.28.2",
"@cubejs-backend/query-orchestrator": "^0.28.3",
"@cubejs-backend/shared": "^0.28.2",
"aws-sdk": "^2.403.0",
"sqlstring": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-bigquery-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/bigquery-driver





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/bigquery-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-bigquery-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/bigquery-driver",
"description": "Cube.js BigQuery database driver",
"author": "Cube Dev, Inc.",
"version": "0.28.2",
"version": "0.28.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -25,7 +25,7 @@
"main": "index.js",
"types": "dist/src/index.d.ts",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.28.2",
"@cubejs-backend/query-orchestrator": "^0.28.3",
"@cubejs-backend/shared": "^0.28.2",
"@google-cloud/bigquery": "^5.6.0",
"@google-cloud/storage": "^5.7.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package cubejs-cli





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package cubejs-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cubejs-cli",
"description": "Cube.js Command Line Interface",
"author": "Cube Dev, Inc.",
"version": "0.28.2",
"version": "0.28.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.28.0",
"@cubejs-backend/server": "^0.28.2",
"@cubejs-backend/server": "^0.28.3",
"@oclif/command": "^1.8.0",
"@types/cli-progress": "^3.8.0",
"@types/cross-spawn": "^6.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-clickhouse-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/clickhouse-driver





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/clickhouse-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-clickhouse-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/clickhouse-driver",
"description": "Cube.js ClickHouse database driver",
"author": "Cube Dev, Inc.",
"version": "0.28.2",
"version": "0.28.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@apla/clickhouse": "^1.5.5",
"@cubejs-backend/query-orchestrator": "^0.28.2",
"@cubejs-backend/query-orchestrator": "^0.28.3",
"@cubejs-backend/shared": "^0.28.2",
"generic-pool": "^3.6.0",
"sqlstring": "^2.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-cubestore-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/cubestore-driver





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/cubestore-driver
Expand Down
10 changes: 5 additions & 5 deletions packages/cubejs-cubestore-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/cubestore-driver",
"description": "Cube Store driver",
"author": "Cube Dev, Inc.",
"version": "0.28.2",
"version": "0.28.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -28,9 +28,9 @@
"integration:cubestore": "jest"
},
"dependencies": {
"@cubejs-backend/cubestore": "^0.28.2",
"@cubejs-backend/query-orchestrator": "^0.28.2",
"@cubejs-backend/schema-compiler": "^0.28.2",
"@cubejs-backend/cubestore": "^0.28.3",
"@cubejs-backend/query-orchestrator": "^0.28.3",
"@cubejs-backend/schema-compiler": "^0.28.3",
"@cubejs-backend/shared": "^0.28.2",
"csv-write-stream": "^2.0.0",
"flatbuffers": "^1.12.0",
Expand All @@ -45,7 +45,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.28.0",
"@cubejs-backend/testing": "^0.28.2",
"@cubejs-backend/testing": "^0.28.3",
"@types/flatbuffers": "^1.10.0",
"@types/generic-pool": "^3.1.9",
"@types/mysql": "^2.15.17",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-databricks-jdbc-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/databricks-jdbc-driver





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/databricks-jdbc-driver
Expand Down
8 changes: 4 additions & 4 deletions packages/cubejs-databricks-jdbc-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/databricks-jdbc-driver",
"description": "Cube.js Databricks database driver",
"author": "Cube Dev, Inc.",
"version": "0.28.2",
"version": "0.28.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,9 @@
"bin"
],
"dependencies": {
"@cubejs-backend/jdbc-driver": "^0.28.2",
"@cubejs-backend/query-orchestrator": "^0.28.2",
"@cubejs-backend/schema-compiler": "^0.28.2",
"@cubejs-backend/jdbc-driver": "^0.28.3",
"@cubejs-backend/query-orchestrator": "^0.28.3",
"@cubejs-backend/schema-compiler": "^0.28.3",
"@cubejs-backend/shared": "^0.28.2",
"inquirer": "^8.0.0",
"ramda": "^0.27.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/docker





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
38 changes: 19 additions & 19 deletions packages/cubejs-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/docker",
"version": "0.28.2",
"version": "0.28.3",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
Expand All @@ -9,24 +9,24 @@
"node": ">=10.8.0"
},
"dependencies": {
"@cubejs-backend/athena-driver": "^0.28.2",
"@cubejs-backend/bigquery-driver": "^0.28.2",
"@cubejs-backend/clickhouse-driver": "^0.28.2",
"@cubejs-backend/dremio-driver": "^0.28.2",
"@cubejs-backend/druid-driver": "^0.28.2",
"@cubejs-backend/elasticsearch-driver": "^0.28.2",
"@cubejs-backend/hive-driver": "^0.28.2",
"@cubejs-backend/mongobi-driver": "^0.28.2",
"@cubejs-backend/mssql-driver": "^0.28.2",
"@cubejs-backend/mysql-driver": "^0.28.2",
"@cubejs-backend/oracle-driver": "^0.28.2",
"@cubejs-backend/postgres-driver": "^0.28.2",
"@cubejs-backend/prestodb-driver": "^0.28.2",
"@cubejs-backend/redshift-driver": "^0.28.2",
"@cubejs-backend/server": "^0.28.2",
"@cubejs-backend/snowflake-driver": "^0.28.2",
"@cubejs-backend/sqlite-driver": "^0.28.2",
"cubejs-cli": "^0.28.2",
"@cubejs-backend/athena-driver": "^0.28.3",
"@cubejs-backend/bigquery-driver": "^0.28.3",
"@cubejs-backend/clickhouse-driver": "^0.28.3",
"@cubejs-backend/dremio-driver": "^0.28.3",
"@cubejs-backend/druid-driver": "^0.28.3",
"@cubejs-backend/elasticsearch-driver": "^0.28.3",
"@cubejs-backend/hive-driver": "^0.28.3",
"@cubejs-backend/mongobi-driver": "^0.28.3",
"@cubejs-backend/mssql-driver": "^0.28.3",
"@cubejs-backend/mysql-driver": "^0.28.3",
"@cubejs-backend/oracle-driver": "^0.28.3",
"@cubejs-backend/postgres-driver": "^0.28.3",
"@cubejs-backend/prestodb-driver": "^0.28.3",
"@cubejs-backend/redshift-driver": "^0.28.3",
"@cubejs-backend/server": "^0.28.3",
"@cubejs-backend/snowflake-driver": "^0.28.3",
"@cubejs-backend/sqlite-driver": "^0.28.3",
"cubejs-cli": "^0.28.3",
"typescript": "~4.1.5"
}
}
8 changes: 8 additions & 0 deletions packages/cubejs-dremio-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/dremio-driver





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/dremio-driver
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-dremio-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/dremio-driver",
"description": "Cube.js Dremio driver",
"author": "Cube Dev, Inc.",
"version": "0.28.2",
"version": "0.28.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -17,8 +17,8 @@
"lint:fix": "eslint driver/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.28.2",
"@cubejs-backend/schema-compiler": "^0.28.2",
"@cubejs-backend/query-orchestrator": "^0.28.3",
"@cubejs-backend/schema-compiler": "^0.28.3",
"@cubejs-backend/shared": "^0.28.2",
"axios": "^0.21.1",
"moment-timezone": "^0.5.31",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-druid-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/druid-driver





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/druid-driver
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-druid-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/druid-driver",
"description": "Cube.js Druid database driver",
"author": "Cube Dev, Inc.",
"version": "0.28.2",
"version": "0.28.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"dist/src/*"
],
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.28.2",
"@cubejs-backend/schema-compiler": "^0.28.2",
"@cubejs-backend/query-orchestrator": "^0.28.3",
"@cubejs-backend/schema-compiler": "^0.28.3",
"@cubejs-backend/shared": "^0.28.2",
"axios": "^0.21.1",
"moment-timezone": "^0.5.31"
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-elasticsearch-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/elasticsearch-driver





## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)

**Note:** Version bump only for package @cubejs-backend/elasticsearch-driver
Expand Down

0 comments on commit d31aef8

Please sign in to comment.