@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.46 to 0.29.47
@@ -6,2 +6,15 @@ # Change Log | ||
## [0.29.47](https://github.com/cube-js/cube.js/compare/v0.29.46...v0.29.47) (2022-04-12) | ||
### Bug Fixes | ||
* **cubesql:** Correct MySQL types in response headers ([#4362](https://github.com/cube-js/cube.js/issues/4362)) ([c507f82](https://github.com/cube-js/cube.js/commit/c507f82fbdd92363d27c4b3c8b41957bd62a3d87)) | ||
* **cubesql:** Special handling for bool as string ([3ba27bf](https://github.com/cube-js/cube.js/commit/3ba27bf7ee91aef69eb75c33580abf18b21bd29e)) | ||
* **cubesql:** Support boolean (ColumnType) for MySQL protocol ([23f8367](https://github.com/cube-js/cube.js/commit/23f8367f6657b8d7f31e4e34a4547d30c3c34c79)) | ||
## [0.29.46](https://github.com/cube-js/cube.js/compare/v0.29.45...v0.29.46) (2022-04-11) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.46", | ||
"version": "0.29.47", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "28263751a5b92c984548869bd55f797f5811566f" | ||
"gitHead": "a561ec1054d5aac4184aec9ee02253e9d93f975c" | ||
} |
16601