Skip to content

Commit 1c0b192

Browse files
committed
v0.33.3
1 parent 5523935 commit 1c0b192

File tree

32 files changed

+189
-32
lines changed

32 files changed

+189
-32
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.33.3](https://github.com/cube-js/cube/compare/v0.33.2...v0.33.3) (2023-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **databricks-driver:** Increase default JDBC acquire timeout to 2 minutes as it can take more time to reconnect ([dde9bc4](https://github.com/cube-js/cube/commit/dde9bc401d3629e5284e3d160ba41023316b7e8c))
12+
* **databricks-driver:** Remove package.json dependency from DatabricksDriver to avoid package.json not found issues ([#6521](https://github.com/cube-js/cube/issues/6521)) Thanks [@carlagouveia](https://github.com/carlagouveia) ! ([b3ac7a1](https://github.com/cube-js/cube/commit/b3ac7a10b74988af42bd6f289a271a71a92dee5e))
13+
* **graphql:** Pre-aggregations aren't used for GraphQL queries with date range ([#6549](https://github.com/cube-js/cube/issues/6549)) ([a343f4d](https://github.com/cube-js/cube/commit/a343f4d2f0bdf62120e99fb3252f6460f4a85e8e))
14+
* **snowflake-driver:** Float exported as decimal for pre-aggregations ([#6544](https://github.com/cube-js/cube/issues/6544)) ([7c8b8de](https://github.com/cube-js/cube/commit/7c8b8ded5f7bb16248989bd56b0913180321314d))
15+
16+
17+
### Features
18+
19+
* **docker:** Security upgrade node from 16.19.1 to 16.20 ([#6547](https://github.com/cube-js/cube/issues/6547)) ([5523935](https://github.com/cube-js/cube/commit/55239350d8b629d55ec8ee61fd2c4a6f00057f88))
20+
21+
22+
23+
24+
625
## [0.33.2](https://github.com/cube-js/cube/compare/v0.33.1...v0.33.2) (2023-05-04)
726

827

lerna.json

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

packages/cubejs-api-gateway/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.33.3](https://github.com/cube-js/cube/compare/v0.33.2...v0.33.3) (2023-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql:** Pre-aggregations aren't used for GraphQL queries with date range ([#6549](https://github.com/cube-js/cube/issues/6549)) ([a343f4d](https://github.com/cube-js/cube/commit/a343f4d2f0bdf62120e99fb3252f6460f4a85e8e))
12+
13+
14+
15+
16+
617
## [0.33.2](https://github.com/cube-js/cube/compare/v0.33.1...v0.33.2) (2023-05-04)
718

819
**Note:** Version bump only for package @cubejs-backend/api-gateway

packages/cubejs-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/api-gateway",
33
"description": "Cube.js API Gateway",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.33.2",
5+
"version": "0.33.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",

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.33.3](https://github.com/cube-js/cube/compare/v0.33.2...v0.33.3) (2023-05-05)
7+
8+
**Note:** Version bump only for package cubejs-cli
9+
10+
11+
12+
13+
614
## [0.33.2](https://github.com/cube-js/cube/compare/v0.33.1...v0.33.2) (2023-05-04)
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.33.2",
5+
"version": "0.33.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@cubejs-backend/linter": "^0.33.0",
53-
"@cubejs-backend/server": "^0.33.2",
53+
"@cubejs-backend/server": "^0.33.3",
5454
"@oclif/command": "^1.8.0",
5555
"@types/cli-progress": "^3.8.0",
5656
"@types/cross-spawn": "^6.0.2",

packages/cubejs-databricks-jdbc-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.33.3](https://github.com/cube-js/cube/compare/v0.33.2...v0.33.3) (2023-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **databricks-driver:** Remove package.json dependency from DatabricksDriver to avoid package.json not found issues ([#6521](https://github.com/cube-js/cube/issues/6521)) Thanks [@carlagouveia](https://github.com/carlagouveia) ! ([b3ac7a1](https://github.com/cube-js/cube/commit/b3ac7a10b74988af42bd6f289a271a71a92dee5e))
12+
13+
14+
15+
16+
617
## [0.33.2](https://github.com/cube-js/cube/compare/v0.33.1...v0.33.2) (2023-05-04)
718

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

packages/cubejs-databricks-jdbc-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/databricks-jdbc-driver",
33
"description": "Cube.js Databricks database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.33.2",
5+
"version": "0.33.3",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -32,7 +32,7 @@
3232
"@aws-sdk/s3-request-presigner": "^3.49.0",
3333
"@azure/storage-blob": "^12.9.0",
3434
"@cubejs-backend/base-driver": "^0.33.2",
35-
"@cubejs-backend/jdbc-driver": "^0.33.2",
35+
"@cubejs-backend/jdbc-driver": "^0.33.3",
3636
"@cubejs-backend/schema-compiler": "^0.33.2",
3737
"@cubejs-backend/shared": "^0.33.0",
3838
"inquirer": "^8.0.0",

packages/cubejs-dbt-schema-extension/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.33.3](https://github.com/cube-js/cube/compare/v0.33.2...v0.33.3) (2023-05-05)
7+
8+
**Note:** Version bump only for package @cubejs-backend/dbt-schema-extension
9+
10+
11+
12+
13+
614
## [0.33.2](https://github.com/cube-js/cube/compare/v0.33.1...v0.33.2) (2023-05-04)
715

816
**Note:** Version bump only for package @cubejs-backend/dbt-schema-extension

packages/cubejs-dbt-schema-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/dbt-schema-extension",
33
"description": "Cube.js dbt Schema Extension",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.33.2",
5+
"version": "0.33.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@cubejs-backend/linter": "^0.33.0",
35-
"@cubejs-backend/testing": "^0.33.2",
35+
"@cubejs-backend/testing": "^0.33.3",
3636
"@types/generic-pool": "^3.1.9",
3737
"@types/jest": "^26.0.24",
3838
"jest": "^26.6.3",

0 commit comments

Comments
 (0)