Skip to content

Commit

Permalink
v0.19.15
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed May 4, 2020
1 parent 9d69f98 commit 7788fd4
Show file tree
Hide file tree
Showing 44 changed files with 244 additions and 41 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)


### Bug Fixes

* Max date measures incorrectly converted for MySQL ([e704867](https://github.com/cube-js/cube.js/commit/e704867))


### Features

* Include version in startup message ([#615](https://github.com/cube-js/cube.js/issues/615)) Thanks to jcw-! ([d2f1732](https://github.com/cube-js/cube.js/commit/d2f1732))
* More pre-aggregation info logging ([9d69f98](https://github.com/cube-js/cube.js/commit/9d69f98))
* Tweak server type definitions ([#623](https://github.com/cube-js/cube.js/issues/623)) Thanks to [@willhausman](https://github.com/willhausman)! ([23da279](https://github.com/cube-js/cube.js/commit/23da279))





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.19.14"
"version": "0.19.15"
}
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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)


### Bug Fixes

* Max date measures incorrectly converted for MySQL ([e704867](https://github.com/cube-js/cube.js/commit/e704867))





## [0.19.5](https://github.com/cube-js/cube.js/compare/v0.19.4...v0.19.5) (2020-04-13)


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": "Statsbot, Inc.",
"version": "0.19.5",
"version": "0.19.15",
"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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**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": "Statsbot, Inc.",
"version": "0.19.14",
"version": "0.19.15",
"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.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**Note:** Version bump only for package @cubejs-backend/bigquery-driver
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": "Statsbot, Inc.",
"version": "0.19.14",
"version": "0.19.15",
"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.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"@google-cloud/bigquery": "^4.1.4",
"ramda": "^0.27.0"
},
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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)


### Features

* Include version in startup message ([#615](https://github.com/cube-js/cube.js/issues/615)) Thanks to jcw-! ([d2f1732](https://github.com/cube-js/cube.js/commit/d2f1732))





# [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09)

**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": "Statsbot, Inc.",
"version": "0.19.0",
"version": "0.19.15",
"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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**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": "Statsbot, Inc.",
"version": "0.19.14",
"version": "0.19.15",
"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.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"generic-pool": "^3.6.0",
"sqlstring": "^2.3.1",
"uuidv4": "^6.0.2"
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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**Note:** Version bump only for package @cubejs-backend/elasticsearch-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-elasticsearch-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/elasticsearch-driver",
"description": "Cube.js elasticsearch database driver",
"author": "Statsbot, Inc.",
"version": "0.19.14",
"version": "0.19.15",
"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.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"@elastic/elasticsearch": "^7.5.0",
"sqlstring": "^2.3.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-hive-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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**Note:** Version bump only for package @cubejs-backend/hive-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-hive-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/hive-driver",
"description": "Cube.js Hive database driver",
"author": "Statsbot, Inc.",
"version": "0.19.14",
"version": "0.19.15",
"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.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"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
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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**Note:** Version bump only for package @cubejs-backend/mongobi-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-mongobi-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/mongobi-driver",
"description": "Cube.js MongoBI driver",
"author": "krunalsabnis@gmail.com",
"version": "0.19.14",
"version": "0.19.15",
"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.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"generic-pool": "^3.6.0",
"mysql2": "^2.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-mssql-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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**Note:** Version bump only for package @cubejs-backend/mssql-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-mssql-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/mssql-driver",
"description": "Cube.js MS SQL database driver",
"author": "Statsbot, Inc.",
"version": "0.19.14",
"version": "0.19.15",
"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.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"mssql": "^6.1.0"
},
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-mysql-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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**Note:** Version bump only for package @cubejs-backend/mysql-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-mysql-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/mysql-driver",
"description": "Cube.js Mysql database driver",
"author": "Statsbot, Inc.",
"version": "0.19.14",
"version": "0.19.15",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -17,7 +17,7 @@
"lint": "eslint driver/*.js test/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"generic-pool": "^3.6.0",
"mysql": "^2.16.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-oracle-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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

**Note:** Version bump only for package @cubejs-backend/oracle-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-oracle-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/oracle-driver",
"description": "Cube.js oracle database driver",
"author": "Trikoz I.",
"version": "0.19.14",
"version": "0.19.15",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "driver/OracleDriver.js",
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.19.14",
"@cubejs-backend/query-orchestrator": "^0.19.15",
"oracledb": "^4.2.0",
"ramda": "^0.27.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-postgres-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.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)

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





## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)

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

0 comments on commit 7788fd4

Please sign in to comment.