Skip to content

Commit f1b54be

Browse files
committed
v0.17.3
1 parent d443585 commit f1b54be

File tree

44 files changed

+237
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+237
-41
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.3](https://github.com/cube-js/cube.js/compare/v0.17.2...v0.17.3) (2020-02-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix typescript type definition ([66e2fe5](https://github.com/cube-js/cube.js/commit/66e2fe5))
12+
13+
14+
### Features
15+
16+
* Pre-aggregation indexes support ([d443585](https://github.com/cube-js/cube.js/commit/d443585))
17+
18+
19+
20+
21+
622
## [0.17.2](https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2) (2020-02-04)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.17.2"
5+
"version": "0.17.3"
66
}

packages/cubejs-athena-driver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.3](https://github.com/cube-js/cube.js/compare/v0.17.2...v0.17.3) (2020-02-06)
7+
8+
**Note:** Version bump only for package @cubejs-backend/athena-driver
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
715

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

packages/cubejs-athena-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/athena-driver",
33
"description": "Cube.js Athena database driver",
44
"author": "Statsbot, Inc.",
5-
"version": "0.17.0",
5+
"version": "0.17.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -13,7 +13,7 @@
1313
},
1414
"main": "driver/AthenaDriver.js",
1515
"dependencies": {
16-
"@cubejs-backend/query-orchestrator": "^0.17.0",
16+
"@cubejs-backend/query-orchestrator": "^0.17.3",
1717
"aws-sdk": "^2.403.0",
1818
"sqlstring": "^2.3.1"
1919
},

packages/cubejs-bigquery-driver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.3](https://github.com/cube-js/cube.js/compare/v0.17.2...v0.17.3) (2020-02-06)
7+
8+
**Note:** Version bump only for package @cubejs-backend/bigquery-driver
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
715

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

packages/cubejs-bigquery-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/bigquery-driver",
33
"description": "Cube.js BigQuery database driver",
44
"author": "Statsbot, Inc.",
5-
"version": "0.17.0",
5+
"version": "0.17.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -13,7 +13,7 @@
1313
},
1414
"main": "driver/BigQueryDriver.js",
1515
"dependencies": {
16-
"@cubejs-backend/query-orchestrator": "^0.17.0",
16+
"@cubejs-backend/query-orchestrator": "^0.17.3",
1717
"@google-cloud/bigquery": "^4.1.4",
1818
"ramda": "^0.26.1"
1919
},

packages/cubejs-clickhouse-driver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.3](https://github.com/cube-js/cube.js/compare/v0.17.2...v0.17.3) (2020-02-06)
7+
8+
**Note:** Version bump only for package @cubejs-backend/clickhouse-driver
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
715

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

packages/cubejs-clickhouse-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/clickhouse-driver",
33
"description": "Cube.js ClickHouse database driver",
44
"author": "Statsbot, Inc.",
5-
"version": "0.17.0",
5+
"version": "0.17.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@apla/clickhouse": "^1.5.5",
21-
"@cubejs-backend/query-orchestrator": "^0.17.0",
21+
"@cubejs-backend/query-orchestrator": "^0.17.3",
2222
"generic-pool": "^3.6.0",
2323
"sqlstring": "^2.3.1",
2424
"uuidv4": "^4.0.0"

packages/cubejs-elasticsearch-driver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.3](https://github.com/cube-js/cube.js/compare/v0.17.2...v0.17.3) (2020-02-06)
7+
8+
**Note:** Version bump only for package @cubejs-backend/elasticsearch-driver
9+
10+
11+
12+
13+
614
# [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
715

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

packages/cubejs-elasticsearch-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/elasticsearch-driver",
33
"description": "Cube.js elasticsearch database driver",
44
"author": "Statsbot, Inc.",
5-
"version": "0.17.0",
5+
"version": "0.17.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -16,7 +16,7 @@
1616
"lint": "eslint **/*.js"
1717
},
1818
"dependencies": {
19-
"@cubejs-backend/query-orchestrator": "^0.17.0",
19+
"@cubejs-backend/query-orchestrator": "^0.17.3",
2020
"@elastic/elasticsearch": "^7.5.0",
2121
"sqlstring": "^2.3.1"
2222
},

0 commit comments

Comments
 (0)