Skip to content

Commit 6cc9757

Browse files
committed
v0.30.71
1 parent 21b139c commit 6cc9757

File tree

34 files changed

+190
-36
lines changed

34 files changed

+190
-36
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **@cubesj-backend/databricks-driver:** Incorrect escaping of CSV passed to Cube Store -- Can't parse timestamp errors ([21b139c](https://github.com/cube-js/cube.js/commit/21b139ce84a3e6df223338f272f00ea1b2143a1c))
12+
13+
14+
### Features
15+
16+
* **cubesql:** Holistics - string not contains filter ([#5307](https://github.com/cube-js/cube.js/issues/5307)) ([3e563db](https://github.com/cube-js/cube.js/commit/3e563db34b60bc19016b4e3769d96bcdf5a4e42b))
17+
* **cubesql:** Support filtering date within one granularity unit ([427e846](https://github.com/cube-js/cube.js/commit/427e8460e749c1a32f4f9166e19621bc11bee61c))
18+
* **cubesql:** Support startsWith/endsWidth filters (QuickSight) ([#5302](https://github.com/cube-js/cube.js/issues/5302)) ([867279a](https://github.com/cube-js/cube.js/commit/867279abe91b10f61fefaae2cc2578180e1c2f1f))
19+
20+
21+
22+
23+
624
## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)
725

826

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.30.70",
2+
"version": "0.30.71",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/cubejs-api-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)
7+
8+
**Note:** Version bump only for package @cubejs-backend/api-gateway
9+
10+
11+
12+
13+
614
## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)
715

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

packages/cubejs-api-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/api-gateway",
33
"description": "Cube.js API Gateway",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.30.70",
5+
"version": "0.30.71",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -27,7 +27,7 @@
2727
"dist/src/*"
2828
],
2929
"dependencies": {
30-
"@cubejs-backend/native": "^0.30.69",
30+
"@cubejs-backend/native": "^0.30.71",
3131
"@cubejs-backend/shared": "^0.30.69",
3232
"@hapi/joi": "^15.1.1",
3333
"@ungap/structured-clone": "^0.3.4",

packages/cubejs-backend-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)
7+
8+
**Note:** Version bump only for package @cubejs-backend/native
9+
10+
11+
12+
13+
614
## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
715

816

packages/cubejs-backend-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-backend/native",
3-
"version": "0.30.69",
3+
"version": "0.30.71",
44
"author": "Cube Dev, Inc.",
55
"description": "Native module for Cube.js (binding to Rust codebase)",
66
"main": "dist/js/index.js",
@@ -38,7 +38,7 @@
3838
"typescript": "~4.1.5"
3939
},
4040
"dependencies": {
41-
"@cubejs-backend/cubesql": "^0.30.69",
41+
"@cubejs-backend/cubesql": "^0.30.71",
4242
"@mapbox/node-pre-gyp": "^1"
4343
},
4444
"binary": {

packages/cubejs-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)
7+
8+
**Note:** Version bump only for package cubejs-cli
9+
10+
11+
12+
13+
614
## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)
715

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

packages/cubejs-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cubejs-cli",
33
"description": "Cube.js Command Line Interface",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.30.70",
5+
"version": "0.30.71",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@cubejs-backend/linter": "^0.30.0",
52-
"@cubejs-backend/server": "^0.30.70",
52+
"@cubejs-backend/server": "^0.30.71",
5353
"@oclif/command": "^1.8.0",
5454
"@types/cli-progress": "^3.8.0",
5555
"@types/cross-spawn": "^6.0.2",

packages/cubejs-cubestore-driver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)
7+
8+
**Note:** Version bump only for package @cubejs-backend/cubestore-driver
9+
10+
11+
12+
13+
614
## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)
715

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

packages/cubejs-cubestore-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/cubestore-driver",
33
"description": "Cube Store driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.30.70",
5+
"version": "0.30.71",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@cubejs-backend/base-driver": "^0.30.70",
33-
"@cubejs-backend/cubestore": "^0.30.69",
33+
"@cubejs-backend/cubestore": "^0.30.71",
3434
"@cubejs-backend/schema-compiler": "^0.30.70",
3535
"@cubejs-backend/shared": "^0.30.69",
3636
"csv-write-stream": "^2.0.0",

0 commit comments

Comments
 (0)