@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.42 to 0.29.43
@@ -6,2 +6,19 @@ # Change Log | ||
## [0.29.43](https://github.com/cube-js/cube.js/compare/v0.29.42...v0.29.43) (2022-04-07) | ||
### Bug Fixes | ||
* **cubesql:** Rewrites don't respect projection column order ([cfe35a7](https://github.com/cube-js/cube.js/commit/cfe35a7b65390db43f1e7c68ac54c82c2ec8af49)) | ||
### Features | ||
* **cubesql:** Rewrite engine error handling ([3fba823](https://github.com/cube-js/cube.js/commit/3fba823bc561d7a985c89c4cf437a6595ef88a7c)) | ||
* **cubesql:** Upgrade rust to 1.61.0-nightly (2022-02-22) ([c836065](https://github.com/cube-js/cube.js/commit/c8360658ccb8e5e3e6cfcd62da2d156b44ee8456)) | ||
## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.42", | ||
"version": "0.29.43", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "d05b5199da6e06f4d8baaed1baddb56cf1538637" | ||
"gitHead": "4fde50fecf7e642e73d363a9cdd9126a3533fa43" | ||
} |
14982