Skip to content

Commit

Permalink
v0.35.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Apr 16, 2024
1 parent 7a8ddf0 commit 2bf338c
Show file tree
Hide file tree
Showing 58 changed files with 350 additions and 96 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)


### Bug Fixes

* **cubestore:** Fix wrong optimization in total count queries ([#7964](https://github.com/cube-js/cube/issues/7964)) ([7a8ddf0](https://github.com/cube-js/cube/commit/7a8ddf056a075c9224657d1497e2679502acc515))
* ungrouped not getting applied for MSSQL ([#7997](https://github.com/cube-js/cube/issues/7997)) Thanks @UsmanYasin ! ([3fac97c](https://github.com/cube-js/cube/commit/3fac97cc4c72dc78b8016014cfa536f54c1be9d8))


### Features

* **cubestore:** Upgrade rust-s3 0.26.3 -> 0.32.3 ([#6019](https://github.com/cube-js/cube/issues/6019)) ([4b8d4d3](https://github.com/cube-js/cube/commit/4b8d4d3c3445dcd817945e3a71a70d0084644d4c))
* **cubestore:** Use S3 client in async way ([#8158](https://github.com/cube-js/cube/issues/8158)) ([7f286fe](https://github.com/cube-js/cube/commit/7f286fee90897048f8a2735a2a9e171d40e47da4))





## [0.35.16](https://github.com/cube-js/cube/compare/v0.35.15...v0.35.16) (2024-04-16)


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": "0.35.16",
"version": "0.35.17",
"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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

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





## [0.35.16](https://github.com/cube-js/cube/compare/v0.35.15...v0.35.16) (2024-04-16)

**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": "0.35.16",
"version": "0.35.17",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.35.0",
"@cubejs-backend/testing-shared": "^0.35.16",
"@cubejs-backend/testing-shared": "^0.35.17",
"@types/ramda": "^0.27.40",
"typescript": "~5.2.2"
},
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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

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





## [0.35.16](https://github.com/cube-js/cube/compare/v0.35.15...v0.35.16) (2024-04-16)

**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": "0.35.16",
"version": "0.35.17",
"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": "^0.35.16",
"@cubejs-backend/testing-shared": "^0.35.17",
"@types/dedent": "^0.7.0",
"@types/ramda": "^0.27.40",
"typescript": "~5.2.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-cli/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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

**Note:** Version bump only for package cubejs-cli





## [0.35.16](https://github.com/cube-js/cube/compare/v0.35.15...v0.35.16) (2024-04-16)

**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": "0.35.16",
"version": "0.35.17",
"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": "^0.35.16",
"@cubejs-backend/schema-compiler": "^0.35.17",
"@cubejs-backend/shared": "^0.35.2",
"chalk": "^2.4.2",
"cli-progress": "^3.10",
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.35.0",
"@cubejs-backend/server": "^0.35.16",
"@cubejs-backend/server": "^0.35.17",
"@oclif/command": "^1.8.0",
"@types/cli-progress": "^3.8.0",
"@types/cross-spawn": "^6.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-clickhouse-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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

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





## [0.35.16](https://github.com/cube-js/cube/compare/v0.35.15...v0.35.16) (2024-04-16)

**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": "0.35.16",
"version": "0.35.17",
"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": "^0.35.0",
"@cubejs-backend/testing-shared": "^0.35.16",
"@cubejs-backend/testing-shared": "^0.35.17",
"@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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

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





## [0.35.16](https://github.com/cube-js/cube/compare/v0.35.15...v0.35.16) (2024-04-16)

**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": "0.35.16",
"version": "0.35.17",
"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": "^0.35.16",
"@cubejs-backend/postgres-driver": "^0.35.17",
"@cubejs-backend/shared": "^0.35.2",
"pg": "^8.7.1"
},
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^0.35.0",
"@cubejs-backend/testing-shared": "^0.35.16",
"@cubejs-backend/testing-shared": "^0.35.17",
"testcontainers": "^8.12",
"typescript": "~5.2.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-cubestore-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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

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





## [0.35.11](https://github.com/cube-js/cube/compare/v0.35.10...v0.35.11) (2024-04-11)

**Note:** Version bump only for package @cubejs-backend/cubestore-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-cubestore-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/cubestore-driver",
"description": "Cube Store driver",
"author": "Cube Dev, Inc.",
"version": "0.35.11",
"version": "0.35.17",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@cubejs-backend/base-driver": "^0.35.2",
"@cubejs-backend/cubestore": "^0.35.11",
"@cubejs-backend/cubestore": "^0.35.17",
"@cubejs-backend/shared": "^0.35.2",
"csv-write-stream": "^2.0.0",
"flatbuffers": "23.3.3",
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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

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





## [0.35.16](https://github.com/cube-js/cube/compare/v0.35.15...v0.35.16) (2024-04-16)

**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": "0.35.16",
"version": "0.35.17",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@azure/storage-blob": "^12.9.0",
"@cubejs-backend/base-driver": "^0.35.2",
"@cubejs-backend/jdbc-driver": "^0.35.2",
"@cubejs-backend/schema-compiler": "^0.35.16",
"@cubejs-backend/schema-compiler": "^0.35.17",
"@cubejs-backend/shared": "^0.35.2",
"inquirer": "^8.0.0",
"node-fetch": "^2.6.1",
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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

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





## [0.35.16](https://github.com/cube-js/cube/compare/v0.35.15...v0.35.16) (2024-04-16)

**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": "0.35.16",
"version": "0.35.17",
"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": "^0.35.16",
"@cubejs-backend/schema-compiler": "^0.35.17",
"fs-extra": "^9.1.0",
"inflection": "^1.12.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@cubejs-backend/linter": "^0.35.0",
"@cubejs-backend/testing": "^0.35.16",
"@cubejs-backend/testing": "^0.35.17",
"@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.

## [0.35.17](https://github.com/cube-js/cube/compare/v0.35.16...v0.35.17) (2024-04-16)

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





## [0.35.16](https://github.com/cube-js/cube.js/compare/v0.35.15...v0.35.16) (2024-04-16)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
40 changes: 20 additions & 20 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": "0.35.16",
"version": "0.35.17",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
Expand All @@ -9,33 +9,33 @@
"node": "^14.0.0 || ^16.0.0 || >=17.0.0"
},
"dependencies": {
"@cubejs-backend/athena-driver": "^0.35.16",
"@cubejs-backend/bigquery-driver": "^0.35.16",
"@cubejs-backend/clickhouse-driver": "^0.35.16",
"@cubejs-backend/crate-driver": "^0.35.16",
"@cubejs-backend/databricks-jdbc-driver": "^0.35.16",
"@cubejs-backend/dbt-schema-extension": "^0.35.16",
"@cubejs-backend/dremio-driver": "^0.35.16",
"@cubejs-backend/druid-driver": "^0.35.16",
"@cubejs-backend/duckdb-driver": "^0.35.16",
"@cubejs-backend/athena-driver": "^0.35.17",
"@cubejs-backend/bigquery-driver": "^0.35.17",
"@cubejs-backend/clickhouse-driver": "^0.35.17",
"@cubejs-backend/crate-driver": "^0.35.17",
"@cubejs-backend/databricks-jdbc-driver": "^0.35.17",
"@cubejs-backend/dbt-schema-extension": "^0.35.17",
"@cubejs-backend/dremio-driver": "^0.35.17",
"@cubejs-backend/druid-driver": "^0.35.17",
"@cubejs-backend/duckdb-driver": "^0.35.17",
"@cubejs-backend/elasticsearch-driver": "^0.35.2",
"@cubejs-backend/firebolt-driver": "^0.35.16",
"@cubejs-backend/firebolt-driver": "^0.35.17",
"@cubejs-backend/hive-driver": "^0.35.2",
"@cubejs-backend/ksql-driver": "^0.35.16",
"@cubejs-backend/materialize-driver": "^0.35.16",
"@cubejs-backend/ksql-driver": "^0.35.17",
"@cubejs-backend/materialize-driver": "^0.35.17",
"@cubejs-backend/mongobi-driver": "^0.35.2",
"@cubejs-backend/mssql-driver": "^0.35.2",
"@cubejs-backend/mysql-driver": "^0.35.16",
"@cubejs-backend/mysql-driver": "^0.35.17",
"@cubejs-backend/oracle-driver": "^0.35.2",
"@cubejs-backend/postgres-driver": "^0.35.16",
"@cubejs-backend/postgres-driver": "^0.35.17",
"@cubejs-backend/prestodb-driver": "^0.35.2",
"@cubejs-backend/questdb-driver": "^0.35.16",
"@cubejs-backend/redshift-driver": "^0.35.16",
"@cubejs-backend/server": "^0.35.16",
"@cubejs-backend/questdb-driver": "^0.35.17",
"@cubejs-backend/redshift-driver": "^0.35.17",
"@cubejs-backend/server": "^0.35.17",
"@cubejs-backend/snowflake-driver": "^0.35.12",
"@cubejs-backend/sqlite-driver": "^0.35.2",
"@cubejs-backend/trino-driver": "^0.35.16",
"cubejs-cli": "^0.35.16",
"@cubejs-backend/trino-driver": "^0.35.17",
"cubejs-cli": "^0.35.17",
"typescript": "~5.2.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 2bf338c

Please sign in to comment.