Skip to content

Release 1.0.0-alpha05

Pre-release
Pre-release

Choose a tag to compare

@jskeet jskeet released this 12 May 14:17
Release 1.0.0-alpha05 of the .NET Functions Framework

New features since 1.0.0-alpha04:

- Update the events programming model:
  - All events are Cloud Events; GCF-events are now synthesized into
    CloudEvents
  - Event functions are typed (in which case the data is deserialized
    automatically) or untyped (in which case only the event is
    provided)
- Templates available across all languages