Skip to content

Commit

Permalink
v0.33.59
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Sep 20, 2023
1 parent 7ec03b9 commit 78cceac
Show file tree
Hide file tree
Showing 80 changed files with 467 additions and 125 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.

## [0.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)


### Features

* **cubesql:** `EXTRACT` SQL push down ([#7151](https://github.com/cube-js/cube/issues/7151)) ([e30c4da](https://github.com/cube-js/cube/commit/e30c4da555adfc1515fcc9e0253bc89ca8adc58b))
* **cubesql:** Add ability to filter dates inclusive of date being passed in when using `<=` or `>=` ([#7041](https://github.com/cube-js/cube/issues/7041)) Thanks [@darapuk](https://github.com/darapuk) ! ([6b9ae70](https://github.com/cube-js/cube/commit/6b9ae703b113a01fa4e6de54b5597475aed0b85d))
* **native:** Cube.py - support all options ([#7145](https://github.com/cube-js/cube/issues/7145)) ([5e5fb18](https://github.com/cube-js/cube/commit/5e5fb1800d2e97b870281b335bfca28ab00a9c10))





## [0.33.58](https://github.com/cube-js/cube/compare/v0.33.57...v0.33.58) (2023-09-18)


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.33.58",
"version": "0.33.59",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-api-gateway/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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)


### Features

* **cubesql:** Add ability to filter dates inclusive of date being passed in when using `<=` or `>=` ([#7041](https://github.com/cube-js/cube/issues/7041)) Thanks [@darapuk](https://github.com/darapuk) ! ([6b9ae70](https://github.com/cube-js/cube/commit/6b9ae703b113a01fa4e6de54b5597475aed0b85d))





## [0.33.57](https://github.com/cube-js/cube/compare/v0.33.56...v0.33.57) (2023-09-15)


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.33.57",
"version": "0.33.59",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -27,7 +27,7 @@
"dist/src/*"
],
"dependencies": {
"@cubejs-backend/native": "^0.33.57",
"@cubejs-backend/native": "^0.33.59",
"@cubejs-backend/shared": "^0.33.57",
"@ungap/structured-clone": "^0.3.4",
"body-parser": "^1.19.0",
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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)

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





## [0.33.58](https://github.com/cube-js/cube/compare/v0.33.57...v0.33.58) (2023-09-18)


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.33.58",
"version": "0.33.59",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.33.0",
"@cubejs-backend/testing-shared": "^0.33.58",
"@cubejs-backend/testing-shared": "^0.33.59",
"@types/ramda": "^0.27.40",
"typescript": "~4.9.5"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-backend-native/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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)


### Features

* **native:** Cube.py - support all options ([#7145](https://github.com/cube-js/cube/issues/7145)) ([5e5fb18](https://github.com/cube-js/cube/commit/5e5fb1800d2e97b870281b335bfca28ab00a9c10))





## [0.33.57](https://github.com/cube-js/cube/compare/v0.33.56...v0.33.57) (2023-09-15)


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.33.57",
"version": "0.33.59",
"author": "Cube Dev, Inc.",
"description": "Native module for Cube.js (binding to Rust codebase)",
"main": "dist/js/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "~4.9.5"
},
"dependencies": {
"@cubejs-backend/cubesql": "^0.33.57",
"@cubejs-backend/cubesql": "^0.33.59",
"@cubejs-backend/shared": "^0.33.57",
"@cubejs-infra/post-installer": "^0.0.7"
},
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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)

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





## [0.33.58](https://github.com/cube-js/cube/compare/v0.33.57...v0.33.58) (2023-09-18)


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.33.58",
"version": "0.33.59",
"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.33.58",
"@cubejs-backend/testing-shared": "^0.33.59",
"@types/dedent": "^0.7.0",
"@types/ramda": "^0.27.40",
"typescript": "~4.9.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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)

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





## [0.33.58](https://github.com/cube-js/cube/compare/v0.33.57...v0.33.58) (2023-09-18)

**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.33.58",
"version": "0.33.59",
"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.33.58",
"@cubejs-backend/schema-compiler": "^0.33.59",
"@cubejs-backend/shared": "^0.33.57",
"chalk": "^2.4.2",
"cli-progress": "^3.10",
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^0.33.0",
"@cubejs-backend/server": "^0.33.58",
"@cubejs-backend/server": "^0.33.59",
"@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-client-core/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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)


### Features

* **cubesql:** Add ability to filter dates inclusive of date being passed in when using `<=` or `>=` ([#7041](https://github.com/cube-js/cube/issues/7041)) Thanks [@darapuk](https://github.com/darapuk) ! ([6b9ae70](https://github.com/cube-js/cube/commit/6b9ae703b113a01fa4e6de54b5597475aed0b85d))





## [0.33.58](https://github.com/cube-js/cube/compare/v0.33.57...v0.33.58) (2023-09-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/core",
"version": "0.33.58",
"version": "0.33.59",
"engines": {},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-client-react/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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)

**Note:** Version bump only for package @cubejs-client/react





## [0.33.58](https://github.com/cube-js/cube/compare/v0.33.57...v0.33.58) (2023-09-18)

**Note:** Version bump only for package @cubejs-client/react
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-client-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/react",
"version": "0.33.58",
"version": "0.33.59",
"author": "Cube Dev, Inc.",
"license": "MIT",
"engines": {},
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@babel/runtime": "^7.1.2",
"@cubejs-client/core": "^0.33.58",
"@cubejs-client/core": "^0.33.59",
"core-js": "^3.6.5",
"ramda": "^0.27.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-client-vue/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.33.59](https://github.com/cube-js/cube.js/compare/v0.33.58...v0.33.59) (2023-09-20)

**Note:** Version bump only for package @cubejs-client/vue





## [0.33.58](https://github.com/cube-js/cube.js/compare/v0.33.57...v0.33.58) (2023-09-18)

**Note:** Version bump only for package @cubejs-client/vue
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-client-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/vue",
"version": "0.33.58",
"version": "0.33.59",
"engines": {},
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@cubejs-client/core": "^0.33.58",
"@cubejs-client/core": "^0.33.59",
"core-js": "^3.6.5",
"ramda": "^0.27.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-client-vue3/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.33.59](https://github.com/cube-js/cube.js/compare/v0.33.58...v0.33.59) (2023-09-20)

**Note:** Version bump only for package @cubejs-client/vue3





## [0.33.58](https://github.com/cube-js/cube.js/compare/v0.33.57...v0.33.58) (2023-09-18)

**Note:** Version bump only for package @cubejs-client/vue3
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-client-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/vue3",
"version": "0.33.58",
"version": "0.33.59",
"engines": {},
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@cubejs-client/core": "^0.33.58",
"@cubejs-client/core": "^0.33.59",
"@vue/compiler-sfc": "^3.0.11",
"core-js": "^3.6.5",
"flush-promises": "^1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-client-ws-transport/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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)

**Note:** Version bump only for package @cubejs-client/ws-transport





## [0.33.58](https://github.com/cube-js/cube/compare/v0.33.57...v0.33.58) (2023-09-18)

**Note:** Version bump only for package @cubejs-client/ws-transport
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-client-ws-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/ws-transport",
"version": "0.33.58",
"version": "0.33.59",
"engines": {},
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@cubejs-client/core": "^0.33.58",
"@cubejs-client/core": "^0.33.59",
"core-js": "^3.6.5",
"isomorphic-ws": "^4.0.1",
"ws": "^7.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.33.59](https://github.com/cube-js/cube/compare/v0.33.58...v0.33.59) (2023-09-20)

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





## [0.33.58](https://github.com/cube-js/cube/compare/v0.33.57...v0.33.58) (2023-09-18)

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

0 comments on commit 78cceac

Please sign in to comment.