Skip to content

Commit

Permalink
v1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 9, 2025
1 parent bf332ef commit 7e66334
Show file tree
Hide file tree
Showing 58 changed files with 344 additions and 95 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)


### Bug Fixes

* **clickhouse-driver:** Support overriding Username & Password from Driver Config ([#9085](https://github.com/cube-js/cube/issues/9085)) ([c5aa6cc](https://github.com/cube-js/cube/commit/c5aa6cc4aca0c22dacd24253fe116f8619f96601))
* **cubejs-cli:** Fix content type and body after switching from request to node-fetch ([#9088](https://github.com/cube-js/cube/issues/9088)) ([bf332ef](https://github.com/cube-js/cube/commit/bf332ef6761e8354115cc485d7d762abc9268181))
* **schema-compiler:** Handle member expressions in keyDimensions ([#9083](https://github.com/cube-js/cube/issues/9083)) ([056a1d8](https://github.com/cube-js/cube/commit/056a1d88b4fd8055575dbb07967bc64b7065ce86))





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)


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.1.12",
"version": "1.1.13",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-athena-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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)

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





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)

**Note:** Version bump only for package @cubejs-backend/athena-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-athena-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/athena-driver",
"description": "Cube.js Athena database driver",
"author": "Cube Dev, Inc.",
"version": "1.1.12",
"version": "1.1.13",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^1.0.0",
"@cubejs-backend/testing-shared": "1.1.12",
"@cubejs-backend/testing-shared": "1.1.13",
"@types/ramda": "^0.27.40",
"typescript": "~5.2.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-backend-cloud/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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)


### Bug Fixes

* **cubejs-cli:** Fix content type and body after switching from request to node-fetch ([#9088](https://github.com/cube-js/cube/issues/9088)) ([bf332ef](https://github.com/cube-js/cube/commit/bf332ef6761e8354115cc485d7d762abc9268181))





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)

**Note:** Version bump only for package @cubejs-backend/cloud
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-backend-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/cloud",
"version": "1.1.12",
"version": "1.1.13",
"description": "Cube Cloud package",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-bigquery-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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)

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





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)

**Note:** Version bump only for package @cubejs-backend/bigquery-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-bigquery-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/bigquery-driver",
"description": "Cube.js BigQuery database driver",
"author": "Cube Dev, Inc.",
"version": "1.1.12",
"version": "1.1.13",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"ramda": "^0.27.2"
},
"devDependencies": {
"@cubejs-backend/testing-shared": "1.1.12",
"@cubejs-backend/testing-shared": "1.1.13",
"@types/big.js": "^6.2.2",
"@types/dedent": "^0.7.0",
"@types/jest": "^27",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-cli/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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)


### Bug Fixes

* **cubejs-cli:** Fix content type and body after switching from request to node-fetch ([#9088](https://github.com/cube-js/cube/issues/9088)) ([bf332ef](https://github.com/cube-js/cube/commit/bf332ef6761e8354115cc485d7d762abc9268181))





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)

**Note:** Version bump only for package cubejs-cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cubejs-cli",
"description": "Cube.js Command Line Interface",
"author": "Cube Dev, Inc.",
"version": "1.1.12",
"version": "1.1.13",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/schema-compiler": "1.1.12",
"@cubejs-backend/schema-compiler": "1.1.13",
"@cubejs-backend/shared": "1.1.12",
"chalk": "^2.4.2",
"cli-progress": "^3.10",
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^1.0.0",
"@cubejs-backend/server": "1.1.12",
"@cubejs-backend/server": "1.1.13",
"@oclif/command": "^1.8.0",
"@types/cli-progress": "^3.8.0",
"@types/cross-spawn": "^6.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-clickhouse-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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)


### Bug Fixes

* **clickhouse-driver:** Support overriding Username & Password from Driver Config ([#9085](https://github.com/cube-js/cube/issues/9085)) ([c5aa6cc](https://github.com/cube-js/cube/commit/c5aa6cc4aca0c22dacd24253fe116f8619f96601))





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)

**Note:** Version bump only for package @cubejs-backend/clickhouse-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-clickhouse-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/clickhouse-driver",
"description": "Cube.js ClickHouse database driver",
"author": "Cube Dev, Inc.",
"version": "1.1.12",
"version": "1.1.13",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^1.0.0",
"@cubejs-backend/testing-shared": "1.1.12",
"@cubejs-backend/testing-shared": "1.1.13",
"@types/jest": "^27",
"jest": "27",
"typescript": "~5.2.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-crate-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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)

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





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)

**Note:** Version bump only for package @cubejs-backend/crate-driver
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-crate-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/crate-driver",
"description": "Cube.js Crate database driver",
"author": "Cube Dev, Inc.",
"version": "1.1.12",
"version": "1.1.13",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -28,14 +28,14 @@
"lint:fix": "eslint --fix src/* --ext .ts"
},
"dependencies": {
"@cubejs-backend/postgres-driver": "1.1.12",
"@cubejs-backend/postgres-driver": "1.1.13",
"@cubejs-backend/shared": "1.1.12",
"pg": "^8.7.1"
},
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^1.0.0",
"@cubejs-backend/testing-shared": "1.1.12",
"@cubejs-backend/testing-shared": "1.1.13",
"testcontainers": "^10.10.4",
"typescript": "~5.2.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-databricks-jdbc-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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)

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





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)

