Skip to content

Latest commit

 

History

History
116 lines (57 loc) · 8.97 KB

File metadata and controls

116 lines (57 loc) · 8.97 KB

Changelog

2.0.1 (2026-04-10)

Dependencies

  • update Functions Framework API dependency to 2.0.1 (#382) (a453a31)

2.0.0 (2025-11-06)

⚠ BREAKING CHANGES

  • 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)

Features

  • remove java11 support and expand java21 test coverage (#356) (c1f27d2)

Miscellaneous Chores

  • 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)

Bug Fixes

  • add autovalue plugin config to invoker/core/pom.xml to fix local development (#339) (4203279)

1.4.2 (2025-10-20)

Bug Fixes

  • add autovalue plugin config to invoker/core/pom.xml to fix local development (#339) (4203279)

1.4.1 (2025-03-07)

Bug Fixes

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

1.4.0 (2025-02-12)

Features

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

1.3.3 (2024-11-27)

Bug Fixes

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)

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)

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)

1.2.1 (2023-03-02)

Bug Fixes

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

1.2.0 (2022-10-05)

Features

  • allow to stop the invoker (#128) (14908ca)
  • enable converting CloudEvent requests to Background Event requests (#123) (1c4a014)
  • Increase maximum concurrent requests for jetty server to 1000. (#144) (439d0b5)

Bug Fixes