Skip to content

Releases: GoogleCloudPlatform/functions-framework-java

function-maven-plugin: v0.11.0

31 May 20:35
69db588
Compare
Choose a tag to compare

0.11.0 (2023-05-31)

Features

java-function-invoker: v1.2.1

24 Mar 21:26
ed91e93
Compare
Choose a tag to compare

1.2.1 (2023-03-02)

Bug Fixes

  • retrieving http headers on request object should be case insenstive (#178) (44da871)

java-function-invoker: v1.2.0

05 Oct 21:12
4a4e471
Compare
Choose a tag to compare

1.2.0 (2022-10-05)

Bug Fixes

  • bump jetty version to 9.4.49.v20220914 (#164) (f5231a2)

Functions Framework 1.1.1

17 Aug 23:56
Compare
Choose a tag to compare
  • Increase maximum concurrent requests for jetty server to 1000

Functions Framework 1.1.0

12 Nov 19:08
Compare
Choose a tag to compare
  • Supports detecting and converting CloudEvent requests to legacy Background Events, allowing Background Functions to receive CloudEvents

Functions Framework 1.0.3

01 Oct 22:03
Compare
Choose a tag to compare
  • 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

01 Dec 02:28
Compare
Choose a tag to compare
  • 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

01 Dec 02:23
Compare
Choose a tag to compare
  • 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

06 Oct 22:57
Compare
Choose a tag to compare
  • 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

21 Aug 23:28
Compare
Choose a tag to compare
  • Expanded and improved javadoc.

  • Added an experimental API for CloudEvents functions.