Skip to content

Commit

Permalink
v0.26.38
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Feb 26, 2021
1 parent b9b590b commit d59bdfd
Show file tree
Hide file tree
Showing 58 changed files with 317 additions and 75 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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)


### Bug Fixes

* Optimize compute time during pre-aggregations load checks for queries with many partitions ([b9b590b](https://github.com/cube-js/cube.js/commit/b9b590b2891674020b23bc2e56ea2ab8dc02fa10))
* **cubestore:** Reduce too verbose logging on slow queries ([1d62a47](https://github.com/cube-js/cube.js/commit/1d62a470bacf6b254b5f04f80ad44f24e84d6fb7))





## [0.26.37](https://github.com/cube-js/cube.js/compare/v0.26.36...v0.26.37) (2021-02-26)


Expand Down
8 changes: 8 additions & 0 deletions docs/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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

**Note:** Version bump only for package @cubejs-docs/site





## [0.26.36](https://github.com/cube-js/cube.js/compare/v0.26.35...v0.26.36) (2021-02-25)

**Note:** Version bump only for package @cubejs-docs/site
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-docs/site",
"version": "0.26.36",
"version": "0.26.38",
"keywords": [],
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
}
},
"npmClient": "yarn",
"version": "0.26.37"
"version": "0.26.38"
}
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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)

**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.26.35",
"version": "0.26.38",
"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.26.35",
"@cubejs-backend/query-orchestrator": "^0.26.38",
"@cubejs-backend/shared": "^0.26.35",
"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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)

**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.26.35",
"version": "0.26.38",
"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.26.35",
"@cubejs-backend/query-orchestrator": "^0.26.38",
"@cubejs-backend/shared": "^0.26.35",
"@google-cloud/bigquery": "^5.5.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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.37](https://github.com/cube-js/cube.js/compare/v0.26.36...v0.26.37) (2021-02-26)

**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.26.37",
"version": "0.26.38",
"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.26.13",
"@cubejs-backend/server": "^0.26.37",
"@cubejs-backend/server": "^0.26.38",
"@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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)

**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.26.35",
"version": "0.26.38",
"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.26.35",
"@cubejs-backend/query-orchestrator": "^0.26.38",
"@cubejs-backend/shared": "^0.26.35",
"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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.36](https://github.com/cube-js/cube.js/compare/v0.26.35...v0.26.36) (2021-02-25)

**Note:** Version bump only for package @cubejs-backend/cubestore-driver
Expand Down
6 changes: 3 additions & 3 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.26.36",
"version": "0.26.38",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -25,8 +25,8 @@
"lint:fix": "eslint --fix src/*.ts"
},
"dependencies": {
"@cubejs-backend/cubestore": "^0.26.36",
"@cubejs-backend/query-orchestrator": "^0.26.35",
"@cubejs-backend/cubestore": "^0.26.38",
"@cubejs-backend/query-orchestrator": "^0.26.38",
"@cubejs-backend/schema-compiler": "^0.26.35",
"@cubejs-backend/shared": "^0.26.35",
"generic-pool": "^3.6.0",
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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.37](https://github.com/cube-js/cube.js/compare/v0.26.36...v0.26.37) (2021-02-26)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
40 changes: 20 additions & 20 deletions packages/cubejs-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "@cubejs-backend/docker",
"version": "0.26.37",
"version": "0.26.38",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@cubejs-backend/athena-driver": "^0.26.35",
"@cubejs-backend/bigquery-driver": "^0.26.35",
"@cubejs-backend/clickhouse-driver": "^0.26.35",
"@cubejs-backend/cubestore": "^0.26.36",
"@cubejs-backend/cubestore-driver": "^0.26.36",
"@cubejs-backend/dremio-driver": "^0.26.37",
"@cubejs-backend/druid-driver": "^0.26.35",
"@cubejs-backend/elasticsearch-driver": "^0.26.35",
"@cubejs-backend/hive-driver": "^0.26.35",
"@cubejs-backend/mongobi-driver": "^0.26.35",
"@cubejs-backend/mssql-driver": "^0.26.35",
"@cubejs-backend/mysql-driver": "^0.26.35",
"@cubejs-backend/oracle-driver": "^0.26.35",
"@cubejs-backend/postgres-driver": "^0.26.35",
"@cubejs-backend/prestodb-driver": "^0.26.35",
"@cubejs-backend/server": "^0.26.37",
"@cubejs-backend/snowflake-driver": "^0.26.35",
"@cubejs-backend/sqlite-driver": "^0.26.35",
"cubejs-cli": "^0.26.37",
"@cubejs-backend/athena-driver": "^0.26.38",
"@cubejs-backend/bigquery-driver": "^0.26.38",
"@cubejs-backend/clickhouse-driver": "^0.26.38",
"@cubejs-backend/cubestore": "^0.26.38",
"@cubejs-backend/cubestore-driver": "^0.26.38",
"@cubejs-backend/dremio-driver": "^0.26.38",
"@cubejs-backend/druid-driver": "^0.26.38",
"@cubejs-backend/elasticsearch-driver": "^0.26.38",
"@cubejs-backend/hive-driver": "^0.26.38",
"@cubejs-backend/mongobi-driver": "^0.26.38",
"@cubejs-backend/mssql-driver": "^0.26.38",
"@cubejs-backend/mysql-driver": "^0.26.38",
"@cubejs-backend/oracle-driver": "^0.26.38",
"@cubejs-backend/postgres-driver": "^0.26.38",
"@cubejs-backend/prestodb-driver": "^0.26.38",
"@cubejs-backend/server": "^0.26.38",
"@cubejs-backend/snowflake-driver": "^0.26.38",
"@cubejs-backend/sqlite-driver": "^0.26.38",
"cubejs-cli": "^0.26.38",
"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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.37](https://github.com/cube-js/cube.js/compare/v0.26.36...v0.26.37) (2021-02-26)


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.26.37",
"version": "0.26.38",
"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.26.35",
"@cubejs-backend/query-orchestrator": "^0.26.38",
"@cubejs-backend/schema-compiler": "^0.26.35",
"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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)

**Note:** Version bump only for package @cubejs-backend/druid-driver
Expand Down
4 changes: 2 additions & 2 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.26.35",
"version": "0.26.38",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"dist/src/*"
],
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.26.35",
"@cubejs-backend/query-orchestrator": "^0.26.38",
"@cubejs-backend/schema-compiler": "^0.26.35",
"@cubejs-backend/shared": "^0.26.35",
"axios": "^0.21.1",
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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)

**Note:** Version bump only for package @cubejs-backend/elasticsearch-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-elasticsearch-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/elasticsearch-driver",
"description": "Cube.js elasticsearch database driver",
"author": "Cube Dev, Inc.",
"version": "0.26.35",
"version": "0.26.38",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -16,7 +16,7 @@
"lint": "eslint **/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.26.35",
"@cubejs-backend/query-orchestrator": "^0.26.38",
"@elastic/elasticsearch": "^7.5.0",
"sqlstring": "^2.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-hive-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.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)

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





## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)

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

0 comments on commit d59bdfd

Please sign in to comment.