Skip to content

Commit adb96e9

Browse files
committed
v0.31.46
1 parent 2d39fe4 commit adb96e9

File tree

92 files changed

+548
-148
lines changed

Some content is hidden

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

92 files changed

+548
-148
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.31.46](https://github.com/cube-js/cube.js/compare/v0.31.45...v0.31.46) (2023-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **athena-driver:** Help user to understand CUBEJS_AWS_S3_OUTPUT_LOCATION parameter is missing ([#5991](https://github.com/cube-js/cube.js/issues/5991)) Thanks [@fbalicchia](https://github.com/fbalicchia) ! ([eedd12a](https://github.com/cube-js/cube.js/commit/eedd12a18645d2d6faa68a43963a6cb98560b5a6))
12+
* Do not fail if partitions are not ready for specified date range interval but there's at least one ready for pre-aggregation ([#6026](https://github.com/cube-js/cube.js/issues/6026)) ([2d39fe4](https://github.com/cube-js/cube.js/commit/2d39fe48b31b544f4aefa00c87e084102d134b2e))
13+
14+
15+
### Features
16+
17+
* **query-orchestrator:** Introduce CubeStoreQueueDriver ([#6014](https://github.com/cube-js/cube.js/issues/6014)) ([f4744bf](https://github.com/cube-js/cube.js/commit/f4744bfb218a8a8cb28effe28237867157d01074))
18+
19+
20+
21+
22+
623
## [0.31.45](https://github.com/cube-js/cube.js/compare/v0.31.44...v0.31.45) (2023-01-16)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.31.45",
2+
"version": "0.31.46",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/cubejs-athena-driver/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.31.46](https://github.com/cube-js/cube.js/compare/v0.31.45...v0.31.46) (2023-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **athena-driver:** Help user to understand CUBEJS_AWS_S3_OUTPUT_LOCATION parameter is missing ([#5991](https://github.com/cube-js/cube.js/issues/5991)) Thanks [@fbalicchia](https://github.com/fbalicchia) ! ([eedd12a](https://github.com/cube-js/cube.js/commit/eedd12a18645d2d6faa68a43963a6cb98560b5a6))
12+
13+
14+
15+
16+
617
## [0.31.45](https://github.com/cube-js/cube.js/compare/v0.31.44...v0.31.45) (2023-01-16)
718

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

packages/cubejs-athena-driver/package.json

Lines changed: 3 additions & 3 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": "Cube Dev, Inc.",
5-
"version": "0.31.45",
5+
"version": "0.31.46",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -31,13 +31,13 @@
3131
"@aws-sdk/client-athena": "^3.22.0",
3232
"@aws-sdk/client-s3": "^3.49.0",
3333
"@aws-sdk/s3-request-presigner": "^3.49.0",
34-
"@cubejs-backend/base-driver": "^0.31.42",
34+
"@cubejs-backend/base-driver": "^0.31.46",
3535
"@cubejs-backend/shared": "^0.31.42",
3636
"sqlstring": "^2.3.1"
3737
},
3838
"devDependencies": {
3939
"@cubejs-backend/linter": "^0.31.0",
40-
"@cubejs-backend/testing-shared": "^0.31.45",
40+
"@cubejs-backend/testing-shared": "^0.31.46",
4141
"@types/ramda": "^0.27.40",
4242
"typescript": "~4.1.5"
4343
},

packages/cubejs-base-driver/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.31.46](https://github.com/cube-js/cube.js/compare/v0.31.45...v0.31.46) (2023-01-18)
7+
8+
9+
### Features
10+
11+
* **query-orchestrator:** Introduce CubeStoreQueueDriver ([#6014](https://github.com/cube-js/cube.js/issues/6014)) ([f4744bf](https://github.com/cube-js/cube.js/commit/f4744bfb218a8a8cb28effe28237867157d01074))
12+
13+
14+
15+
16+
617
## [0.31.42](https://github.com/cube-js/cube.js/compare/v0.31.41...v0.31.42) (2023-01-15)
718

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

packages/cubejs-base-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/base-driver",
33
"description": "Cube.js Base Driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.31.42",
5+
"version": "0.31.46",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",

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.31.46](https://github.com/cube-js/cube.js/compare/v0.31.45...v0.31.46) (2023-01-18)
7+
8+
**Note:** Version bump only for package @cubejs-backend/bigquery-driver
9+
10+
11+
12+
13+
614
## [0.31.45](https://github.com/cube-js/cube.js/compare/v0.31.44...v0.31.45) (2023-01-16)
715

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

packages/cubejs-bigquery-driver/package.json

Lines changed: 3 additions & 3 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": "Cube Dev, Inc.",
5-
"version": "0.31.45",
5+
"version": "0.31.46",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -28,15 +28,15 @@
2828
"main": "index.js",
2929
"types": "dist/src/index.d.ts",
3030
"dependencies": {
31-
"@cubejs-backend/base-driver": "^0.31.42",
31+
"@cubejs-backend/base-driver": "^0.31.46",
3232
"@cubejs-backend/dotenv": "^9.0.2",
3333
"@cubejs-backend/shared": "^0.31.42",
3434
"@google-cloud/bigquery": "^5.6.0",
3535
"@google-cloud/storage": "^5.7.2",
3636
"ramda": "^0.27.2"
3737
},
3838
"devDependencies": {
39-
"@cubejs-backend/testing-shared": "^0.31.45",
39+
"@cubejs-backend/testing-shared": "^0.31.46",
4040
"@types/dedent": "^0.7.0",
4141
"@types/ramda": "^0.27.40",
4242
"typescript": "~4.1.5"

packages/cubejs-cli/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.31.46](https://github.com/cube-js/cube.js/compare/v0.31.45...v0.31.46) (2023-01-18)
7+
8+
**Note:** Version bump only for package cubejs-cli
9+
10+
11+
12+
13+
614
## [0.31.45](https://github.com/cube-js/cube.js/compare/v0.31.44...v0.31.45) (2023-01-16)
715

816
**Note:** Version bump only for package cubejs-cli

packages/cubejs-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cubejs-cli",
33
"description": "Cube.js Command Line Interface",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.31.45",
5+
"version": "0.31.46",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@cubejs-backend/linter": "^0.31.0",
52-
"@cubejs-backend/server": "^0.31.45",
52+
"@cubejs-backend/server": "^0.31.46",
5353
"@oclif/command": "^1.8.0",
5454
"@types/cli-progress": "^3.8.0",
5555
"@types/cross-spawn": "^6.0.2",

0 commit comments

Comments
 (0)