@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.53 to 0.29.54
@@ -6,2 +6,23 @@ # Change Log | ||
## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03) | ||
### Bug Fixes | ||
* **cubesql:** Using same alias on column yields Option.unwrap() panic ([a674c5f](https://github.com/cube-js/cube.js/commit/a674c5f98f8c643ed407fcf1cac528c797c43746)) | ||
### Features | ||
* **cubesql:** Tableau boolean filters support ([33aa5f1](https://github.com/cube-js/cube.js/commit/33aa5f138b44ccf60afc6e562b9bf71c2fe6257c)) | ||
* **cubesql:** Tableau cast projection queries support ([71ec644](https://github.com/cube-js/cube.js/commit/71ec64444e182a0a1c92818d655b40f78e463684)) | ||
* **cubesql:** Tableau contains support ([71dcad0](https://github.com/cube-js/cube.js/commit/71dcad091dc8e60958c717bd01e07db050abf8af)) | ||
* **cubesql:** Tableau min max number dimension support ([2abe13e](https://github.com/cube-js/cube.js/commit/2abe13e3155ad03ec3837da38bd465fbee0eb2f9)) | ||
* **cubesql:** Tableau not null filter support ([d48d0e0](https://github.com/cube-js/cube.js/commit/d48d0e03d05559413ddcff0ce980f6cf96cd24bc)) | ||
* **cubesql:** Tableau week support ([6d987ea](https://github.com/cube-js/cube.js/commit/6d987ea6062a90843084b72b254d068f46e26601)) | ||
## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29) | ||
@@ -8,0 +29,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.53", | ||
"version": "0.29.54", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "b2815b43b973199420267695877b57eb6d744978" | ||
"gitHead": "c5383fcfaaa088e6ca09cee3384da163d3ad6af5" | ||
} |
24460