Releases: GoogleCloudPlatform/functions-framework-java
Releases · GoogleCloudPlatform/functions-framework-java
function-maven-plugin: v0.11.0
java-function-invoker: v1.2.1
java-function-invoker: v1.2.0
Functions Framework 1.1.1
- Increase maximum concurrent requests for jetty server to 1000
Functions Framework 1.1.0
- Supports detecting and converting CloudEvent requests to legacy Background Events, allowing Background Functions to receive CloudEvents
Functions Framework 1.0.3
- Upgrade severity of logs from WARNING -> SEVERE (error) for exception messages originating from function code
- Fixes to CloudEvent conversion logic
Functions Framework 1.0.1
-
Updated to version 1.0.3 of the API. That uses version 2.0.0-milestone4 of the CloudEvents SDK, which implies some API changes for CloudEvents functions and code changes to the Functions Framework.
-
Some dependencies were auto-updated by Dependabot.
Functions Framework API 1.0.3
-
Updated to version 2.0.0-milestone4 of the CloudEvents SDK. This implies some API changes for CloudEvents functions.
-
Fixed some javadoc warnings.
Functions Framework 1.0.0
-
Adds a function type for functions that receive CloudEvents.
-
Adds logic to translate incoming GCF legacy events to the new CloudEvents handlers.
-
Fixes a problem with the
deploy.envvarsfile
property of the deploy plugin. (Contribution from @felixgborrego. Thanks!)
Functions Framework API 1.0.2
-
Expanded and improved javadoc.
-
Added an experimental API for CloudEvents functions.