@cubejs-backend/cubestore
Advanced tools
Comparing version 0.27.4 to 0.27.5
@@ -6,2 +6,14 @@ # Change Log | ||
## [0.27.5](https://github.com/cube-js/cube.js/compare/v0.27.4...v0.27.5) (2021-05-03) | ||
### Bug Fixes | ||
* **cubestore:** create `metastore-current` atomically, do not send content-length to GCS ([a2a68a0](https://github.com/cube-js/cube.js/commit/a2a68a04ab89d4df30236fa175ddc1abde79503d)) | ||
* **cubestore:** support OFFSET clause ([30b7b68](https://github.com/cube-js/cube.js/commit/30b7b68647496c995c68bbcf7a6b98ebce213783)) | ||
## [0.27.4](https://github.com/cube-js/cube.js/compare/v0.27.3...v0.27.4) (2021-04-29) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@cubejs-backend/cubestore", | ||
"version": "0.27.4", | ||
"version": "0.27.5", | ||
"description": "Cube.js pre-aggregation storage layer.", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@cubejs-backend/shared": "^0.27.4", | ||
"@cubejs-backend/shared": "^0.27.5", | ||
"@octokit/core": "^3.2.5", | ||
@@ -54,3 +54,3 @@ "source-map-support": "^0.5.19" | ||
}, | ||
"gitHead": "908bb4d3e99d2b6ca6cc69ab80187240271adc70" | ||
"gitHead": "b6acab46c48b620c9cbdc4796b9e1c7858befaeb" | ||
} |
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
373732