Skip to content

Commit 534c2b1

Browse files
committed
v0.35.41
1 parent 7f97af4 commit 534c2b1

File tree

10 files changed

+59
-7
lines changed

10 files changed

+59
-7
lines changed

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.35.41](https://github.com/cube-js/cube/compare/v0.35.40...v0.35.41) (2024-05-27)
7+
8+
9+
### Features
10+
11+
* **databricks-driver:** Support HLL feature with export bucket ([#8301](https://github.com/cube-js/cube/issues/8301)) ([7f97af4](https://github.com/cube-js/cube/commit/7f97af42d6a6c0645bd778e94f75d62280ffeba6))
12+
13+
14+
15+
16+
617
## [0.35.40](https://github.com/cube-js/cube/compare/v0.35.39...v0.35.40) (2024-05-24)
718

819

lerna.json

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

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.35.41](https://github.com/cube-js/cube/compare/v0.35.40...v0.35.41) (2024-05-27)
7+
8+
9+
### Features
10+
11+
* **databricks-driver:** Support HLL feature with export bucket ([#8301](https://github.com/cube-js/cube/issues/8301)) ([7f97af4](https://github.com/cube-js/cube/commit/7f97af42d6a6c0645bd778e94f75d62280ffeba6))
12+
13+
14+
15+
16+
617
## [0.35.40](https://github.com/cube-js/cube/compare/v0.35.39...v0.35.40) (2024-05-24)
718

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

packages/cubejs-databricks-jdbc-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/databricks-jdbc-driver",
33
"description": "Cube.js Databricks database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.35.40",
5+
"version": "0.35.41",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

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.35.41](https://github.com/cube-js/cube/compare/v0.35.40...v0.35.41) (2024-05-27)
7+
8+
**Note:** Version bump only for package @cubejs-backend/docker
9+
10+
11+
12+
13+
614
## [0.35.40](https://github.com/cube-js/cube/compare/v0.35.39...v0.35.40) (2024-05-24)
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.35.40",
3+
"version": "0.35.41",
44
"description": "Cube.js In Docker (virtual package)",
55
"author": "Cube Dev, Inc.",
66
"license": "Apache-2.0",
@@ -13,10 +13,10 @@
1313
"@cubejs-backend/bigquery-driver": "^0.35.40",
1414
"@cubejs-backend/clickhouse-driver": "^0.35.40",
1515
"@cubejs-backend/crate-driver": "^0.35.40",
16-
"@cubejs-backend/databricks-jdbc-driver": "^0.35.40",
16+
"@cubejs-backend/databricks-jdbc-driver": "^0.35.41",
1717
"@cubejs-backend/dbt-schema-extension": "^0.35.40",
1818
"@cubejs-backend/dremio-driver": "^0.35.40",
19-
"@cubejs-backend/druid-driver": "^0.35.40",
19+
"@cubejs-backend/druid-driver": "^0.35.41",
2020
"@cubejs-backend/duckdb-driver": "^0.35.40",
2121
"@cubejs-backend/elasticsearch-driver": "^0.35.33",
2222
"@cubejs-backend/firebolt-driver": "^0.35.40",

packages/cubejs-druid-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.35.41](https://github.com/cube-js/cube/compare/v0.35.40...v0.35.41) (2024-05-27)
7+
8+
9+
### Features
10+
11+
* **databricks-driver:** Support HLL feature with export bucket ([#8301](https://github.com/cube-js/cube/issues/8301)) ([7f97af4](https://github.com/cube-js/cube/commit/7f97af42d6a6c0645bd778e94f75d62280ffeba6))
12+
13+
14+
15+
16+
617
## [0.35.40](https://github.com/cube-js/cube/compare/v0.35.39...v0.35.40) (2024-05-24)
718

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

packages/cubejs-druid-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/druid-driver",
33
"description": "Cube.js Druid database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.35.40",
5+
"version": "0.35.41",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

packages/cubejs-testing-drivers/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.35.41](https://github.com/cube-js/cube/compare/v0.35.40...v0.35.41) (2024-05-27)
7+
8+
9+
### Features
10+
11+
* **databricks-driver:** Support HLL feature with export bucket ([#8301](https://github.com/cube-js/cube/issues/8301)) ([7f97af4](https://github.com/cube-js/cube/commit/7f97af42d6a6c0645bd778e94f75d62280ffeba6))
12+
13+
14+
15+
16+
617
## [0.35.40](https://github.com/cube-js/cube/compare/v0.35.39...v0.35.40) (2024-05-24)
718

819
**Note:** Version bump only for package @cubejs-backend/testing-drivers

packages/cubejs-testing-drivers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-backend/testing-drivers",
3-
"version": "0.35.40",
3+
"version": "0.35.41",
44
"description": "Cube.js drivers test suite",
55
"author": "Cube Dev, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)