Skip to content

Commit 31b5596

Browse files
committed
v0.33.1
1 parent 20651a9 commit 31b5596

File tree

8 files changed

+48
-6
lines changed

8 files changed

+48
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1](https://github.com/cube-js/cube/compare/v0.33.0...v0.33.1) (2023-05-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **firebolt-driver:** Automatically cast boolean parameters ([#6531](https://github.com/cube-js/cube/issues/6531)) ([90136dc](https://github.com/cube-js/cube/commit/90136dc565653a65a6682591206f4cea98b6bd97))
12+
* **snowflake-driver:** Revert read-only mode until useOriginalSqlPreAggregations flow is fixed for read only ([#6532](https://github.com/cube-js/cube/issues/6532)) ([20651a9](https://github.com/cube-js/cube/commit/20651a94f2b4e9919e2b5e7761bb725ca07efc54))
13+
14+
15+
16+
17+
618
# [0.33.0](https://github.com/cube-js/cube/compare/v0.32.31...v0.33.0) (2023-05-02)
719

820
**Note:** Version bump only for package cubejs

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.0",
2+
"version": "0.33.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/cubejs-docker/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.1](https://github.com/cube-js/cube.js/compare/v0.33.0...v0.33.1) (2023-05-03)
7+
8+
**Note:** Version bump only for package @cubejs-backend/docker
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/cube-js/cube.js/compare/v0.32.31...v0.33.0) (2023-05-02)
715

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

packages/cubejs-docker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-backend/docker",
3-
"version": "0.33.0",
3+
"version": "0.33.1",
44
"description": "Cube.js In Docker (virtual package)",
55
"author": "Cube Dev, Inc.",
66
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
"@cubejs-backend/dremio-driver": "^0.33.0",
1919
"@cubejs-backend/druid-driver": "^0.33.0",
2020
"@cubejs-backend/elasticsearch-driver": "^0.33.0",
21-
"@cubejs-backend/firebolt-driver": "^0.33.0",
21+
"@cubejs-backend/firebolt-driver": "^0.33.1",
2222
"@cubejs-backend/hive-driver": "^0.33.0",
2323
"@cubejs-backend/ksql-driver": "^0.33.0",
2424
"@cubejs-backend/materialize-driver": "^0.33.0",
@@ -31,7 +31,7 @@
3131
"@cubejs-backend/questdb-driver": "^0.33.0",
3232
"@cubejs-backend/redshift-driver": "^0.33.0",
3333
"@cubejs-backend/server": "^0.33.0",
34-
"@cubejs-backend/snowflake-driver": "^0.33.0",
34+
"@cubejs-backend/snowflake-driver": "^0.33.1",
3535
"@cubejs-backend/sqlite-driver": "^0.33.0",
3636
"@cubejs-backend/trino-driver": "^0.33.0",
3737
"cubejs-cli": "^0.33.0",

packages/cubejs-firebolt-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.1](https://github.com/cube-js/cube/compare/v0.33.0...v0.33.1) (2023-05-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **firebolt-driver:** Automatically cast boolean parameters ([#6531](https://github.com/cube-js/cube/issues/6531)) ([90136dc](https://github.com/cube-js/cube/commit/90136dc565653a65a6682591206f4cea98b6bd97))
12+
13+
14+
15+
16+
617
# [0.33.0](https://github.com/cube-js/cube/compare/v0.32.31...v0.33.0) (2023-05-02)
718

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

packages/cubejs-firebolt-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/firebolt-driver",
33
"description": "Cube.js Firebolt database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.33.0",
5+
"version": "0.33.1",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",

packages/cubejs-snowflake-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.1](https://github.com/cube-js/cube/compare/v0.33.0...v0.33.1) (2023-05-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **snowflake-driver:** Revert read-only mode until useOriginalSqlPreAggregations flow is fixed for read only ([#6532](https://github.com/cube-js/cube/issues/6532)) ([20651a9](https://github.com/cube-js/cube/commit/20651a94f2b4e9919e2b5e7761bb725ca07efc54))
12+
13+
14+
15+
16+
617
# [0.33.0](https://github.com/cube-js/cube/compare/v0.32.31...v0.33.0) (2023-05-02)
718

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

packages/cubejs-snowflake-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/snowflake-driver",
33
"description": "Cube.js Snowflake database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.33.0",
5+
"version": "0.33.1",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",

0 commit comments

Comments
 (0)