Skip to content

Releases: GoogleCloudPlatform/functions-framework-java

java-function-invoker: v1.4.1

07 Mar 20:50
05c419b
Compare
Choose a tag to compare

1.4.1 (2025-03-07)

Bug Fixes

  • correct Cloud Event retry functionality (#326) (9899a67)

java-function-invoker: v1.4.0

12 Feb 23:16
d17cc63
Compare
Choose a tag to compare

1.4.0 (2025-02-12)

Features

  • Add execution id logging to uniquely identify request logs (#319) (5ef5317)

java-function-invoker: v1.3.3

27 Nov 18:21
3fc0251
Compare
Choose a tag to compare

1.3.3 (2024-11-27)

Bug Fixes

function-maven-plugin: v0.11.1

27 Nov 22:20
f2e3740
Compare
Choose a tag to compare

0.11.1 (2024-11-27)

Bug Fixes

functions-framework-api: v1.1.4

25 Nov 23:39
1506764
Compare
Choose a tag to compare

1.1.4 (2024-11-22)

Bug Fixes

functions-framework-api: v1.1.3

05 Oct 00:31
f909f73
Compare
Choose a tag to compare

1.1.3 (2024-10-05)

Bug Fixes

functions-framework-api: v1.1.2

28 Sep 00:03
478e583
Compare
Choose a tag to compare

1.1.2 (2024-09-27)

Bug Fixes

  • use a version of maven-source-plugin that's available in mavencentral (#288) (f8c1d57)

java-function-invoker: v1.3.2

27 Sep 23:56
f82b701
Compare
Choose a tag to compare

1.3.2 (2024-09-18)

Bug Fixes

  • avoid executing function when /favicon.ico or /robots.txt is called (#226) (fca8676)
  • server times out when specified by CLOUD_RUN_TIMEOUT_SECONDS (#275) (9e91f57)
  • set Thread Context ClassLoader correctly when invoking handler constructor (#239) (9f7155b)

functions-framework-api: v1.1.1

27 Jun 18:30
cb4d76d
Compare
Choose a tag to compare

1.1.1 (2024-06-27)

Bug Fixes

  • release 1.1.1; this updates transitive dependencies on jackson (#277) (7e4ca5d)

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)