Skip to content

Commit

Permalink
v0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jan 3, 2020
1 parent 2b4e56f commit 7a7a3d2
Show file tree
Hide file tree
Showing 48 changed files with 259 additions and 45 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)


### Bug Fixes

* define context outside try-catch ([3075624](https://github.com/cube-js/cube.js/commit/3075624))


### Features

* **@cubejs-client/core:** add types ([abdf089](https://github.com/cube-js/cube.js/commit/abdf089))
* Improve logging ([8a692c1](https://github.com/cube-js/cube.js/commit/8a692c1))
* **mysql-driver:** Increase external pre-aggregations upload batch size ([741e26c](https://github.com/cube-js/cube.js/commit/741e26c))





## [0.13.8](https://github.com/cube-js/cube.js/compare/v0.13.7...v0.13.8) (2019-12-31)


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.13.8"
"version": "0.13.9"
}
11 changes: 11 additions & 0 deletions packages/cubejs-api-gateway/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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)


### Bug Fixes

* define context outside try-catch ([3075624](https://github.com/cube-js/cube.js/commit/3075624))





## [0.13.8](https://github.com/cube-js/cube.js/compare/v0.13.7...v0.13.8) (2019-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/api-gateway",
"description": "Cube.js API Gateway",
"author": "Statsbot, Inc.",
"version": "0.13.8",
"version": "0.13.9",
"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
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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

**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": "Statsbot, Inc.",
"version": "0.13.2",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "driver/AthenaDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.13.2",
"@cubejs-backend/query-orchestrator": "^0.13.9",
"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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

**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": "Statsbot, Inc.",
"version": "0.13.2",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "driver/BigQueryDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.13.2",
"@cubejs-backend/query-orchestrator": "^0.13.9",
"@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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

**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.13.2",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@apla/clickhouse": "^1.5.5",
"@cubejs-backend/query-orchestrator": "^0.13.2",
"@cubejs-backend/query-orchestrator": "^0.13.9",
"generic-pool": "^3.6.0",
"sqlstring": "^2.3.1",
"uuidv4": "^4.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-client-core/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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)


### Features

* **@cubejs-client/core:** add types ([abdf089](https://github.com/cube-js/cube.js/commit/abdf089))





## [0.13.7](https://github.com/cube-js/cube.js/compare/v0.13.6...v0.13.7) (2019-12-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/core",
"version": "0.13.7",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-client-ngx/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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.7](https://github.com/cube-js/cube.js/compare/v0.13.6...v0.13.7) (2019-12-31)

**Note:** Version bump only for package @cubejs-client/ngx
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-client-ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/ngx",
"version": "0.13.7",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
],
"license": "MIT",
"dependencies": {
"@cubejs-client/core": "^0.13.7",
"@cubejs-client/core": "^0.13.9",
"tslib": "^1.9.0"
},
"peerDependencies": {
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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.6](https://github.com/cube-js/cube.js/compare/v0.13.5...v0.13.6) (2019-12-19)


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": "Statsbot, Inc.",
"version": "0.13.6",
"version": "0.13.9",
"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.13.2",
"@cubejs-backend/query-orchestrator": "^0.13.9",
"@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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

**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,7 +2,7 @@
"name": "@cubejs-backend/hive-driver",
"description": "Cube.js Hive database driver",
"author": "Statsbot, Inc.",
"version": "0.13.2",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "driver/HiveDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.13.2",
"@cubejs-backend/query-orchestrator": "^0.13.9",
"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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

**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,7 +2,7 @@
"name": "@cubejs-backend/mongobi-driver",
"description": "Cube.js MongoBI driver",
"author": "krunalsabnis@gmail.com",
"version": "0.13.2",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "driver/MongoBIDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.13.2",
"@cubejs-backend/query-orchestrator": "^0.13.9",
"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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

**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,7 +2,7 @@
"name": "@cubejs-backend/mssql-driver",
"description": "Cube.js MS SQL database driver",
"author": "Statsbot, Inc.",
"version": "0.13.2",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "driver/MSSqlDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.13.2",
"@cubejs-backend/query-orchestrator": "^0.13.9",
"mssql": "^5.0.5"
},
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-mysql-driver/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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)


### Features

* **mysql-driver:** Increase external pre-aggregations upload batch size ([741e26c](https://github.com/cube-js/cube.js/commit/741e26c))





## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

**Note:** Version bump only for package @cubejs-backend/mysql-driver
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,7 +2,7 @@
"name": "@cubejs-backend/mysql-driver",
"description": "Cube.js Mysql database driver",
"author": "Statsbot, Inc.",
"version": "0.13.2",
"version": "0.13.9",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "driver/MySqlDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.13.2",
"@cubejs-backend/query-orchestrator": "^0.13.9",
"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.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)

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





## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)

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

0 comments on commit 7a7a3d2

Please sign in to comment.