@cubejs-backend/cubesql
Advanced tools
Comparing version 0.30.30 to 0.30.31
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.31](https://github.com/cube-js/cube.js/compare/v0.30.30...v0.30.31) (2022-07-07) | ||
### Features | ||
* **cubesql:** Initial support for canceling queries in pg-wire ([#4847](https://github.com/cube-js/cube.js/issues/4847)) ([bce0f99](https://github.com/cube-js/cube.js/commit/bce0f994d59a48f221cce3d21e3c2f3244e5f3a1)) | ||
## [0.30.30](https://github.com/cube-js/cube.js/compare/v0.30.29...v0.30.30) (2022-07-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubesql", | ||
"version": "0.30.30", | ||
"version": "0.30.31", | ||
"description": "SQL API for Cube as proxy over MySQL protocol.", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
}, | ||
"gitHead": "21d664e571c93dc4bde75ee744f0cdd20a590bff" | ||
"gitHead": "84c85a99a3bf4856a29588599ada5d2543192706" | ||
} |
44166