Releases: GoogleCloudPlatform/functions-framework-nodejs
Releases · GoogleCloudPlatform/functions-framework-nodejs
v3.1.2
v3.1.1
v3.1.0
v3.0.0
v2.1.1
@google-cloud/functions-framework v2.1.0
@google-cloud/functions-framework v2.0.0
⚠ BREAKING CHANGES
- remove eventarc cloudevent types (#385)
- update the build to use api-extractor types (#383)
- use snake case for generated cloudevent files (#382)
- rename cloudevent to CloudEvent (#379)
- Add type annotation for Request.rawBody
- move function wrapping earlier (#335)
- This commit refactors the SignatureType enum into an array of strings declared as const. This allows the SignatureType type to be expressed as a union type, which works a bit better when parsing a users provided string.
Features
- add google CloudEvent types (#376) (292ade9)
- enable traceparent header for cloudevents (#336) (aba9cb4)
- generate cloudevent types from googleapis/google-cloudevents (#371) (7617801)
- introduce declarative function signatures (#347) (db1ba9e)
- update the build to use api-extractor types (#383) (752c49c)
Bug Fixes
Reverts
Code Refactoring
@google-cloud/functions-framework v2.0.0-beta.1
BREAKING CHANGES
- Add type annotation for Request.rawBody
- move function wrapping earlier (#335)
- This commit refactors the SignatureType enum into an array of strings declared as const. This allows the SignatureType type to be expressed as a union type, which works a bit better when parsing a users provided string.
Features
- enable traceparent header for cloudevents (#336) (aba9cb4)
- generate cloudevent types from googleapis/google-cloudevents (#371) (7617801)
- introduce declarative function signatures (#347) (db1ba9e)
Bug Fixes
Code Refactoring
@google-cloud/functions-framework v1.10.0
@google-cloud/functions-framework v1.9.0
Features
- disable x-powered-by header (#223) (1ca74ae)
- updates event and cloudevent interfaces (#276) (f67d11d)
Bug Fixes
- build: release should be v1.9.0 (#300) (4859f8b)
- Do not pass numeric arguments to res.send (#242) (a8ace7b)
- fix cloudevent signature callbacks (#234) (2449956)
- Log function signature type (#228) (0726a2d)
- re-add interfaces (#218) (0e71491)
- run conformance tests against the current FF version (#236) (240defc), closes #231
- smooth functions crash (#264) (506c503)