@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.26 to 0.29.27
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.29.27](https://github.com/cube-js/cube.js/compare/v0.29.26...v0.29.27) (2022-02-09) | ||
### Bug Fixes | ||
* **cubesql:** Unique filtering for measures/dimensions/segments in Request ([552c87b](https://github.com/cube-js/cube.js/commit/552c87bf38479133e2c8dac20ac1c29eb034c762)) | ||
### Features | ||
* **cubesql:** Move execution to Query Engine ([2d84b6b](https://github.com/cube-js/cube.js/commit/2d84b6b98fc03d84f858bd152f2359232e9ea8ed)) | ||
## [0.29.26](https://github.com/cube-js/cube.js/compare/v0.29.25...v0.29.26) (2022-02-07) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.26", | ||
"version": "0.29.27", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "210d10f05a665f94f741ccfa2e124933c71718eb" | ||
"gitHead": "a0ff38ea8408922f86817697c4e77225090c5b9f" | ||
} |
5545