**Note:** Version bump only for package @cubejs-backend/databricks-jdbc-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-databricks-jdbc-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/databricks-jdbc-driver",
"description": "Cube.js Databricks database driver",
"author": "Cube Dev, Inc.",
"version": "1.1.12",
"version": "1.1.13",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@cubejs-backend/base-driver": "1.1.12",
"@cubejs-backend/jdbc-driver": "1.1.12",
"@cubejs-backend/schema-compiler": "1.1.12",
"@cubejs-backend/schema-compiler": "1.1.13",
"@cubejs-backend/shared": "1.1.12",
"node-fetch": "^2.6.1",
"ramda": "^0.27.2",
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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)

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





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)

**Note:** Version bump only for package @cubejs-backend/dbt-schema-extension
Expand Down
6 changes: 3 additions & 3 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.1.12",
"version": "1.1.13",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -25,14 +25,14 @@
"lint:fix": "eslint --fix src/* --ext .ts,.js"
},
"dependencies": {
"@cubejs-backend/schema-compiler": "1.1.12",
"@cubejs-backend/schema-compiler": "1.1.13",
"fs-extra": "^9.1.0",
"inflection": "^1.12.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@cubejs-backend/linter": "^1.0.0",
"@cubejs-backend/testing": "1.1.12",
"@cubejs-backend/testing": "1.1.13",
"@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.1.13](https://github.com/cube-js/cube/compare/v1.1.12...v1.1.13) (2025-01-09)

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





## [1.1.12](https://github.com/cube-js/cube/compare/v1.1.11...v1.1.12) (2025-01-09)


Expand Down
44 changes: 22 additions & 22 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.1.12",
"version": "1.1.13",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
Expand All @@ -9,35 +9,35 @@
"node": "^14.0.0 || ^16.0.0 || >=17.0.0"
},
"dependencies": {
"@cubejs-backend/athena-driver": "1.1.12",
"@cubejs-backend/bigquery-driver": "1.1.12",
"@cubejs-backend/clickhouse-driver": "1.1.12",
"@cubejs-backend/crate-driver": "1.1.12",
"@cubejs-backend/databricks-jdbc-driver": "1.1.12",
"@cubejs-backend/dbt-schema-extension": "1.1.12",
"@cubejs-backend/dremio-driver": "1.1.12",
"@cubejs-backend/druid-driver": "1.1.12",
"@cubejs-backend/duckdb-driver": "1.1.12",
"@cubejs-backend/athena-driver": "1.1.13",
"@cubejs-backend/bigquery-driver": "1.1.13",
"@cubejs-backend/clickhouse-driver": "1.1.13",
"@cubejs-backend/crate-driver": "1.1.13",
"@cubejs-backend/databricks-jdbc-driver": "1.1.13",
"@cubejs-backend/dbt-schema-extension": "1.1.13",
"@cubejs-backend/dremio-driver": "1.1.13",
"@cubejs-backend/druid-driver": "1.1.13",
"@cubejs-backend/duckdb-driver": "1.1.13",
"@cubejs-backend/elasticsearch-driver": "1.1.12",
"@cubejs-backend/firebolt-driver": "1.1.12",
"@cubejs-backend/firebolt-driver": "1.1.13",
"@cubejs-backend/hive-driver": "1.1.12",
"@cubejs-backend/ksql-driver": "1.1.12",
"@cubejs-backend/materialize-driver": "1.1.12",
"@cubejs-backend/ksql-driver": "1.1.13",
"@cubejs-backend/materialize-driver": "1.1.13",
"@cubejs-backend/mongobi-driver": "1.1.12",
"@cubejs-backend/mssql-driver": "1.1.12",
"@cubejs-backend/mysql-driver": "1.1.12",
"@cubejs-backend/mysql-driver": "1.1.13",
"@cubejs-backend/oracle-driver": "1.1.12",
"@cubejs-backend/pinot-driver": "1.1.12",
"@cubejs-backend/postgres-driver": "1.1.12",
"@cubejs-backend/pinot-driver": "1.1.13",
"@cubejs-backend/postgres-driver": "1.1.13",
"@cubejs-backend/prestodb-driver": "1.1.12",
"@cubejs-backend/questdb-driver": "1.1.12",
"@cubejs-backend/redshift-driver": "1.1.12",
"@cubejs-backend/server": "1.1.12",
"@cubejs-backend/questdb-driver": "1.1.13",
"@cubejs-backend/redshift-driver": "1.1.13",
"@cubejs-backend/server": "1.1.13",
"@cubejs-backend/snowflake-driver": "1.1.12",
"@cubejs-backend/sqlite-driver": "1.1.12",
"@cubejs-backend/trino-driver": "1.1.12",
"@cubejs-backend/vertica-driver": "1.1.12",
"cubejs-cli": "1.1.12",
"@cubejs-backend/trino-driver": "1.1.13",
"@cubejs-backend/vertica-driver": "1.1.13",
"cubejs-cli": "1.1.13",
"typescript": "~5.2.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 7e66334

Please sign in to comment.