Skip to content

Commit

Permalink
v0.31.20
Browse files Browse the repository at this point in the history
  • Loading branch information
buntarb committed Dec 2, 2022
1 parent 745fe5d commit 91ca825
Show file tree
Hide file tree
Showing 36 changed files with 216 additions and 38 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)


### Bug Fixes

* **clickhouse-driver:** Make ClickHouse driver `readOnly` by default ([e6a85d1](https://github.com/cube-js/cube.js/commit/e6a85d1856ee0a7d6b2b4f3e59f6e8edaed609a2)), closes [#5479](https://github.com/cube-js/cube.js/issues/5479)
* **clickhouse-driver:** ParserError("Expected ',' or ')' after column definition, found: (") when Nullable(Float64) is present ([81b2247](https://github.com/cube-js/cube.js/commit/81b224747f1423f263f384546f182b3d47f22a3d))
* **cubesql:** Fix escape symbols in `LIKE` expressions ([5f3cd50](https://github.com/cube-js/cube.js/commit/5f3cd50ea311900adc27ba2b30c72a05a3453a1d))
* **cubestore:** Orphaned replay handles after table drop ([0e4b876](https://github.com/cube-js/cube.js/commit/0e4b876556d8d88e6fb3e4270d6a7852acb0fd00))
* **cubestore:** Sort by seq column to reduce Unexpected sequence increase gap ([b5f06d0](https://github.com/cube-js/cube.js/commit/b5f06d0c10217f6e193e6729adba30e2d9af2b92))
* **oracle-driver:** Make oracle driver `readOnly` by default so pre-aggregations can be used ([5efccba](https://github.com/cube-js/cube.js/commit/5efccbaa8e15d4c85f59f0465bca62a919ace78b))


### Features

* **cubesql:** Support Thoughtspot include filter search ([745fe5d](https://github.com/cube-js/cube.js/commit/745fe5d2806b4c6c9e76d6061aa038892ec7438f))
* **cubesql:** Support ThoughtSpot search filters ([ee0fde4](https://github.com/cube-js/cube.js/commit/ee0fde4798894c619f63cfd87cfc118c7ff1fc78))





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.31.19",
"version": "0.31.20",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-api-gateway/CHANGELOG.md
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.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)

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





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**Note:** Version bump only for package @cubejs-backend/api-gateway
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-api-gateway/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/api-gateway",
"description": "Cube.js API Gateway",
"author": "Cube Dev, Inc.",
"version": "0.31.19",
"version": "0.31.20",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -27,7 +27,7 @@
"dist/src/*"
],
"dependencies": {
"@cubejs-backend/native": "^0.31.18",
"@cubejs-backend/native": "^0.31.20",
"@cubejs-backend/shared": "^0.31.19",
"@hapi/joi": "^15.1.1",
"@ungap/structured-clone": "^0.3.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-backend-native/CHANGELOG.md
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.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)

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





## [0.31.18](https://github.com/cube-js/cube.js/compare/v0.31.17...v0.31.18) (2022-11-28)

**Note:** Version bump only for package @cubejs-backend/native
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-backend-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/native",
"version": "0.31.18",
"version": "0.31.20",
"author": "Cube Dev, Inc.",
"description": "Native module for Cube.js (binding to Rust codebase)",
"main": "dist/js/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "~4.1.5"
},
"dependencies": {
"@cubejs-backend/cubesql": "^0.31.18",
"@cubejs-backend/cubesql": "^0.31.20",
"@mapbox/node-pre-gyp": "^1"
},
"binary": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-cli/CHANGELOG.md
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.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)

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





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**Note:** Version bump only for package cubejs-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-cli/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "cubejs-cli",
"description": "Cube.js Command Line Interface",
"author": "Cube Dev, Inc.",
"version": "0.31.19",
"version": "0.31.20",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.31.0",
"@cubejs-backend/server": "^0.31.19",
"@cubejs-backend/server": "^0.31.20",
"@oclif/command": "^1.8.0",
"@types/cli-progress": "^3.8.0",
"@types/cross-spawn": "^6.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/cubejs-clickhouse-driver/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)


### Bug Fixes

* **clickhouse-driver:** Make ClickHouse driver `readOnly` by default ([e6a85d1](https://github.com/cube-js/cube.js/commit/e6a85d1856ee0a7d6b2b4f3e59f6e8edaed609a2)), closes [#5479](https://github.com/cube-js/cube.js/issues/5479)
* **clickhouse-driver:** ParserError("Expected ',' or ')' after column definition, found: (") when Nullable(Float64) is present ([81b2247](https://github.com/cube-js/cube.js/commit/81b224747f1423f263f384546f182b3d47f22a3d))





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**Note:** Version bump only for package @cubejs-backend/clickhouse-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-clickhouse-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/clickhouse-driver",
"description": "Cube.js ClickHouse database driver",
"author": "Cube Dev, Inc.",
"version": "0.31.19",
"version": "0.31.20",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-cubestore-driver/CHANGELOG.md
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.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)

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





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**Note:** Version bump only for package @cubejs-backend/cubestore-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-cubestore-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/cubestore-driver",
"description": "Cube Store driver",
"author": "Cube Dev, Inc.",
"version": "0.31.19",
"version": "0.31.20",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@cubejs-backend/base-driver": "^0.31.19",
"@cubejs-backend/cubestore": "^0.31.19",
"@cubejs-backend/cubestore": "^0.31.20",
"@cubejs-backend/schema-compiler": "^0.31.19",
"@cubejs-backend/shared": "^0.31.19",
"csv-write-stream": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-dbt-schema-extension/CHANGELOG.md
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.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)

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





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**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
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/dbt-schema-extension",
"description": "Cube.js dbt Schema Extension",
"author": "Cube Dev, Inc.",
"version": "0.31.19",
"version": "0.31.20",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.31.0",
"@cubejs-backend/testing": "^0.31.19",
"@cubejs-backend/testing": "^0.31.20",
"@types/generic-pool": "^3.1.9",
"@types/jest": "^26.0.24",
"jest": "^26.6.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-docker/CHANGELOG.md
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.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)

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





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
14 changes: 7 additions & 7 deletions packages/cubejs-docker/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/docker",
"version": "0.31.19",
"version": "0.31.20",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
Expand All @@ -11,30 +11,30 @@
"dependencies": {
"@cubejs-backend/athena-driver": "^0.31.19",
"@cubejs-backend/bigquery-driver": "^0.31.19",
"@cubejs-backend/clickhouse-driver": "^0.31.19",
"@cubejs-backend/clickhouse-driver": "^0.31.20",
"@cubejs-backend/crate-driver": "^0.31.19",
"@cubejs-backend/databricks-jdbc-driver": "^0.31.19",
"@cubejs-backend/dbt-schema-extension": "^0.31.19",
"@cubejs-backend/dbt-schema-extension": "^0.31.20",
"@cubejs-backend/dremio-driver": "^0.31.19",
"@cubejs-backend/druid-driver": "^0.31.19",
"@cubejs-backend/elasticsearch-driver": "^0.31.19",
"@cubejs-backend/firebolt-driver": "^0.31.19",
"@cubejs-backend/hive-driver": "^0.31.19",
"@cubejs-backend/ksql-driver": "^0.31.19",
"@cubejs-backend/materialize-driver": "^0.31.19",
"@cubejs-backend/materialize-driver": "^0.31.20",
"@cubejs-backend/mongobi-driver": "^0.31.19",
"@cubejs-backend/mssql-driver": "^0.31.19",
"@cubejs-backend/mysql-driver": "^0.31.19",
"@cubejs-backend/oracle-driver": "^0.31.19",
"@cubejs-backend/oracle-driver": "^0.31.20",
"@cubejs-backend/postgres-driver": "^0.31.19",
"@cubejs-backend/prestodb-driver": "^0.31.19",
"@cubejs-backend/questdb-driver": "^0.31.19",
"@cubejs-backend/redshift-driver": "^0.31.19",
"@cubejs-backend/server": "^0.31.19",
"@cubejs-backend/server": "^0.31.20",
"@cubejs-backend/snowflake-driver": "^0.31.19",
"@cubejs-backend/sqlite-driver": "^0.31.19",
"@cubejs-backend/trino-driver": "^0.31.19",
"cubejs-cli": "^0.31.19",
"cubejs-cli": "^0.31.20",
"typescript": "~4.1.5"
},
"resolutions": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-materialize-driver/CHANGELOG.md
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.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)

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





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**Note:** Version bump only for package @cubejs-backend/materialize-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-materialize-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/materialize-driver",
"description": "Cube.js Materialize database driver",
"author": "Cube Dev, Inc.",
"version": "0.31.19",
"version": "0.31.20",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^0.31.0",
"@cubejs-backend/testing": "^0.31.19",
"@cubejs-backend/testing": "^0.31.20",
"typescript": "~4.1.5"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-oracle-driver/CHANGELOG.md
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.

## [0.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)


### Bug Fixes

* **oracle-driver:** Make oracle driver `readOnly` by default so pre-aggregations can be used ([5efccba](https://github.com/cube-js/cube.js/commit/5efccbaa8e15d4c85f59f0465bca62a919ace78b))





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**Note:** Version bump only for package @cubejs-backend/oracle-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-oracle-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/oracle-driver",
"description": "Cube.js oracle database driver",
"author": "Trikoz I.",
"version": "0.31.19",
"version": "0.31.20",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-server-core/CHANGELOG.md
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.31.20](https://github.com/cube-js/cube.js/compare/v0.31.19...v0.31.20) (2022-12-02)

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





## [0.31.19](https://github.com/cube-js/cube.js/compare/v0.31.18...v0.31.19) (2022-11-29)

**Note:** Version bump only for package @cubejs-backend/server-core
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-server-core/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server-core",
"description": "Cube.js base component to wire all backend components together",
"author": "Cube Dev, Inc.",
"version": "0.31.19",
"version": "0.31.20",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"tst": "clear && yarn tsc && jest --runInBand --coverage dist/test/unit/OptsHandler.test.js"
},
"dependencies": {
"@cubejs-backend/api-gateway": "^0.31.19",
"@cubejs-backend/api-gateway": "^0.31.20",
"@cubejs-backend/cloud": "^0.31.19",
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/query-orchestrator": "^0.31.19",
Expand All @@ -57,7 +57,7 @@
"ws": "^7.5.3"
},
"devDependencies": {
"@cubejs-backend/cubestore-driver": "^0.31.19",
"@cubejs-backend/cubestore-driver": "^0.31.20",
"@cubejs-backend/linter": "^0.31.0",
"@cubejs-client/playground": "^0.31.18",
"@types/cross-spawn": "^6.0.2",
Expand Down

0 comments on commit 91ca825

Please sign in to comment.