Releases: GoogleCloudPlatform/functions-framework-java
Releases · GoogleCloudPlatform/functions-framework-java
java-function-invoker: v1.3.3
1.3.3 (2024-11-27)
Bug Fixes
function-maven-plugin: v0.11.1
functions-framework-api: v1.1.4
1.1.4 (2024-11-22)
Bug Fixes
functions-framework-api: v1.1.3
1.1.3 (2024-10-05)
Bug Fixes
functions-framework-api: v1.1.2
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
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
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
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
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
1.1.0 (2023-05-31)
Features
- Define strongly typed function interface (#186) (5264e35)
Bug Fixes