@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.31 to 0.30.32
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.30.32](https://github.com/cube-js/cube.js/compare/v0.30.31...v0.30.32) (2022-07-07) | ||
### Bug Fixes | ||
* **cubesql:** Correct portal pagination (use PortalSuspended) in pg-wire ([#4872](https://github.com/cube-js/cube.js/issues/4872)) ([63aad19](https://github.com/cube-js/cube.js/commit/63aad191ea2be58291b0ce8709e1352a62cbd8a4)) | ||
### Features | ||
* **cubesql:** Support grant tables (columns, tables) ([a3d9493](https://github.com/cube-js/cube.js/commit/a3d949324e1ac879606b45faed4812b30b07173b)) | ||
## [0.30.31](https://github.com/cube-js/cube.js/compare/v0.30.30...v0.30.31) (2022-07-07) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.31", | ||
"version": "0.30.32", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "84c85a99a3bf4856a29588599ada5d2543192706" | ||
"gitHead": "e553f59969fc513293b5eb35a094cf4b0963cf15" | ||
} |
44672