File tree Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
- {"functions-framework-api" :" 1.1.4" ,"invoker" :" 1.4.0 " ,"function-maven-plugin" :" 0.11.1" }
1
+ {"functions-framework-api" :" 1.1.4" ,"invoker" :" 1.4.1 " ,"function-maven-plugin" :" 0.11.1" }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.4.1] ( https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.4.0...java-function-invoker-v1.4.1 ) (2025-03-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * correct Cloud Event retry functionality ([ #326 ] ( https://github.com/GoogleCloudPlatform/functions-framework-java/issues/326 ) ) ([ 9899a67] ( https://github.com/GoogleCloudPlatform/functions-framework-java/commit/9899a67a9a8cb6ebb27a92cccb740e7e23d48578 ) )
9
+
3
10
## [ 1.4.0] ( https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.3.3...java-function-invoker-v1.4.0 ) (2025-02-12)
4
11
5
12
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >java-function-invoker-parent</artifactId >
6
6
<groupId >com.google.cloud.functions.invoker</groupId >
7
- <version >1.4.1-SNAPSHOT </version >
7
+ <version >1.4.1</version >
8
8
</parent >
9
9
10
10
<groupId >com.google.cloud.functions.invoker</groupId >
11
11
<artifactId >conformance</artifactId >
12
- <version >1.4.1-SNAPSHOT </version >
12
+ <version >1.4.1</version >
13
13
14
14
<name >GCF Confromance Tests</name >
15
15
<description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.google.cloud.functions.invoker</groupId >
6
6
<artifactId >java-function-invoker-parent</artifactId >
7
- <version >1.4.1-SNAPSHOT </version >
7
+ <version >1.4.1</version >
8
8
</parent >
9
9
10
10
<groupId >com.google.cloud.functions.invoker</groupId >
11
11
<artifactId >java-function-invoker</artifactId >
12
- <version >1.4.1-SNAPSHOT </version >
12
+ <version >1.4.1</version >
13
13
<name >GCF Java Invoker</name >
14
14
<description >
15
15
Application that invokes a GCF Java function. This application is a
115
115
<dependency >
116
116
<groupId >com.google.cloud.functions.invoker</groupId >
117
117
<artifactId >java-function-invoker-testfunction</artifactId >
118
- <version >1.4.1-SNAPSHOT </version >
118
+ <version >1.4.1</version >
119
119
<type >test-jar</type >
120
120
<scope >test</scope >
121
121
</dependency >
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.cloud.functions.invoker</groupId >
10
10
<artifactId >java-function-invoker-parent</artifactId >
11
- <version >1.4.1-SNAPSHOT </version >
11
+ <version >1.4.1</version >
12
12
<packaging >pom</packaging >
13
13
<name >GCF Java Invoker Parent</name >
14
14
<description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.google.cloud.functions.invoker</groupId >
6
6
<artifactId >java-function-invoker-parent</artifactId >
7
- <version >1.4.1-SNAPSHOT </version >
7
+ <version >1.4.1</version >
8
8
</parent >
9
9
10
10
<groupId >com.google.cloud.functions.invoker</groupId >
11
11
<artifactId >java-function-invoker-testfunction</artifactId >
12
- <version >1.4.1-SNAPSHOT </version >
12
+ <version >1.4.1</version >
13
13
<name >Example GCF Function Jar</name >
14
14
<description >
15
15
An example of a GCF function packaged into a jar. We use this in tests.
You can’t perform that action at this time.
0 commit comments