Skip to content

Commit

Permalink
v0.30.72
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Sep 18, 2022
1 parent 6fd5ee4 commit b58e0c6
Show file tree
Hide file tree
Showing 86 changed files with 515 additions and 137 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.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)


### Bug Fixes

* **cubestore:** Immediately restart stale streaming jobs to avoid processing gaps for sparse streams ([60075af](https://github.com/cube-js/cube.js/commit/60075af851050b5b21b12881d553e318527e4ce7))


### Features

* Introduce `rollupLambda` rollup type ([#5315](https://github.com/cube-js/cube.js/issues/5315)) ([6fd5ee4](https://github.com/cube-js/cube.js/commit/6fd5ee4ed3a7fe98f55ce2f3dc900be1f089e590))
* strategy without creating temp table ([#5299](https://github.com/cube-js/cube.js/issues/5299)) ([8e8f500](https://github.com/cube-js/cube.js/commit/8e8f500216e85676a971b62b57c5af0e48c6a9f9))
* **cubesql:** starts_with, ends_with, LOWER(?column) = ?literal ([#5310](https://github.com/cube-js/cube.js/issues/5310)) ([321b74f](https://github.com/cube-js/cube.js/commit/321b74f03cc5e929ca18c69d15a0734cfa6613f6))





## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-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.30.71",
"version": "0.30.72",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-api-gateway/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.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)

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





## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)

**Note:** Version bump only for package @cubejs-backend/api-gateway
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/api-gateway",
"description": "Cube.js API Gateway",
"author": "Cube Dev, Inc.",
"version": "0.30.71",
"version": "0.30.72",
"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.30.71",
"@cubejs-backend/native": "^0.30.72",
"@cubejs-backend/shared": "^0.30.69",
"@hapi/joi": "^15.1.1",
"@ungap/structured-clone": "^0.3.4",
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.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)

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





## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)

**Note:** Version bump only for package @cubejs-backend/athena-driver
Expand Down
6 changes: 3 additions & 3 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.30.70",
"version": "0.30.72",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down Expand Up @@ -31,13 +31,13 @@
"@aws-sdk/client-athena": "^3.22.0",
"@aws-sdk/client-s3": "^3.49.0",
"@aws-sdk/s3-request-presigner": "^3.49.0",
"@cubejs-backend/base-driver": "^0.30.70",
"@cubejs-backend/base-driver": "^0.30.72",
"@cubejs-backend/shared": "^0.30.69",
"sqlstring": "^2.3.1"
},
"devDependencies": {
"@cubejs-backend/linter": "^0.30.0",
"@cubejs-backend/testing-shared": "^0.30.70",
"@cubejs-backend/testing-shared": "^0.30.72",
"@types/ramda": "^0.27.40",
"typescript": "~4.1.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-backend-native/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.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)

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





## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)

**Note:** Version bump only for package @cubejs-backend/native
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-backend-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/native",
"version": "0.30.71",
"version": "0.30.72",
"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.30.71",
"@cubejs-backend/cubesql": "^0.30.72",
"@mapbox/node-pre-gyp": "^1"
},
"binary": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-base-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.

## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)


### Features

* strategy without creating temp table ([#5299](https://github.com/cube-js/cube.js/issues/5299)) ([8e8f500](https://github.com/cube-js/cube.js/commit/8e8f500216e85676a971b62b57c5af0e48c6a9f9))





## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)

**Note:** Version bump only for package @cubejs-backend/base-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-base-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/base-driver",
"description": "Cube.js Base Driver",
"author": "Cube Dev, Inc.",
"version": "0.30.70",
"version": "0.30.72",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
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.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)

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





## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)

**Note:** Version bump only for package @cubejs-backend/bigquery-driver
Expand Down
6 changes: 3 additions & 3 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.30.70",
"version": "0.30.72",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -28,15 +28,15 @@
"main": "index.js",
"types": "dist/src/index.d.ts",
"dependencies": {
"@cubejs-backend/base-driver": "^0.30.70",
"@cubejs-backend/base-driver": "^0.30.72",
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/shared": "^0.30.69",
"@google-cloud/bigquery": "^5.6.0",
"@google-cloud/storage": "^5.7.2",
"ramda": "^0.27.2"
},
"devDependencies": {
"@cubejs-backend/testing-shared": "^0.30.70",
"@cubejs-backend/testing-shared": "^0.30.72",
"@types/dedent": "^0.7.0",
"@types/ramda": "^0.27.40",
"typescript": "~4.1.5"
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.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)

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





## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)

**Note:** Version bump only for package cubejs-cli
Expand Down
4 changes: 2 additions & 2 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.30.71",
"version": "0.30.72",
"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.30.0",
"@cubejs-backend/server": "^0.30.71",
"@cubejs-backend/server": "^0.30.72",
"@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.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)

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





## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)

**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.30.70",
"version": "0.30.72",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@apla/clickhouse": "^1.5.5",
"@cubejs-backend/base-driver": "^0.30.70",
"@cubejs-backend/base-driver": "^0.30.72",
"@cubejs-backend/shared": "^0.30.69",
"generic-pool": "^3.6.0",
"sqlstring": "^2.3.1",
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.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)

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





## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)

**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.30.70",
"version": "0.30.72",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -28,14 +28,14 @@
"lint:fix": "eslint --fix src/* --ext .ts"
},
"dependencies": {
"@cubejs-backend/postgres-driver": "^0.30.70",
"@cubejs-backend/postgres-driver": "^0.30.72",
"@cubejs-backend/shared": "^0.30.69",
"pg": "^8.7.1"
},
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^0.30.0",
"@cubejs-backend/testing-shared": "^0.30.70",
"@cubejs-backend/testing-shared": "^0.30.72",
"testcontainers": "^8.12",
"typescript": "~4.1.5"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-cubestore-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.

## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)


### Features

* strategy without creating temp table ([#5299](https://github.com/cube-js/cube.js/issues/5299)) ([8e8f500](https://github.com/cube-js/cube.js/commit/8e8f500216e85676a971b62b57c5af0e48c6a9f9))





## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)

**Note:** Version bump only for package @cubejs-backend/cubestore-driver
Expand Down
10 changes: 5 additions & 5 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.30.71",
"version": "0.30.72",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -29,9 +29,9 @@
"integration:cubestore": "jest"
},
"dependencies": {
"@cubejs-backend/base-driver": "^0.30.70",
"@cubejs-backend/cubestore": "^0.30.71",
"@cubejs-backend/schema-compiler": "^0.30.70",
"@cubejs-backend/base-driver": "^0.30.72",
"@cubejs-backend/cubestore": "^0.30.72",
"@cubejs-backend/schema-compiler": "^0.30.72",
"@cubejs-backend/shared": "^0.30.69",
"csv-write-stream": "^2.0.0",
"flatbuffers": "^1.12.0",
Expand All @@ -46,7 +46,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.30.0",
"@cubejs-backend/testing-shared": "^0.30.70",
"@cubejs-backend/testing-shared": "^0.30.72",
"@types/flatbuffers": "^1.10.0",
"@types/generic-pool": "^3.1.9",
"@types/mysql": "^2.15.17",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)


### Features

* strategy without creating temp table ([#5299](https://github.com/cube-js/cube.js/issues/5299)) ([8e8f500](https://github.com/cube-js/cube.js/commit/8e8f500216e85676a971b62b57c5af0e48c6a9f9))





## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)


Expand Down

0 comments on commit b58e0c6

Please sign in to comment.