Releases: GoogleCloudPlatform/functions-framework-conformance
Releases · GoogleCloudPlatform/functions-framework-conformance
v1.2.0
v1.1.1
v1.1.0
Add version input to the conformance test GitHub Action. This allows configuring GitHub Action to use a different conformance test (client) than the version number of the GitHub Action itself. See action/README.md for more information.
This correctly enables pinning to older conformance test standards when a Functions Framework has not implemented the newest standard.
v1.0.0
Fix for Firebase RTDB event types
v0.3.12
Add location support to Firebase RTDB events
v0.3.11
Include publishedTime and messageId in CE payload
v0.3.10
- fix: properly kill child processes on Windows
- A previous commit didn't address Windows. Now process groups are killed properly on Linux, MacOS, and Windows.
- fix: override the expected converted Pub/Sub payload
- There are multiple legacy Pub/Sub payload schemas. When converting CloudEvents to legacy events there is no information in the CE that enables us to infer which schema to convert to. The conformance test framework assumes the converted output will always match a corresponding unconverted payload, which isn't necessarily possible. There is now a mechanism to override the expected output when converting between event types.
- feat: add a workingDirectory option to run conformance tests in a subdirectory