@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.43 to 0.30.44
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.44](https://github.com/cube-js/cube.js/compare/v0.30.43...v0.30.44) (2022-08-01) | ||
### Bug Fixes | ||
* **cubesql:** Ignore IO's UnexpectedEof|BrokenPipe on handling error ([98deb73](https://github.com/cube-js/cube.js/commit/98deb7362bf772816af88173e6669bf486c328a9)) | ||
## [0.30.43](https://github.com/cube-js/cube.js/compare/v0.30.42...v0.30.43) (2022-07-28) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.43", | ||
"version": "0.30.44", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "52877ac0ea70657a49f155b5b68bee53ef779bd5" | ||
"gitHead": "b6188933972d9466828c85c1b14501f635d7e730" | ||
} |
50220