Skip to content

v0.6.0

Choose a tag to compare

@bshaffer bshaffer released this 14 Oct 21:03
dba0a47

Features

  • CloudEvent behavior update (#52)
    • convert from legacy event to CloudEvent by default
    • support for cloudevent FUNCTION_SIGNATURE_TYPE
    • user-supplied function validation

Backwards-Compatibility Breaking Change

  • CloudEvent behavior update (#52)
    • BackgroundEventFunctionsWrapper is removed
    • PHP cloud functions with no parameters throw an exception
    • PHP cloud functions with no typehint or an invalid typehint throw an exception