Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Dec 8, 2024
1 parent e722782 commit 9aa048d
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/cube-js/cube/compare/v1.0.6...v1.0.7) (2024-12-08)


### Bug Fixes

* **ksql-driver:** Select queries for ksql allowed only from Cube Store. In order to query ksql create pre-aggregation first if Kafka download isn't enabled ([8af60fe](https://github.com/cube-js/cube/commit/8af60fee19114f5a6b2a9a615035062ee99774cb))





## [1.0.6](https://github.com/cube-js/cube/compare/v1.0.5...v1.0.6) (2024-12-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.6",
"version": "1.0.7",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-dbt-schema-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/cube-js/cube/compare/v1.0.6...v1.0.7) (2024-12-08)

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





## [1.0.6](https://github.com/cube-js/cube/compare/v1.0.5...v1.0.6) (2024-12-07)

**Note:** Version bump only for package @cubejs-backend/dbt-schema-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-dbt-schema-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/dbt-schema-extension",
"description": "Cube.js dbt Schema Extension",
"author": "Cube Dev, Inc.",
"version": "1.0.6",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^1.0.0",
"@cubejs-backend/testing": "1.0.6",
"@cubejs-backend/testing": "1.0.7",
"@types/generic-pool": "^3.1.9",
"@types/jest": "^27",
"jest": "^27",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/cube-js/cube/compare/v1.0.6...v1.0.7) (2024-12-08)

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





## [1.0.6](https://github.com/cube-js/cube/compare/v1.0.5...v1.0.6) (2024-12-07)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
8 changes: 4 additions & 4 deletions packages/cubejs-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/docker",
"version": "1.0.6",
"version": "1.0.7",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
Expand All @@ -14,15 +14,15 @@
"@cubejs-backend/clickhouse-driver": "1.0.6",
"@cubejs-backend/crate-driver": "1.0.6",
"@cubejs-backend/databricks-jdbc-driver": "1.0.6",
"@cubejs-backend/dbt-schema-extension": "1.0.6",
"@cubejs-backend/dbt-schema-extension": "1.0.7",
"@cubejs-backend/dremio-driver": "1.0.6",
"@cubejs-backend/druid-driver": "1.0.6",
"@cubejs-backend/duckdb-driver": "1.0.6",
"@cubejs-backend/elasticsearch-driver": "1.0.6",
"@cubejs-backend/firebolt-driver": "1.0.6",
"@cubejs-backend/hive-driver": "1.0.6",
"@cubejs-backend/ksql-driver": "1.0.6",
"@cubejs-backend/materialize-driver": "1.0.6",
"@cubejs-backend/ksql-driver": "1.0.7",
"@cubejs-backend/materialize-driver": "1.0.7",
"@cubejs-backend/mongobi-driver": "1.0.6",
"@cubejs-backend/mssql-driver": "1.0.6",
"@cubejs-backend/mysql-driver": "1.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-ksql-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/cube-js/cube/compare/v1.0.6...v1.0.7) (2024-12-08)


### Bug Fixes

* **ksql-driver:** Select queries for ksql allowed only from Cube Store. In order to query ksql create pre-aggregation first if Kafka download isn't enabled ([8af60fe](https://github.com/cube-js/cube/commit/8af60fee19114f5a6b2a9a615035062ee99774cb))





## [1.0.6](https://github.com/cube-js/cube/compare/v1.0.5...v1.0.6) (2024-12-07)

**Note:** Version bump only for package @cubejs-backend/ksql-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-ksql-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/ksql-driver",
"description": "Cube.js ksql database driver",
"author": "Cube Dev, Inc.",
"version": "1.0.6",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-materialize-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/cube-js/cube/compare/v1.0.6...v1.0.7) (2024-12-08)

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





## [1.0.6](https://github.com/cube-js/cube/compare/v1.0.5...v1.0.6) (2024-12-07)

**Note:** Version bump only for package @cubejs-backend/materialize-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-materialize-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/materialize-driver",
"description": "Cube.js Materialize database driver",
"author": "Cube Dev, Inc.",
"version": "1.0.6",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^1.0.0",
"@cubejs-backend/testing": "1.0.6",
"@cubejs-backend/testing": "1.0.7",
"typescript": "~5.2.2"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/cube-js/cube/compare/v1.0.6...v1.0.7) (2024-12-08)

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





## [1.0.6](https://github.com/cube-js/cube/compare/v1.0.5...v1.0.6) (2024-12-07)

**Note:** Version bump only for package @cubejs-backend/testing
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/testing",
"version": "1.0.6",
"version": "1.0.7",
"description": "Cube.js e2e tests",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"dependencies": {
"@cubejs-backend/cubestore-driver": "1.0.6",
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/ksql-driver": "1.0.6",
"@cubejs-backend/ksql-driver": "1.0.7",
"@cubejs-backend/postgres-driver": "1.0.6",
"@cubejs-backend/query-orchestrator": "1.0.6",
"@cubejs-backend/schema-compiler": "1.0.6",
Expand Down

0 comments on commit 9aa048d

Please sign in to comment.