@cubejs-backend/cubestore
Advanced tools
Comparing version 0.27.24 to 0.27.25
@@ -6,2 +6,19 @@ # Change Log | ||
## [0.27.25](https://github.com/cube-js/cube.js/compare/v0.27.24...v0.27.25) (2021-06-01) | ||
### Bug Fixes | ||
* **cubestore:** allow decimal and float type in index keys ([32d2f69](https://github.com/cube-js/cube.js/commit/32d2f691d7fba73bd36a8cfd75ed1ecebb046ef3)) | ||
* **cubestore:** Uncompress files with .gz ([5f8062a](https://github.com/cube-js/cube.js/commit/5f8062a272ed3d01d61c0de7847bd31363079d92)) | ||
### Features | ||
* **cubestore:** Support import of Snowflake HLL ([61324e0](https://github.com/cube-js/cube.js/commit/61324e0784314bb7c6db67a45d5da35bdc5fee26)) | ||
## [0.27.24](https://github.com/cube-js/cube.js/compare/v0.27.23...v0.27.24) (2021-05-29) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@cubejs-backend/cubestore", | ||
"version": "0.27.24", | ||
"version": "0.27.25", | ||
"description": "Cube.js pre-aggregation storage layer.", | ||
@@ -53,3 +53,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "20abb9184a02309d6cc92be59007b028d4355295" | ||
"gitHead": "c11ced401b4658cd321c88541f0b69ee1bf115c4" | ||
} |
Sorry, the diff of this file is not supported yet
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
381364