Skip to content

Functions 1.0.10690

Compare
Choose a tag to compare
@mathewc mathewc released this 21 Dec 01:26

Main things in this release:

  • Added ability to deploy a pre-compiled assembly to a function (instead of script code)
  • QueueTrigger binding: exposing VisibilityTimeout for configurability via host.json visibilityTimeout property to allow the delay between failed message retries to be configured
  • ServiceBus binding: exposing AutoRenewTimeout for configurability via host.json autoRenewTimeout property (#1026)
  • Fixes for F# compilation (resolves #1044, #1027, #985, mitigates #178)
  • Improvements to C#/F# compilation error logging
  • Improvements to private assembly loading for C#/F# (#953)
  • Added schema files for host.json/function.json to support intellisense in VS and Functions portal
  • Monitoring fixes (Functions Portal Monitor tab)
  • Enhancements/fixes for function file change notification/monitoring