@cubejs-backend/shared
Advanced tools
Comparing version 0.30.25 to 0.30.30
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.30](https://github.com/cube-js/cube.js/compare/v0.30.29...v0.30.30) (2022-07-05) | ||
### Features | ||
* centralized concurrency setting ([#4735](https://github.com/cube-js/cube.js/issues/4735)) ([1c897a1](https://github.com/cube-js/cube.js/commit/1c897a13c62049e23d26009351622b2a93c0a745)) | ||
## [0.30.25](https://github.com/cube-js/cube.js/compare/v0.30.24...v0.30.25) (2022-06-16) | ||
@@ -8,0 +19,0 @@ |
@@ -101,2 +101,3 @@ "use strict"; | ||
.asString(), | ||
concurrency: () => env_var_1.get('CUBEJS_CONCURRENCY').asInt(), | ||
// It's only excepted for CI, nothing else. | ||
@@ -103,0 +104,0 @@ internalExceptions: () => env_var_1.get('INTERNAL_EXCEPTIONS_YOU_WILL_BE_FIRED') |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.30.25", | ||
"version": "0.30.30", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -73,3 +73,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "fcbfc6901ed8abb67729da562e830fe9f957a004" | ||
"gitHead": "21d664e571c93dc4bde75ee744f0cdd20a590bff" | ||
} |
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
153554
1559