Skip to content

Commit

Permalink
v0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Dec 1, 2020
1 parent a70c8a4 commit b38edfe
Show file tree
Hide file tree
Showing 60 changed files with 327 additions and 76 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)


### Bug Fixes

* **cubestore:** Merge join support: not implemented: Merge join is not supported for data type Timestamp(Microsecond, None) ([6e3ebfc](https://github.com/cube-js/cube.js/commit/6e3ebfc10c87b7ff23901949f1caa0a6021202e2))
* **cubestore:** Unsupported data type Boolean. ([b286182](https://github.com/cube-js/cube.js/commit/b28618204b4e07507e5df0e822607900a3439ca4))


### Features

* **cubestore:** Hash join support ([8b1a5da](https://github.com/cube-js/cube.js/commit/8b1a5da50992fa784aa2da8bd0dd092162b5b853))
* **cubestore:** Merge join support ([d08d8e3](https://github.com/cube-js/cube.js/commit/d08d8e357ca7baeb113fb0a003f76e519162c3ee))
* **cubestore:** Update datafusion upstream to the version of 2020-11-27 ([b4685dd](https://github.com/cube-js/cube.js/commit/b4685dd5556f5a1448ef0bfbcae841fd7905f372))





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
}
},
"npmClient": "yarn",
"version": "0.24.2"
"version": "0.24.3"
}
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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)


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.24.2",
"version": "0.24.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -16,7 +16,7 @@
},
"main": "driver/AthenaDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.24.2",
"@cubejs-backend/query-orchestrator": "^0.24.3",
"aws-sdk": "^2.403.0",
"sqlstring": "^2.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-backend-shared/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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)

**Note:** Version bump only for package @cubejs-backend/shared
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-backend-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/shared",
"version": "0.24.2",
"version": "0.24.3",
"description": "Shared code for Cube.js backend packages",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^0.24.2",
"@cubejs-backend/linter": "^0.24.3",
"typescript": "~4.1.2"
},
"dependencies": {
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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)


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.24.2",
"version": "0.24.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -14,7 +14,7 @@
"main": "driver/BigQueryDriver.js",
"types": "driver/index.d.ts",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.24.2",
"@cubejs-backend/query-orchestrator": "^0.24.3",
"@google-cloud/bigquery": "^4.1.4",
"ramda": "^0.27.0"
},
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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)

**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.24.2",
"version": "0.24.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@cubejs-backend/linter": "^0.24.2",
"@cubejs-backend/linter": "^0.24.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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)


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.24.2",
"version": "0.24.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@apla/clickhouse": "^1.5.5",
"@cubejs-backend/query-orchestrator": "^0.24.2",
"@cubejs-backend/query-orchestrator": "^0.24.3",
"generic-pool": "^3.6.0",
"sqlstring": "^2.3.1",
"uuidv4": "^6.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-client-ws-transport/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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

**Note:** Version bump only for package @cubejs-client/ws-transport





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)

**Note:** Version bump only for package @cubejs-client/ws-transport
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-client-ws-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/ws-transport",
"version": "0.24.2",
"version": "0.24.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.12.1",
"@cubejs-backend/linter": "^0.24.2",
"@cubejs-backend/linter": "^0.24.3",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"typescript": "^4.0.5"
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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)

**Note:** Version bump only for package @cubejs-backend/cubestore-driver
Expand Down
4 changes: 2 additions & 2 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.24.2",
"version": "0.24.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -18,7 +18,7 @@
"lint:fix": "eslint --fix driver/*.js test/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.24.2",
"@cubejs-backend/query-orchestrator": "^0.24.3",
"@cubejs-backend/schema-compiler": "^0.24.1",
"generic-pool": "^3.6.0",
"moment-timezone": "^0.5.31",
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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
34 changes: 17 additions & 17 deletions packages/cubejs-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "@cubejs-backend/docker",
"version": "0.24.2",
"version": "0.24.3",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@cubejs-backend/athena-driver": "^0.24.2",
"@cubejs-backend/bigquery-driver": "^0.24.2",
"@cubejs-backend/clickhouse-driver": "^0.24.2",
"@cubejs-backend/cubestore-driver": "^0.24.2",
"@cubejs-backend/dremio-driver": "^0.24.2",
"@cubejs-backend/druid-driver": "^0.24.2",
"@cubejs-backend/elasticsearch-driver": "^0.24.2",
"@cubejs-backend/hive-driver": "^0.24.2",
"@cubejs-backend/mongobi-driver": "^0.24.2",
"@cubejs-backend/mssql-driver": "^0.24.2",
"@cubejs-backend/mysql-driver": "^0.24.2",
"@cubejs-backend/oracle-driver": "^0.24.2",
"@cubejs-backend/postgres-driver": "^0.24.2",
"@cubejs-backend/prestodb-driver": "^0.24.2",
"@cubejs-backend/server": "^0.24.2",
"@cubejs-backend/athena-driver": "^0.24.3",
"@cubejs-backend/bigquery-driver": "^0.24.3",
"@cubejs-backend/clickhouse-driver": "^0.24.3",
"@cubejs-backend/cubestore-driver": "^0.24.3",
"@cubejs-backend/dremio-driver": "^0.24.3",
"@cubejs-backend/druid-driver": "^0.24.3",
"@cubejs-backend/elasticsearch-driver": "^0.24.3",
"@cubejs-backend/hive-driver": "^0.24.3",
"@cubejs-backend/mongobi-driver": "^0.24.3",
"@cubejs-backend/mssql-driver": "^0.24.3",
"@cubejs-backend/mysql-driver": "^0.24.3",
"@cubejs-backend/oracle-driver": "^0.24.3",
"@cubejs-backend/postgres-driver": "^0.24.3",
"@cubejs-backend/prestodb-driver": "^0.24.3",
"@cubejs-backend/server": "^0.24.3",
"@cubejs-backend/snowflake-driver": "^0.20.9",
"cubejs-cli": "^0.24.2",
"cubejs-cli": "^0.24.3",
"typescript": "~4.1.2"
}
}
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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)


Expand Down
4 changes: 2 additions & 2 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.24.2",
"version": "0.24.3",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -16,7 +16,7 @@
"lint": "eslint driver/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.24.2",
"@cubejs-backend/query-orchestrator": "^0.24.3",
"@cubejs-backend/schema-compiler": "^0.24.1",
"axios": "^0.19.2",
"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.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)

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





## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)


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.24.2",
"version": "0.24.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -28,13 +28,13 @@
"dist/src/*"
],
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.24.2",
"@cubejs-backend/query-orchestrator": "^0.24.3",
"@cubejs-backend/schema-compiler": "^0.24.1",
"axios": "^0.20.0",
"moment-timezone": "^0.5.31"
},
"devDependencies": {
"@cubejs-backend/linter": "^0.24.2",
"@cubejs-backend/linter": "^0.24.3",
"@types/generic-pool": "^3.1.9",
"@types/mocha": "^8.0.3",
"@types/node": "^14.10.1",
Expand Down
Loading

0 comments on commit b38edfe

Please sign in to comment.