Functions 1.0.10635
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 expandingrand-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
- you can now use expressions like
- Fix input binding issue for PHP and other languages (#787)
- Fix
watchDirectories
shared script monitoring for Node functions (#954) - Other miscellaneous bug fixes