@cubejs-backend/shared
Advanced tools
Comparing version 0.26.23 to 0.26.25
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.26.25](https://github.com/cube-js/cube.js/compare/v0.26.24...v0.26.25) (2021-02-20) | ||
### Features | ||
* **bigquery-driver:** Support changing location, CUBEJS_DB_BQ_LOCATION env variable ([204c73c](https://github.com/cube-js/cube.js/commit/204c73c4290760234242b1d3eecdd498bf848e0f)) | ||
## [0.26.23](https://github.com/cube-js/cube.js/compare/v0.26.22...v0.26.23) (2021-02-20) | ||
@@ -8,0 +19,0 @@ |
@@ -19,2 +19,3 @@ export declare class InvalidConfiguration extends Error { | ||
dbPollMaxInterval: () => number; | ||
bigQueryLocation: () => string | undefined; | ||
redisPoolMin: () => number; | ||
@@ -21,0 +22,0 @@ redisPoolMax: () => number; |
@@ -94,2 +94,6 @@ "use strict"; | ||
}, | ||
// BigQuery Driver | ||
bigQueryLocation: () => env_var_1.get('CUBEJS_DB_BQ_LOCATION') | ||
.asString(), | ||
// Redis | ||
redisPoolMin: () => env_var_1.get('CUBEJS_REDIS_POOL_MIN') | ||
@@ -96,0 +100,0 @@ .default('2') |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.26.23", | ||
"version": "0.26.25", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -53,3 +53,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "c0728a14bdde44cf528a8f97fa5c535c60617f00" | ||
"gitHead": "06ac91037d5abbec024099ebe2905a00b37590fa" | ||
} |
Sorry, the diff of this file is not supported yet
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
80928
873