File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed
Expand file tree Collapse file tree 5 files changed +18
-7
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.11.0" }
1+ {"functions-framework-api" :" 1.1.0 " ,"invoker" :" 1.2.1" ,"function-maven-plugin" :" 0.11.0" }
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.1.0] ( https://github.com/GoogleCloudPlatform/functions-framework-java/compare/functions-framework-api-v1.0.4...functions-framework-api-v1.1.0 ) (2023-05-31)
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+ * remove warnings from mvn install ([ #66 ] ( https://github.com/GoogleCloudPlatform/functions-framework-java/issues/66 ) ) ([ 270f4ec] ( https://github.com/GoogleCloudPlatform/functions-framework-java/commit/270f4ec7936239eff9c00b8d3ff0f09a8615b9c9 ) )
Original file line number Diff line number Diff line change 1313 See the License for the specific language governing permissions and
1414 limitations under the License.
1515-->
16- <project xmlns =" http://maven.apache.org/POM/4.0.0"
17- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
16+ <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" >
1917 <modelVersion >4.0.0</modelVersion >
2018
2119 <parent >
2624
2725 <groupId >com.google.cloud.functions</groupId >
2826 <artifactId >functions-framework-api</artifactId >
29- <version >1.0.6-SNAPSHOT </version >
27+ <version >1.1.0 </version >
3028
3129 <properties >
3230 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >com.google.cloud.functions</groupId >
4848 <artifactId >functions-framework-api</artifactId >
49- <version >1.0.6-SNAPSHOT </version >
49+ <version >1.1.0 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >com.google.cloud.functions</groupId >
2121 <artifactId >functions-framework-api</artifactId >
22- <version >1.0.6-SNAPSHOT </version >
22+ <version >1.1.0 </version >
2323 </dependency >
2424 <dependency >
2525 <!-- We don't actually use this; we just check that its classes can be
You can’t perform that action at this time.
0 commit comments