Skip to content

Functions 0.8.10564 (1.0.0-beta1-10564)

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabiocav fabiocav released this 27 Oct 19:57

IMPORTANT: if you're using an older functions runtime, you must upgrade to this release, otherwise you will not see any logs in the Monitor tab.

Main items in this release:

  • Enhanced Node.js HTTP programming model
    • Express like programming model for Node.js functions
    • see example here
  • Managed code functions (C# and F#) optimization level
    • Now default to Release optimization level
    • Debug optimization level automatically set in remote debugging scenarios or through app setting
    • see PR for details
  • Multi-key secret file format and secret encryption enabled by default
    • function and host secrets are now encrypted at rest by default
    • function and host secrets now default to the format that supports multiple keys
    • breaking change if automated processes were accessing files directly through VFS or other mechanism
  • Updated package/SDK references
    • Azure Storage SDK 7.2.1
    • Azure DocumentDB SDK 1.10.0
    • Azure Mobile Apps Client SDK 3.0.3
    • Sendgrid 8.0.5
  • Other bug fixes and enhancements