Skip to content

Functions 0.4.10355 (1.0.0-beta1-10355)

Pre-release
Pre-release
Compare
Choose a tag to compare
@mathewc mathewc released this 15 Aug 19:02
· 3264 commits to dev since this release

Main things in this release are called out below.

  • timer trigger fixes to prevent duplicate executions and other schedule issues
  • Added a blob lease based "primary host" detection mechanism to unblock a fix for #164
    • For scaled out Function Apps (i.e. multiple instances), only one instance will acquire (and maintain) the blob lease
    • Some logs and other actions will only be performed by the primary host
  • Moving to latest minor versions of all our dependencies
  • changed log file name format to make them more easily sortable (e.g. 2016-08-15T17-59-25Z-b84490e99a.log)
  • Several other bug fixes