File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- {"functions-framework-api" :" 1.0.4" ,"invoker" :" 1.2.1" ,"function-maven-plugin" :" 0.10.1 " }
1+ {"functions-framework-api" :" 1.0.4" ,"invoker" :" 1.2.1" ,"function-maven-plugin" :" 0.11.0 " }
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.11.0] ( https://github.com/GoogleCloudPlatform/functions-framework-java/compare/function-maven-plugin-v0.10.1...function-maven-plugin-v0.11.0 ) (2023-05-31)
4+
5+
6+ ### Features
7+
8+ * Add --gen2 support ([ #172 ] ( https://github.com/GoogleCloudPlatform/functions-framework-java/issues/172 ) ) ([ 3b7b701] ( https://github.com/GoogleCloudPlatform/functions-framework-java/commit/3b7b70152ca614e2a3b52f1a7c07d89221095a7d ) )
9+ * 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 ) )
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" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <groupId >com.google.cloud.functions</groupId >
75 <artifactId >function-maven-plugin</artifactId >
86 <packaging >maven-plugin</packaging >
9- <version >0.10.2-SNAPSHOT </version >
7+ <version >0.11.0 </version >
108 <name >Functions Framework Plugin</name >
119 <description >A Maven plugin that allows functions to be deployed, and to be run locally
1210 using the Java Functions Framework.</description >
You can’t perform that action at this time.
0 commit comments