Skip to content

Releases: GoogleCloudPlatform/functions-framework-java

java-function-invoker: v1.3.1

19 Sep 23:10
89b3b92
Compare
Choose a tag to compare

1.3.1 (2023-09-13)

Bug Fixes

  • functions: include Implementation-Version key in invoker package manifest (#221) (f3fe2ce)
  • typed declaration works correctly with http trigger (#212) (b3045ad)

java-function-invoker: v1.3.0

01 Jun 17:15
727f7a3
Compare
Choose a tag to compare

1.3.0 (2023-06-01)

Features

  • Define strongly typed function interface (#186) (5264e35)

Bug Fixes

  • bump org.eclipse.jetty dependency to 9.4.51 (#201) (0102c8f)

functions-framework-api: v1.1.0

01 Jun 15:56
11cf02e
Compare
Choose a tag to compare

1.1.0 (2023-05-31)

Features

  • Define strongly typed function interface (#186) (5264e35)

Bug Fixes

  • remove warnings from mvn install (#66) (270f4ec)

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.