File tree 7 files changed +24
-16
lines changed
7 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1
- {"functions-framework-api" :" 1.1.0" ,"invoker" :" 1.2.1 " ,"function-maven-plugin" :" 0.11.0" }
1
+ {"functions-framework-api" :" 1.1.0" ,"invoker" :" 1.3.0 " ,"function-maven-plugin" :" 0.11.0" }
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >com.google.cloud.functions.invoker</groupId >
46
46
<artifactId >java-function-invoker</artifactId >
47
- <version >1.2.3-SNAPSHOT </version >
47
+ <version >1.3.0 </version >
48
48
</dependency >
49
49
50
50
<dependency >
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.3.0] ( https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.2.1...java-function-invoker-v1.3.0 ) (2023-06-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * Define strongly typed function interface ([ #186 ] ( https://github.com/GoogleCloudPlatform/functions-framework-java/issues/186 ) ) ([ 5264e35] ( https://github.com/GoogleCloudPlatform/functions-framework-java/commit/5264e35b2522a789d65f0e0fd9bb5584694529eb ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump org.eclipse.jetty dependency to 9.4.51 ([ #201 ] ( https://github.com/GoogleCloudPlatform/functions-framework-java/issues/201 ) ) ([ 0102c8f] ( https://github.com/GoogleCloudPlatform/functions-framework-java/commit/0102c8f543280ff5ba5727508f87083a9f54ef74 ) )
14
+
3
15
## [ 1.2.1] ( https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.2.0...java-function-invoker-v1.2.1 ) (2023-03-02)
4
16
5
17
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.2.3-SNAPSHOT </version >
7
+ <version >1.3.0 </version >
8
8
</parent >
9
9
10
10
<groupId >com.google.cloud.functions.invoker</groupId >
11
11
<artifactId >conformance</artifactId >
12
- <version >1.2.3-SNAPSHOT </version >
12
+ <version >1.3.0 </version >
13
13
14
14
<name >GCF Confromance Tests</name >
15
15
<description >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<parent >
7
5
<groupId >com.google.cloud.functions.invoker</groupId >
8
6
<artifactId >java-function-invoker-parent</artifactId >
9
- <version >1.2.3-SNAPSHOT </version >
7
+ <version >1.3.0 </version >
10
8
</parent >
11
9
12
10
<groupId >com.google.cloud.functions.invoker</groupId >
13
11
<artifactId >java-function-invoker</artifactId >
14
- <version >1.2.3-SNAPSHOT </version >
12
+ <version >1.3.0 </version >
15
13
<name >GCF Java Invoker</name >
16
14
<description >
17
15
Application that invokes a GCF Java function. This application is a
117
115
<dependency >
118
116
<groupId >com.google.cloud.functions.invoker</groupId >
119
117
<artifactId >java-function-invoker-testfunction</artifactId >
120
- <version >1.2.3-SNAPSHOT </version >
118
+ <version >1.3.0 </version >
121
119
<type >test-jar</type >
122
120
<scope >test</scope >
123
121
</dependency >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<parent >
6
4
<groupId >org.sonatype.oss</groupId >
10
8
11
9
<groupId >com.google.cloud.functions.invoker</groupId >
12
10
<artifactId >java-function-invoker-parent</artifactId >
13
- <version >1.2.3-SNAPSHOT </version >
11
+ <version >1.3.0 </version >
14
12
<packaging >pom</packaging >
15
13
<name >GCF Java Invoker Parent</name >
16
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.2.3-SNAPSHOT </version >
7
+ <version >1.3.0 </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.2.3-SNAPSHOT </version >
12
+ <version >1.3.0 </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