Functions 0.3.10261 (v1.0.0-alpha1-10261)
Pre-release
Pre-release
·
3613 commits
to dev
since this release
Main things in this release are called out below. You can also review the raw commits since the last release.
- New Binding Extensibility Model
- Large refactor of all existing bindings to simplify extensibility
- All existing extensions now onboarded to runtime in “one line”
- (Breaking) New PowerShell execution model
- In proc model for PowerShell
- New SendGrid Email binding (including templates for C# and Node)
- Samples for C#/Node/PowerShell are in the repo (e.g. SendGrid Node Sample)
- EventHub Consumer Group support
- allow Consumer Group to be specified in function binding metadata (“consumerGroup”)
- flow this to EventProcessorHost
- DocDB/MobileTable parameter binding fixes
- support parameter binding on various binding properties
- Adding Microsoft.Azure.ApiHub.Sdk to shared assemblies – Allow users to easily #r in their C# Functions
- Misc. bug fixes