@cubejs-backend/cubestore
Advanced tools
Comparing version 0.28.49 to 0.28.50
@@ -6,2 +6,21 @@ # Change Log | ||
## [0.28.50](https://github.com/cube-js/cube.js/compare/v0.28.49...v0.28.50) (2021-10-28) | ||
### Bug Fixes | ||
* **cubestore:** Added CUBESTORE_META_BIND_ADDR and CUBESTORE_WORKER_BIND_ADDR to allow for IPv6 binds ([435f8fc](https://github.com/cube-js/cube.js/commit/435f8fcf1d02bc6da5caaae223e9c64cd2e7e8be)) | ||
* **cubestore:** assertion failed: `(left == right)` in case of trying to access table streaming table right after creation ([c900d51](https://github.com/cube-js/cube.js/commit/c900d517d4a2105a202faf79585c37ec6d56a298)) | ||
* **native:** Correct logging level for native module ([c1a8439](https://github.com/cube-js/cube.js/commit/c1a843909d6681c718e3634f60684705cdc32f29)) | ||
### Features | ||
* **native:** Simplify filters while converting to JSON RPC ([acab66a](https://github.com/cube-js/cube.js/commit/acab66a54e4cb7ca8a64717392f0dddc362f6057)) | ||
* Validate return type for dbType/driverFactory/externalDriverFactory in runtime ([#2657](https://github.com/cube-js/cube.js/issues/2657)) ([10e269f](https://github.com/cube-js/cube.js/commit/10e269f9febe26902838a2d7fa611a0f1d375d3e)) | ||
## [0.28.49](https://github.com/cube-js/cube.js/compare/v0.28.48...v0.28.49) (2021-10-23) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "@cubejs-backend/cubestore", | ||
"version": "0.28.49", | ||
"version": "0.28.50", | ||
"description": "Cube.js pre-aggregation storage layer.", | ||
@@ -40,3 +40,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@cubejs-backend/shared": "^0.28.42", | ||
"@cubejs-backend/shared": "^0.28.50", | ||
"@octokit/core": "^3.2.5", | ||
@@ -54,3 +54,3 @@ "source-map-support": "^0.5.19" | ||
}, | ||
"gitHead": "659caf60b335409c753f1b96b3c4573f8ace14a3" | ||
"gitHead": "99d42f127fb7403a5c8a632b07e0c3f43fe14ca1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80089