File tree Expand file tree Collapse file tree 7 files changed +18
-10
lines changed Expand file tree Collapse file tree 7 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1- {"functions-framework-api" :" 1.1.0" ,"invoker" :" 1.3.0 " ,"function-maven-plugin" :" 0.11.0" }
1+ {"functions-framework-api" :" 1.1.0" ,"invoker" :" 1.3.1 " ,"function-maven-plugin" :" 0.11.0" }
Original file line number Diff line number Diff line change 5858 <dependency >
5959 <groupId >com.google.cloud.functions.invoker</groupId >
6060 <artifactId >java-function-invoker</artifactId >
61- <version >1.3.1-SNAPSHOT </version >
61+ <version >1.3.1</version >
6262 </dependency >
6363
6464 <dependency >
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.3.1] ( https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.3.0...java-function-invoker-v1.3.1 ) (2023-09-13)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** functions:** include Implementation-Version key in invoker package manifest ([ #221 ] ( https://github.com/GoogleCloudPlatform/functions-framework-java/issues/221 ) ) ([ f3fe2ce] ( https://github.com/GoogleCloudPlatform/functions-framework-java/commit/f3fe2ce46fcb1885137cdf504649612e7c31dc4c ) )
9+ * typed declaration works correctly with http trigger ([ #212 ] ( https://github.com/GoogleCloudPlatform/functions-framework-java/issues/212 ) ) ([ b3045ad] ( https://github.com/GoogleCloudPlatform/functions-framework-java/commit/b3045ad380cd23e37f5edec0d758031438bcb568 ) )
10+
311## [ 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)
412
513
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >java-function-invoker-parent</artifactId >
66 <groupId >com.google.cloud.functions.invoker</groupId >
7- <version >1.3.1-SNAPSHOT </version >
7+ <version >1.3.1</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >conformance</artifactId >
12- <version >1.3.1-SNAPSHOT </version >
12+ <version >1.3.1</version >
1313
1414 <name >GCF Confromance Tests</name >
1515 <description >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.cloud.functions.invoker</groupId >
66 <artifactId >java-function-invoker-parent</artifactId >
7- <version >1.3.1-SNAPSHOT </version >
7+ <version >1.3.1</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >java-function-invoker</artifactId >
12- <version >1.3.1-SNAPSHOT </version >
12+ <version >1.3.1</version >
1313 <name >GCF Java Invoker</name >
1414 <description >
1515 Application that invokes a GCF Java function. This application is a
115115 <dependency >
116116 <groupId >com.google.cloud.functions.invoker</groupId >
117117 <artifactId >java-function-invoker-testfunction</artifactId >
118- <version >1.3.1-SNAPSHOT </version >
118+ <version >1.3.1</version >
119119 <type >test-jar</type >
120120 <scope >test</scope >
121121 </dependency >
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.cloud.functions.invoker</groupId >
1010 <artifactId >java-function-invoker-parent</artifactId >
11- <version >1.3.1-SNAPSHOT </version >
11+ <version >1.3.1</version >
1212 <packaging >pom</packaging >
1313 <name >GCF Java Invoker Parent</name >
1414 <description >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.google.cloud.functions.invoker</groupId >
66 <artifactId >java-function-invoker-parent</artifactId >
7- <version >1.3.1-SNAPSHOT </version >
7+ <version >1.3.1</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >java-function-invoker-testfunction</artifactId >
12- <version >1.3.1-SNAPSHOT </version >
12+ <version >1.3.1</version >
1313 <name >Example GCF Function Jar</name >
1414 <description >
1515 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