@cubejs-backend/native
Advanced tools
Comparing version 0.28.58 to 0.28.60
@@ -6,2 +6,20 @@ # Change Log | ||
## [0.28.60](https://github.com/cube-js/cube.js/compare/v0.28.59...v0.28.60) (2021-11-25) | ||
### Bug Fixes | ||
* **cubesql:** MySQL CLI connection error with COM_FIELD_LIST ([#3728](https://github.com/cube-js/cube.js/issues/3728)) ([aef1401](https://github.com/cube-js/cube.js/commit/aef14014fce87b8b47dc41ead066a7647f6fe225)) | ||
* **native:** Return promise for registerInterface ([be97a84](https://github.com/cube-js/cube.js/commit/be97a8433dd0d2e400734c6ab3d3110d59ad4d1a)) | ||
### Features | ||
* **cubesql:** Enable unicode_expression (required for LEFT) ([4059a17](https://github.com/cube-js/cube.js/commit/4059a1785fece8293461323ac1de5940a8b9876d)) | ||
* **native:** Support Node.js 17 ([91f5d51](https://github.com/cube-js/cube.js/commit/91f5d517d59067fc5e643219c2f4f83ec915259c)) | ||
## [0.28.58](https://github.com/cube-js/cube.js/compare/v0.28.57...v0.28.58) (2021-11-18) | ||
@@ -8,0 +26,0 @@ |
@@ -17,3 +17,3 @@ "use strict"; | ||
} | ||
throw new Error(`Unable to load @cubejs-backend/native, probably your system (${process.arch}-${process.platform}) is not supported.`); | ||
throw new Error(`Unable to load @cubejs-backend/native, probably your system (${process.arch}-${process.platform}) with Node.js ${process.version} is not supported.`); | ||
} | ||
@@ -29,2 +29,7 @@ function isSupported() { | ||
const result = await fn(JSON.parse(extra)); | ||
if (process.env.CUBEJS_NATIVE_INTERNAL_DEBUG) { | ||
console.debug("[js] channel.resolve", { | ||
result | ||
}); | ||
} | ||
channel.resolve(JSON.stringify(result)); | ||
@@ -35,2 +40,5 @@ } | ||
// throw e; | ||
console.debug("[js] channel.reject", { | ||
e | ||
}); | ||
} | ||
@@ -37,0 +45,0 @@ }; |
{ | ||
"name": "@cubejs-backend/native", | ||
"version": "0.28.58", | ||
"version": "0.28.60", | ||
"author": "Cube Dev, Inc.", | ||
@@ -35,7 +35,6 @@ "description": "Native module for Cube.js (binding to Rust codebase)", | ||
"@types/jest": "^26", | ||
"@types/mysql": "^2.15.19", | ||
"@types/node": "^10", | ||
"cargo-cp-artifact": "^0.1", | ||
"jest": "^26", | ||
"mysql": "^2.18.1", | ||
"mysql2": "^2.3.3", | ||
"typescript": "~4.1.5" | ||
@@ -62,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "c9e507999177079f4475aec9af06bb7c02b18d01" | ||
"gitHead": "7281057fa9b7043592fbe3677371c4a5ef5c4265" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
26870
7
109
4