@cubejs-backend/shared
Advanced tools
Comparing version 0.30.34 to 0.30.43
@@ -6,2 +6,14 @@ # Change Log | ||
## [0.30.43](https://github.com/cube-js/cube.js/compare/v0.30.42...v0.30.43) (2022-07-28) | ||
### Features | ||
* **cubesql:** Security Context switching (Row Access) ([731e1ab](https://github.com/cube-js/cube.js/commit/731e1ab6d9362fb9a1857f5276e22a565f79781c)) | ||
* **databricks-jdbc:** UserAgentEntry property configuration for the databricks-jdbc driver ([bccae12](https://github.com/cube-js/cube.js/commit/bccae12715fcbfdecbc2175de5e4ad6601ba374f)) | ||
## [0.30.34](https://github.com/cube-js/cube.js/compare/v0.30.33...v0.30.34) (2022-07-12) | ||
@@ -8,0 +20,0 @@ |
@@ -177,2 +177,6 @@ "use strict"; | ||
.asString(), | ||
databrickAgent: () => env_var_1.get('CUBEJS_DB_DATABRICKS_AGENT') | ||
.asString(), | ||
databrickToken: () => env_var_1.get('CUBEJS_DB_DATABRICKS_TOKEN') | ||
.asString(), | ||
databrickAcceptPolicy: () => env_var_1.get('CUBEJS_DB_DATABRICKS_ACCEPT_POLICY') | ||
@@ -312,2 +316,3 @@ .asString(), | ||
sqlPassword: () => env_var_1.get('CUBEJS_SQL_PASSWORD').asString(), | ||
sqlSuperUser: () => env_var_1.get('CUBEJS_SQL_SUPER_USER').asString(), | ||
// Experiments & Preview flags | ||
@@ -314,0 +319,0 @@ livePreview: () => env_var_1.get('CUBEJS_LIVE_PREVIEW') |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.30.34", | ||
"version": "0.30.43", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -73,3 +73,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "1d9b43fe7ca97e2c24bc173ab6e86ddc245866b5" | ||
"gitHead": "52877ac0ea70657a49f155b5b68bee53ef779bd5" | ||
} |
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
154944
1565