Skip to content

Release 1.0.0-alpha09

Pre-release
Pre-release

Choose a tag to compare

@jskeet jskeet released this 25 Aug 10:37
Release .NET Functions Framework 1.0.0-alpha09

Changes since 1.0.0-alpha08:

- Updated to use Google.Events and Google.Events.Protobuf 1.0.0-alpha04
- Updated Functions Startup classes to cover more customization and provide more context
- Updated architecture for host building to be more idiomatic to ASP.NET Core
- Kestrel heartbeat warnings are now suppressed (as they're expected due to the way functions hosts run)
- Testing package now contains a FunctionTestBase class for simple integration testing