Skip to content

Commit

Permalink
v0.26.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Feb 8, 2021
1 parent 064ca30 commit 7a8d335
Show file tree
Hide file tree
Showing 62 changed files with 370 additions and 78 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.26.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)


### Bug Fixes

* **cubestore:** Increase default split thresholds as memory issues are fixed ([7771a86](https://github.com/cube-js/cube.js/commit/7771a869ae51d58a61dce2ffcbd3dd0f9dc8c483))
* **server-core:** add support for async driverFactory ([312f90b](https://github.com/cube-js/cube.js/commit/312f90b0c6d92f053f1033ecf15efea1c10a4c0a))
* **sqlite-driver:** Use workaround for FLOOR ([#1931](https://github.com/cube-js/cube.js/issues/1931)) ([fe64feb](https://github.com/cube-js/cube.js/commit/fe64febd1b970c4b8396d05a859f16b3d9e5a8a8))


### Features

* **@cubejs-client/playground:** Building pre-aggregations message ([#1984](https://github.com/cube-js/cube.js/issues/1984)) ([e1fff5d](https://github.com/cube-js/cube.js/commit/e1fff5de4584df1bd8ef518e2436e1dcb4962975))
* Block from uploading files and folders (recur) starting from "." ([d549fc4](https://github.com/cube-js/cube.js/commit/d549fc4ab6eff19b3c5273cafb7427be1cbaca98))
* Improve typings for extendContext ([8e9c3bc](https://github.com/cube-js/cube.js/commit/8e9c3bcafc3f9acbc8e1a53113202b4be19bb12c))
* Partitions warmup ([#1993](https://github.com/cube-js/cube.js/issues/1993)) ([200dab1](https://github.com/cube-js/cube.js/commit/200dab193eee43649b0a3e9f5240bc4bf3576fcc))
* **cubestore:** Distributed jobs implementation ([#2001](https://github.com/cube-js/cube.js/issues/2001)) ([064ca30](https://github.com/cube-js/cube.js/commit/064ca3056ac3c52f8514ac5fb21f23f6b6b43244))
* **server-core:** Correct typings for driverFactory/dialectFactory ([51fb117](https://github.com/cube-js/cube.js/commit/51fb117883d2e04c3a8fce4494ac48e0938a0097))





## [0.26.5](https://github.com/cube-js/cube.js/compare/v0.26.4...v0.26.5) (2021-02-03)


Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
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.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)

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





## [0.26.4](https://github.com/cube-js/cube.js/compare/v0.26.3...v0.26.4) (2021-02-02)

**Note:** Version bump only for package @cubejs-docs/site
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-docs/site",
"version": "0.26.4",
"version": "0.26.6",
"keywords": [],
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -11,5 +11,5 @@
}
},
"npmClient": "yarn",
"version": "0.26.5"
"version": "0.26.6"
}
11 changes: 11 additions & 0 deletions packages/cubejs-api-gateway/CHANGELOG.md
Expand Up @@ -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.26.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)


### Features

* Improve typings for extendContext ([8e9c3bc](https://github.com/cube-js/cube.js/commit/8e9c3bcafc3f9acbc8e1a53113202b4be19bb12c))





## [0.26.4](https://github.com/cube-js/cube.js/compare/v0.26.3...v0.26.4) (2021-02-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-api-gateway/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/api-gateway",
"description": "Cube.js API Gateway",
"author": "Cube Dev, Inc.",
"version": "0.26.4",
"version": "0.26.6",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-athena-driver/CHANGELOG.md
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.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)

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





## [0.26.2](https://github.com/cube-js/cube.js/compare/v0.26.1...v0.26.2) (2021-02-01)

**Note:** Version bump only for package @cubejs-backend/athena-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-athena-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/athena-driver",
"description": "Cube.js Athena database driver",
"author": "Cube Dev, Inc.",
"version": "0.26.2",
"version": "0.26.6",
"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.2",
"@cubejs-backend/query-orchestrator": "^0.26.6",
"@cubejs-backend/shared": "^0.26.2",
"aws-sdk": "^2.403.0",
"sqlstring": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-bigquery-driver/CHANGELOG.md
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.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)

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





## [0.26.5](https://github.com/cube-js/cube.js/compare/v0.26.4...v0.26.5) (2021-02-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-bigquery-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/bigquery-driver",
"description": "Cube.js BigQuery database driver",
"author": "Cube Dev, Inc.",
"version": "0.26.5",
"version": "0.26.6",
"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.2",
"@cubejs-backend/query-orchestrator": "^0.26.6",
"@cubejs-backend/shared": "^0.26.2",
"@google-cloud/bigquery": "^4.1.4",
"@google-cloud/storage": "^5.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-cli/CHANGELOG.md
Expand Up @@ -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.26.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)


### Features

* Block from uploading files and folders (recur) starting from "." ([d549fc4](https://github.com/cube-js/cube.js/commit/d549fc4ab6eff19b3c5273cafb7427be1cbaca98))





## [0.26.2](https://github.com/cube-js/cube.js/compare/v0.26.1...v0.26.2) (2021-02-01)

**Note:** Version bump only for package cubejs-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-cli/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "cubejs-cli",
"description": "Cube.js Command Line Interface",
"author": "Cube Dev, Inc.",
"version": "0.26.2",
"version": "0.26.6",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-clickhouse-driver/CHANGELOG.md
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.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)

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





## [0.26.2](https://github.com/cube-js/cube.js/compare/v0.26.1...v0.26.2) (2021-02-01)

**Note:** Version bump only for package @cubejs-backend/clickhouse-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-clickhouse-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/clickhouse-driver",
"description": "Cube.js ClickHouse database driver",
"author": "Cube Dev, Inc.",
"version": "0.26.2",
"version": "0.26.6",
"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.2",
"@cubejs-backend/query-orchestrator": "^0.26.6",
"generic-pool": "^3.6.0",
"sqlstring": "^2.3.1",
"uuidv4": "^6.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-cubestore-driver/CHANGELOG.md
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.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)

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





## [0.26.5](https://github.com/cube-js/cube.js/compare/v0.26.4...v0.26.5) (2021-02-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-cubestore-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/cubestore-driver",
"description": "Cube Store driver",
"author": "Cube Dev, Inc.",
"version": "0.26.5",
"version": "0.26.6",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -18,8 +18,8 @@
"lint:fix": "eslint --fix driver/*.js test/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.26.2",
"@cubejs-backend/schema-compiler": "^0.26.0",
"@cubejs-backend/query-orchestrator": "^0.26.6",
"@cubejs-backend/schema-compiler": "^0.26.6",
"generic-pool": "^3.6.0",
"moment-timezone": "^0.5.31",
"mysql": "^2.16.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-docker/CHANGELOG.md
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.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)

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





## [0.26.5](https://github.com/cube-js/cube.js/compare/v0.26.4...v0.26.5) (2021-02-03)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
38 changes: 19 additions & 19 deletions packages/cubejs-docker/package.json
@@ -1,29 +1,29 @@
{
"name": "@cubejs-backend/docker",
"version": "0.26.5",
"version": "0.26.6",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@cubejs-backend/athena-driver": "^0.26.2",
"@cubejs-backend/bigquery-driver": "^0.26.5",
"@cubejs-backend/clickhouse-driver": "^0.26.2",
"@cubejs-backend/cubestore-driver": "^0.26.5",
"@cubejs-backend/dremio-driver": "^0.26.2",
"@cubejs-backend/druid-driver": "^0.26.2",
"@cubejs-backend/elasticsearch-driver": "^0.26.2",
"@cubejs-backend/hive-driver": "^0.26.2",
"@cubejs-backend/mongobi-driver": "^0.26.2",
"@cubejs-backend/mssql-driver": "^0.26.2",
"@cubejs-backend/mysql-driver": "^0.26.2",
"@cubejs-backend/oracle-driver": "^0.26.2",
"@cubejs-backend/postgres-driver": "^0.26.2",
"@cubejs-backend/prestodb-driver": "^0.26.2",
"@cubejs-backend/server": "^0.26.4",
"@cubejs-backend/snowflake-driver": "^0.26.2",
"@cubejs-backend/sqlite-driver": "^0.26.2",
"cubejs-cli": "^0.26.2",
"@cubejs-backend/athena-driver": "^0.26.6",
"@cubejs-backend/bigquery-driver": "^0.26.6",
"@cubejs-backend/clickhouse-driver": "^0.26.6",
"@cubejs-backend/cubestore-driver": "^0.26.6",
"@cubejs-backend/dremio-driver": "^0.26.6",
"@cubejs-backend/druid-driver": "^0.26.6",
"@cubejs-backend/elasticsearch-driver": "^0.26.6",
"@cubejs-backend/hive-driver": "^0.26.6",
"@cubejs-backend/mongobi-driver": "^0.26.6",
"@cubejs-backend/mssql-driver": "^0.26.6",
"@cubejs-backend/mysql-driver": "^0.26.6",
"@cubejs-backend/oracle-driver": "^0.26.6",
"@cubejs-backend/postgres-driver": "^0.26.6",
"@cubejs-backend/prestodb-driver": "^0.26.6",
"@cubejs-backend/server": "^0.26.6",
"@cubejs-backend/snowflake-driver": "^0.26.6",
"@cubejs-backend/sqlite-driver": "^0.26.6",
"cubejs-cli": "^0.26.6",
"typescript": "~4.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/cubejs-dremio-driver/CHANGELOG.md
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.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)

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





## [0.26.2](https://github.com/cube-js/cube.js/compare/v0.26.1...v0.26.2) (2021-02-01)

**Note:** Version bump only for package @cubejs-backend/dremio-driver
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-dremio-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/dremio-driver",
"description": "Cube.js Dremio driver",
"author": "Cube Dev, Inc.",
"version": "0.26.2",
"version": "0.26.6",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -16,8 +16,8 @@
"lint": "eslint driver/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.26.2",
"@cubejs-backend/schema-compiler": "^0.26.0",
"@cubejs-backend/query-orchestrator": "^0.26.6",
"@cubejs-backend/schema-compiler": "^0.26.6",
"axios": "^0.19.2",
"moment-timezone": "^0.5.31",
"sqlstring": "^2.3.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-druid-driver/CHANGELOG.md
Expand Up @@ -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.26.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)


### Features

* **server-core:** Correct typings for driverFactory/dialectFactory ([51fb117](https://github.com/cube-js/cube.js/commit/51fb117883d2e04c3a8fce4494ac48e0938a0097))





## [0.26.2](https://github.com/cube-js/cube.js/compare/v0.26.1...v0.26.2) (2021-02-01)

**Note:** Version bump only for package @cubejs-backend/druid-driver
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-druid-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/druid-driver",
"description": "Cube.js Druid database driver",
"author": "Cube Dev, Inc.",
"version": "0.26.2",
"version": "0.26.6",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"dist/src/*"
],
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.26.2",
"@cubejs-backend/schema-compiler": "^0.26.0",
"@cubejs-backend/query-orchestrator": "^0.26.6",
"@cubejs-backend/schema-compiler": "^0.26.6",
"axios": "^0.20.0",
"moment-timezone": "^0.5.31"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-elasticsearch-driver/CHANGELOG.md
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.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)

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





## [0.26.2](https://github.com/cube-js/cube.js/compare/v0.26.1...v0.26.2) (2021-02-01)

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

0 comments on commit 7a8d335

Please sign in to comment.