Skip to content

Functions 1.0.10635

Compare
Choose a tag to compare
@mathewc mathewc released this 23 Nov 18:30
· 3308 commits to dev since this release

Main things in this release:

  • Fixes to F# assembly resolution (addresses #752 #861 #893)
  • Fix http header truncation issue (#913)
  • Add support for datetime system binding, and expanding rand-guid support (#731)
    • you can now use expressions like {datetime}, {datetime:yyyy-mm-dd}, {datetime:G} in your binding expressions
    • You can now specify the format for rand-guid, e.g. rand-guid:N which outputs a guid w/o hyphens
    • the format expression after the ':' can be any valid format expression for the target type (e.g see doc for DateTime format strings here
  • Fix input binding issue for PHP and other languages (#787)
  • Fix watchDirectories shared script monitoring for Node functions (#954)
  • Other miscellaneous bug fixes