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.0.4" ,"invoker" :" 1.2.0 " ,"function-maven-plugin" :" 0.10.1" }
1+ {"functions-framework-api" :" 1.0.4" ,"invoker" :" 1.2.1 " ,"function-maven-plugin" :" 0.10.1" }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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+
5+
6+ ### Bug Fixes
7+
8+ * retrieving http headers on request object should be case insenstive ([ #178 ] ( https://github.com/GoogleCloudPlatform/functions-framework-java/issues/178 ) ) ([ 44da871] ( https://github.com/GoogleCloudPlatform/functions-framework-java/commit/44da871e06e967ce132bea06c3b7c5d1b06ddd6b ) )
9+
310## [ 1.2.0] ( https://github.com/GoogleCloudPlatform/functions-framework-java/compare/java-function-invoker-v1.1.1...java-function-invoker-v1.2.0 ) (2022-10-05)
411
512
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.2.1-SNAPSHOT </version >
7+ <version >1.2.1</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >conformance</artifactId >
12- <version >1.2.1-SNAPSHOT </version >
12+ <version >1.2.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.2.1-SNAPSHOT </version >
7+ <version >1.2.1</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >java-function-invoker</artifactId >
12- <version >1.2.1-SNAPSHOT </version >
12+ <version >1.2.1</version >
1313 <name >GCF Java Invoker</name >
1414 <description >
1515 Application that invokes a GCF Java function. This application is a
114114 <dependency >
115115 <groupId >com.google.cloud.functions.invoker</groupId >
116116 <artifactId >java-function-invoker-testfunction</artifactId >
117- <version >1.2.1-SNAPSHOT </version >
117+ <version >1.2.1</version >
118118 <type >test-jar</type >
119119 <scope >test</scope >
120120 </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.2.1-SNAPSHOT </version >
11+ <version >1.2.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.2.1-SNAPSHOT </version >
7+ <version >1.2.1</version >
88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
1111 <artifactId >java-function-invoker-testfunction</artifactId >
12- <version >1.2.1-SNAPSHOT </version >
12+ <version >1.2.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