Functions Framework 1.0.0-alpha-2-rc4
-
Removed URL-rewriting logic from the Functions Framework.
-
Intercept requests for
/favicon.icoand/robots.txtand return a 404. -
After calling the user function, flush either the OutputStream or the Writer as appropriate. Calling
getWriter().flush()will fail ifgetOutputStream()has previously been called. -
Add a mvn function:deploy goal to deploy a Java function.