Functions Framework API 1.0.1
-
The
acceptmethod in theBackgroundFunctionandRawBackgroundFunctioninterfaces now declaresthrows Exception. This means that implementations don't have to catch checked exceptions and rethrow them as unchecked. -
The
Contextinterface gains anattributes()method which is useful in particular when the incoming event follows the CloudEvents specification.