@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.69 to 0.30.71
@@ -6,2 +6,15 @@ # Change Log | ||
## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16) | ||
### Features | ||
* **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)) | ||
* **cubesql:** Support filtering date within one granularity unit ([427e846](https://github.com/cube-js/cube.js/commit/427e8460e749c1a32f4f9166e19621bc11bee61c)) | ||
* **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)) | ||
## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.69", | ||
"version": "0.30.71", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "bce06c7562427267389b5f134b1f0c413c6764c0" | ||
"gitHead": "6cc9757acd2a7e9c32a1b9bd3478b829e60af772" | ||
} |
61333