2.0.1 (2026-04-10)
2.0.0 (2025-11-06)
- update functions-framework-api dependency to 2.0.0 (#365)
- implementation: use Java 17 or above, as required by Eclipse Jetty-12.
- remove java11 support and expand java21 test coverage (#356)
- implementation: use Jetty-12.1 core without servlets (#333) (e23f98f)
- update functions-framework-api dependency to 2.0.0 (#365) (f351c1a)
1.4.3 (2025-10-20)
1.4.2 (2025-10-20)
1.4.1 (2025-03-07)
1.4.0 (2025-02-12)
1.3.3 (2024-11-27)
1.3.2 (2024-09-18)
- 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)
1.3.1 (2023-09-13)
- functions: include Implementation-Version key in invoker package manifest (#221) (f3fe2ce)
- typed declaration works correctly with http trigger (#212) (b3045ad)