@cubejs-backend/cubesql
Advanced tools
Comparing version 0.29.34 to 0.29.35
@@ -6,2 +6,19 @@ # Change Log | ||
## [0.29.35](https://github.com/cube-js/cube.js/compare/v0.29.34...v0.29.35) (2022-03-24) | ||
### Bug Fixes | ||
* **cubesql:** Fix decoding for messages without body in pg-wire protocol ([f7aa6ed](https://github.com/cube-js/cube.js/commit/f7aa6ed5438888edce2b413529d79996a912aac3)) | ||
* **cubesql:** Specify required parameters on startup for pg-wire ([b79088b](https://github.com/cube-js/cube.js/commit/b79088b01d328082378c6c66d5ca103997955e42)) | ||
### Features | ||
* **cubesql:** Split variables to session / server for MySQL ([#4255](https://github.com/cube-js/cube.js/issues/4255)) ([f78b539](https://github.com/cube-js/cube.js/commit/f78b5396e217d9fdf6cf970bd837f767c5b8a2f5)) | ||
## [0.29.34](https://github.com/cube-js/cube.js/compare/v0.29.33...v0.29.34) (2022-03-21) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.29.34", | ||
"version": "0.29.35", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "7c4ea004cad586e6a2bbbd350034823246d3435e" | ||
"gitHead": "15911bbb428a3a4dcc509edb84587f718b2ccdfd" | ||
} |
8614