@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.54 to 0.29.55
@@ -6,2 +6,19 @@ # Change Log | ||
## [0.29.55](https://github.com/cube-js/cube.js/compare/v0.29.54...v0.29.55) (2022-05-04) | ||
### Bug Fixes | ||
* **cubesql:** Correct handling for boolean type ([cff6c8b](https://github.com/cube-js/cube.js/commit/cff6c8b4d69c9b8bade7ce1e6e2f2502a44f3918)) | ||
* **cubesql:** Tableau new regclass query fast fix ([2a7ff1e](https://github.com/cube-js/cube.js/commit/2a7ff1e20fc79dccd9cff94e6225d657569ed06e)) | ||
### Features | ||
* **cubesql:** Tableau cubes without count measure support ([931e2f5](https://github.com/cube-js/cube.js/commit/931e2f5fb5fa29b19347b7858a8b4f892162f169)) | ||
## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.54", | ||
"version": "0.29.55", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "c5383fcfaaa088e6ca09cee3384da163d3ad6af5" | ||
"gitHead": "bef623f1d76f934c9469ffca0523ecb32988ec18" | ||
} |
25035