From 6422b8864e47feb8bcbb75b996ba91c9e8c7f5fd Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 10 Apr 2026 17:37:47 +0000
Subject: [PATCH] chore(main): release java-function-invoker 2.0.1
---
.github/.release-please-manifest.json | 2 +-
invoker/CHANGELOG.md | 7 +++++++
invoker/conformance/pom.xml | 4 ++--
invoker/core/pom.xml | 6 +++---
invoker/pom.xml | 2 +-
invoker/testfunction/pom.xml | 4 ++--
6 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json
index e21c415f..ba430840 100644
--- a/.github/.release-please-manifest.json
+++ b/.github/.release-please-manifest.json
@@ -1 +1 @@
-{"functions-framework-api":"2.0.1","invoker":"2.0.0","function-maven-plugin":"1.0.0"}
+{"functions-framework-api":"2.0.1","invoker":"2.0.1","function-maven-plugin":"1.0.0"}
diff --git a/invoker/CHANGELOG.md b/invoker/CHANGELOG.md
index c732e50c..87db009f 100644
--- a/invoker/CHANGELOG.md
+++ b/invoker/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.0.1](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v2.0.0...java-function-invoker-v2.0.1) (2026-04-10)
+
+
+### Dependencies
+
+* update Functions Framework API dependency to 2.0.1 ([#382](https://github.com/GoogleCloudPlatform/functions-framework-java/issues/382)) ([a453a31](https://github.com/GoogleCloudPlatform/functions-framework-java/commit/a453a315f1e6abd0720929f451bb6f3aec1aa498))
+
## [2.0.0](https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.3...java-function-invoker-v2.0.0) (2025-11-06)
diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml
index a4d4e5f8..4dc238be 100644
--- a/invoker/conformance/pom.xml
+++ b/invoker/conformance/pom.xml
@@ -4,12 +4,12 @@
java-function-invoker-parent
com.google.cloud.functions.invoker
- 2.0.1-SNAPSHOT
+ 2.0.1
com.google.cloud.functions.invoker
conformance
- 2.0.1-SNAPSHOT
+ 2.0.1
GCF Confromance Tests
diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml
index b85221a2..46718c30 100644
--- a/invoker/core/pom.xml
+++ b/invoker/core/pom.xml
@@ -4,12 +4,12 @@
com.google.cloud.functions.invoker
java-function-invoker-parent
- 2.0.1-SNAPSHOT
+ 2.0.1
com.google.cloud.functions.invoker
java-function-invoker
- 2.0.1-SNAPSHOT
+ 2.0.1
GCF Java Invoker
Application that invokes a GCF Java function. This application is a
@@ -112,7 +112,7 @@
com.google.cloud.functions.invoker
java-function-invoker-testfunction
- 2.0.1-SNAPSHOT
+ 2.0.1
test-jar
test
diff --git a/invoker/pom.xml b/invoker/pom.xml
index fc772385..d6e756c6 100644
--- a/invoker/pom.xml
+++ b/invoker/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud.functions.invoker
java-function-invoker-parent
- 2.0.1-SNAPSHOT
+ 2.0.1
pom
GCF Java Invoker Parent
diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml
index 94e88ff6..2e426a61 100644
--- a/invoker/testfunction/pom.xml
+++ b/invoker/testfunction/pom.xml
@@ -4,12 +4,12 @@
com.google.cloud.functions.invoker
java-function-invoker-parent
- 2.0.1-SNAPSHOT
+ 2.0.1
com.google.cloud.functions.invoker
java-function-invoker-testfunction
- 2.0.1-SNAPSHOT
+ 2.0.1
Example GCF Function Jar
An example of a GCF function packaged into a jar. We use this in tests.