@google-cloud/functions-framework
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -89,2 +89,4 @@ "use strict"; | ||
app.disable('x-powered-by'); | ||
// Disable Express eTag response header | ||
app.disable('etag'); | ||
if (functionSignatureType === 'event' || | ||
@@ -91,0 +93,0 @@ functionSignatureType === 'cloudevent') { |
@@ -7,2 +7,14 @@ # Changelog | ||
## [3.1.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.0.0...v3.1.0) (2022-03-31) | ||
### Features | ||
* Disable Express eTag response header for consistent FF behaviour across FF runtimes ([#439](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/439)) ([07668f6](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/07668f696b29f077d4ba9d0463ea994076cdab50)) | ||
### Bug Fixes | ||
* **deps:** update dependency minimist to v1.2.6 [security] ([#432](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/432)) ([32bb723](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/32bb7236c2f82ca55d44bf564e5a2f3cb3ca494f)) | ||
## [3.0.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v2.1.1...v3.0.0) (2022-02-15) | ||
@@ -9,0 +21,0 @@ |
{ | ||
"name": "@google-cloud/functions-framework", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "FaaS (Function as a service) framework for writing portable Node.js functions", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
"body-parser": "^1.18.3", | ||
"cloudevents": "^5.1.0", | ||
"cloudevents": "^5.3.2", | ||
"express": "^4.16.4", | ||
@@ -20,0 +20,0 @@ "minimist": "^1.2.5", |
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
121790
1976
Updatedcloudevents@^5.3.2