@google-cloud/functions
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -102,2 +102,6 @@ "use strict"; | ||
this.auth = this._gaxGrpc.auth; | ||
// Set useJWTAccessWithScope on the auth object. | ||
this.auth.useJWTAccessWithScope = true; | ||
// Set defaultServicePath on the auth object. | ||
this.auth.defaultServicePath = staticMembers.servicePath; | ||
// Set the default scopes in auth client if needed. | ||
@@ -1017,2 +1021,3 @@ if (servicePath === staticMembers.servicePath) { | ||
stub.close(); | ||
this.operationsClient.close(); | ||
}); | ||
@@ -1019,0 +1024,0 @@ } |
# Changelog | ||
## [1.2.0](https://www.github.com/googleapis/nodejs-functions/compare/v1.1.9...v1.2.0) (2021-09-16) | ||
### Features | ||
* add SecurityLevel option on HttpsTrigger ([#110](https://www.github.com/googleapis/nodejs-functions/issues/110)) ([13d865e](https://www.github.com/googleapis/nodejs-functions/commit/13d865e773a66213c1915ebe2dfc18688e2db300)) | ||
* turns on self-signed JWT feature flag ([#106](https://www.github.com/googleapis/nodejs-functions/issues/106)) ([9fb2982](https://www.github.com/googleapis/nodejs-functions/commit/9fb29822945fed6f99a7aefa70bdaf88b7782489)) | ||
### [1.1.9](https://www.github.com/googleapis/nodejs-functions/compare/v1.1.8...v1.1.9) (2021-08-17) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@google-cloud/functions", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"description": "Functions client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-functions", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1876160
31484