Skip to content

Functions 0.3.10261 (v1.0.0-alpha1-10261)

Pre-release
Pre-release

Choose a tag to compare

@mathewc mathewc released this 27 Jun 18:26
· 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)
  • 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