Skip to content

Commit

Permalink
v0.10.58
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Oct 4, 2019
1 parent 4f72a52 commit ca5b100
Show file tree
Hide file tree
Showing 38 changed files with 197 additions and 35 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.10.58](https://github.com/cube-js/cube.js/compare/v0.10.57...v0.10.58) (2019-10-04)


### Bug Fixes

* **playground:** Fix recharts height ([cd75409](https://github.com/cube-js/cube.js/commit/cd75409))
* `continueWaitTimout` option is ignored in LocalQueueDriver ([#224](https://github.com/cube-js/cube.js/issues/224)) ([4f72a52](https://github.com/cube-js/cube.js/commit/4f72a52))





## [0.10.57](https://github.com/cube-js/cube.js/compare/v0.10.56...v0.10.57) (2019-10-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.10.57"
"version": "0.10.58"
}
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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**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,13 +2,13 @@
"name": "@cubejs-backend/athena-driver",
"description": "Cube.js Athena database driver",
"author": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
"main": "driver/AthenaDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**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,13 +2,13 @@
"name": "@cubejs-backend/bigquery-driver",
"description": "Cube.js BigQuery database driver",
"author": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
"main": "driver/BigQueryDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"@google-cloud/bigquery": "^4.1.4",
"ramda": "^0.26.1"
},
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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**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": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@apla/clickhouse": "^1.5.5",
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"generic-pool": "^3.6.0",
"sqlstring": "^2.3.1",
"uuidv4": "^4.0.0"
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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**Note:** Version bump only for package @cubejs-backend/hive-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-hive-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/hive-driver",
"description": "Cube.js Hive database driver",
"author": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
"main": "driver/HiveDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"generic-pool": "^3.6.0",
"jshs2": "^0.4.4",
"sasl-plain": "^0.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-mongobi-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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**Note:** Version bump only for package @cubejs-backend/mongobi-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-mongobi-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/mongobi-driver",
"description": "Cube.js MongoBI driver",
"author": "[email protected]",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
"main": "driver/MongoBIDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"generic-pool": "^3.6.0",
"mysql2": "^1.6.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-mssql-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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**Note:** Version bump only for package @cubejs-backend/mssql-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-mssql-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/mssql-driver",
"description": "Cube.js MS SQL database driver",
"author": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
"main": "driver/MSSqlDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"mssql": "^5.0.5"
},
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-mysql-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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-mysql-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/mysql-driver",
"description": "Cube.js Mysql database driver",
"author": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
"main": "driver/MySqlDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"generic-pool": "^3.6.0",
"mysql": "^2.16.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-oracle-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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**Note:** Version bump only for package @cubejs-backend/oracle-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-oracle-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/oracle-driver",
"description": "Cube.js oracle database driver",
"author": "Trikoz I.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
"main": "driver/OracleDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"oracledb": "^3.1.2",
"ramda": "^0.26.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)


### Bug Fixes

* **playground:** Fix recharts height ([cd75409](https://github.com/statsbotco/cubejs-client/commit/cd75409))





## [0.10.57](https://github.com/statsbotco/cubejs-client/compare/v0.10.56...v0.10.57) (2019-10-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/playground",
"version": "0.10.57",
"version": "0.10.58",
"dependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-postgres-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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**Note:** Version bump only for package @cubejs-backend/postgres-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-postgres-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/postgres-driver",
"description": "Cube.js Postgres database driver",
"author": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,7 +11,7 @@
"lint": "eslint **/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"pg": "^7.8.0"
},
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-prestodb-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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)

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





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)

**Note:** Version bump only for package @cubejs-backend/prestodb-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-prestodb-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/prestodb-driver",
"description": "Cube.js Presto database driver",
"author": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
"main": "driver/PrestoDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.35",
"@cubejs-backend/query-orchestrator": "^0.10.58",
"presto-client": "^0.5.0",
"ramda": "^0.26.1",
"sqlstring": "^2.3.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-query-orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)


### Bug Fixes

* `continueWaitTimout` option is ignored in LocalQueueDriver ([#224](https://github.com/statsbotco/cubejs-client/issues/224)) ([4f72a52](https://github.com/statsbotco/cubejs-client/commit/4f72a52))





## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-query-orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/query-orchestrator",
"description": "Cube.js Query Orchestrator and Cache",
"author": "Statsbot, Inc.",
"version": "0.10.35",
"version": "0.10.58",
"engines": {
"node": ">=8.11.1"
},
Expand Down
Loading

0 comments on commit ca5b100

Please sign in to comment.