Skip to content

Commit

Permalink
v0.34.34
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Dec 12, 2023
1 parent 0214472 commit e575d07
Show file tree
Hide file tree
Showing 20 changed files with 111 additions and 19 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)


### Bug Fixes

* **api-gateway:** Catch error from contextToApiScopes ([#7521](https://github.com/cube-js/cube/issues/7521)) ([0214472](https://github.com/cube-js/cube/commit/0214472dabf39b8429e11f4830350b2a6bd305a0))
* **api-gateway:** Fallback to global error middelware for async handlers ([#7520](https://github.com/cube-js/cube/issues/7520)) ([74b0862](https://github.com/cube-js/cube/commit/74b0862800ada31681e702992ff1f7da89924b9f))
* **api-gateway:** Removed hasOwnProperty check for request object ([#7517](https://github.com/cube-js/cube/issues/7517)) ([2129a1b](https://github.com/cube-js/cube/commit/2129a1b5bac1e2863e8136adb061708d8660354e))
* **deps:** Upgrade qs (CVE-2022-24999) ([#7518](https://github.com/cube-js/cube/issues/7518)) ([55422a1](https://github.com/cube-js/cube/commit/55422a1b340c8ca067e783952aaed041ab6aed40))





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)


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.34.33",
"version": "0.34.34",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
14 changes: 14 additions & 0 deletions packages/cubejs-api-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)


### Bug Fixes

* **api-gateway:** Catch error from contextToApiScopes ([#7521](https://github.com/cube-js/cube/issues/7521)) ([0214472](https://github.com/cube-js/cube/commit/0214472dabf39b8429e11f4830350b2a6bd305a0))
* **api-gateway:** Fallback to global error middelware for async handlers ([#7520](https://github.com/cube-js/cube/issues/7520)) ([74b0862](https://github.com/cube-js/cube/commit/74b0862800ada31681e702992ff1f7da89924b9f))
* **api-gateway:** Removed hasOwnProperty check for request object ([#7517](https://github.com/cube-js/cube/issues/7517)) ([2129a1b](https://github.com/cube-js/cube/commit/2129a1b5bac1e2863e8136adb061708d8660354e))
* **deps:** Upgrade qs (CVE-2022-24999) ([#7518](https://github.com/cube-js/cube/issues/7518)) ([55422a1](https://github.com/cube-js/cube/commit/55422a1b340c8ca067e783952aaed041ab6aed40))





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**Note:** Version bump only for package @cubejs-backend/api-gateway
Expand Down
2 changes: 1 addition & 1 deletion 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.34.33",
"version": "0.34.34",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
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.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)

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





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**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.34.33",
"version": "0.34.34",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.34.25",
"@cubejs-backend/server": "^0.34.33",
"@cubejs-backend/server": "^0.34.34",
"@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-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.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)

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





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
6 changes: 3 additions & 3 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.34.33",
"version": "0.34.34",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,11 +31,11 @@
"@cubejs-backend/prestodb-driver": "^0.34.33",
"@cubejs-backend/questdb-driver": "^0.34.33",
"@cubejs-backend/redshift-driver": "^0.34.33",
"@cubejs-backend/server": "^0.34.33",
"@cubejs-backend/server": "^0.34.34",
"@cubejs-backend/snowflake-driver": "^0.34.33",
"@cubejs-backend/sqlite-driver": "^0.34.33",
"@cubejs-backend/trino-driver": "^0.34.33",
"cubejs-cli": "^0.34.33",
"cubejs-cli": "^0.34.34",
"typescript": "~5.2.2"
},
"resolutions": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-server-core/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.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)

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





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**Note:** Version bump only for package @cubejs-backend/server-core
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-server-core/package.json
Original file line number Diff line number Diff line change
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.34.33",
"version": "0.34.34",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -29,7 +29,7 @@
"unit": "jest --runInBand --forceExit --coverage dist/test"
},
"dependencies": {
"@cubejs-backend/api-gateway": "^0.34.33",
"@cubejs-backend/api-gateway": "^0.34.34",
"@cubejs-backend/cloud": "^0.34.33",
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/native": "^0.34.33",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-server/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.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)

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





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**Note:** Version bump only for package @cubejs-backend/server
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server",
"description": "Cube.js all-in-one server",
"author": "Cube Dev, Inc.",
"version": "0.34.33",
"version": "0.34.34",
"types": "index.d.ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@cubejs-backend/cubestore-driver": "^0.34.33",
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/native": "^0.34.33",
"@cubejs-backend/server-core": "^0.34.33",
"@cubejs-backend/server-core": "^0.34.34",
"@cubejs-backend/shared": "^0.34.33",
"@oclif/color": "^1.0.0",
"@oclif/command": "^1.8.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless-aws/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.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)

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





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**Note:** Version bump only for package @cubejs-backend/serverless-aws
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/serverless-aws",
"description": "Cube.js Serverless AWS support",
"author": "Cube Dev, Inc.",
"version": "0.34.33",
"version": "0.34.34",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/serverless": "^0.34.33",
"@cubejs-backend/serverless": "^0.34.34",
"aws-sdk": "^2.404.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless-google/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.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)

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





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**Note:** Version bump only for package @cubejs-backend/serverless-google
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/serverless-google",
"description": "Cube.js Serverless Google support",
"author": "Cube Dev, Inc.",
"version": "0.34.33",
"version": "0.34.34",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/serverless": "^0.34.33",
"@cubejs-backend/serverless": "^0.34.34",
"@google-cloud/pubsub": "^2.5.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless/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.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)

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





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**Note:** Version bump only for package @cubejs-backend/serverless
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/serverless",
"description": "Cube.js Serverless",
"author": "Cube Dev, Inc.",
"version": "0.34.33",
"version": "0.34.34",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -13,7 +13,7 @@
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/server-core": "^0.34.33",
"@cubejs-backend/server-core": "^0.34.34",
"cors": "^2.8.5",
"serverless-express": "^2.0.11"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-testing-drivers/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.34.34](https://github.com/cube-js/cube/compare/v0.34.33...v0.34.34) (2023-12-12)

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





## [0.34.33](https://github.com/cube-js/cube/compare/v0.34.32...v0.34.33) (2023-12-11)

**Note:** Version bump only for package @cubejs-backend/testing-drivers
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-testing-drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/testing-drivers",
"version": "0.34.33",
"version": "0.34.34",
"description": "Cube.js drivers test suite",
"author": "Cube Dev, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@cubejs-backend/postgres-driver": "^0.34.33",
"@cubejs-backend/query-orchestrator": "^0.34.33",
"@cubejs-backend/redshift-driver": "^0.34.33",
"@cubejs-backend/server-core": "^0.34.33",
"@cubejs-backend/server-core": "^0.34.34",
"@cubejs-backend/shared": "^0.34.33",
"@cubejs-backend/testing-shared": "^0.34.33",
"@cubejs-client/core": "^0.34.32",
Expand Down

0 comments on commit e575d07

Please sign in to comment.