@cubejs-backend/native
Advanced tools
Comparing version 0.29.11 to 0.29.12
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.29.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29) | ||
### Bug Fixes | ||
* **cubesql/native:** Return errors to the client (missing field ) ([82b22e4](https://github.com/cube-js/cube.js/commit/82b22e48c6fc4d61f62bf43795d5b50ba8a3fd67)) | ||
### Features | ||
* **cubesql:** Ignore KILL statement without error ([20590f3](https://github.com/cube-js/cube.js/commit/20590f39bc1931f5b23b14d81aa48562e373c95b)) | ||
## [0.29.11](https://github.com/cube-js/cube.js/compare/v0.29.10...v0.29.11) (2021-12-24) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@cubejs-backend/native", | ||
"version": "0.29.11", | ||
"version": "0.29.12", | ||
"author": "Cube Dev, Inc.", | ||
@@ -42,3 +42,3 @@ "description": "Native module for Cube.js (binding to Rust codebase)", | ||
"dependencies": { | ||
"@cubejs-backend/cubesql": "^0.29.11", | ||
"@cubejs-backend/cubesql": "^0.29.12", | ||
"@mapbox/node-pre-gyp": "^1" | ||
@@ -62,3 +62,3 @@ }, | ||
}, | ||
"gitHead": "a815377c9ce16520cc8bbd0a6216366b3c50f737" | ||
"gitHead": "4b7c9154c9533a7a4ae17164742060a34a040515" | ||
} |
29973