@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.72 to 0.30.73
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.73](https://github.com/cube-js/cube.js/compare/v0.30.72...v0.30.73) (2022-09-19) | ||
### Features | ||
* **cubesql:** Increase limits for statements/portals/cursors ([#5146](https://github.com/cube-js/cube.js/issues/5146)) ([363b42d](https://github.com/cube-js/cube.js/commit/363b42dd4f48cbef31b1832906ae4069023643ca)) | ||
## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.72", | ||
"version": "0.30.73", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "b58e0c6e2e2aeacaf1595b7082a6e3f9819dcf19" | ||
"gitHead": "d47987e8eab041fd9b5113feb3ab8f35afe38e16" | ||
} |
61990