Skip to content

Functions Framework API 1.0.1

Choose a tag to compare

  • The accept method in the BackgroundFunction and RawBackgroundFunction interfaces now declares throws Exception. This means that implementations don't have to catch checked exceptions and rethrow them as unchecked.

  • The Context interface gains an attributes() method which is useful in particular when the incoming event follows the CloudEvents specification.