@cubejs-backend/query-orchestrator
Advanced tools
Comparing version 0.10.11 to 0.10.12
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.10.12](https://github.com/statsbotco/cubejs-client/compare/v0.10.11...v0.10.12) (2019-07-06) | ||
### Bug Fixes | ||
* QUERIES_undefined redis key for QueryQueue ([4c44886](https://github.com/statsbotco/cubejs-client/commit/4c44886)) | ||
## [0.10.11](https://github.com/statsbotco/cubejs-client/compare/v0.10.10...v0.10.11) (2019-07-02) | ||
@@ -8,0 +19,0 @@ |
@@ -166,3 +166,3 @@ const R = require('ramda'); | ||
queriesDefKey() { | ||
return this.queryRedisKey('QUERIES'); | ||
return this.queueRedisKey('QUERIES'); | ||
} | ||
@@ -169,0 +169,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Statsbot, Inc.", | ||
"version": "0.10.11", | ||
"version": "0.10.12", | ||
"engines": { | ||
@@ -24,3 +24,3 @@ "node": ">=8.11.1" | ||
"license": "Apache-2.0", | ||
"gitHead": "353ed631bd9c227f4d9d77df63b2ebf900a680ed" | ||
"gitHead": "d1dd08266f8b8a6b2877f81c86e3a0ef6f5c7e42" | ||
} |
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
76265
17254
0