Releases: GoogleCloudPlatform/functions-framework-nodejs
Releases · GoogleCloudPlatform/functions-framework-nodejs
v3.1.3
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)