Skip to content

Functions Framework 1.0.0-alpha-2-rc4

Choose a tag to compare

  • Removed URL-rewriting logic from the Functions Framework.

  • Intercept requests for /favicon.ico and /robots.txt and return a 404.

  • After calling the user function, flush either the OutputStream or the Writer as appropriate. Calling getWriter().flush() will fail if getOutputStream() has previously been called.

  • Add a mvn function:deploy goal to deploy a Java function.