From d51be7a8d8a2a1792e115c9ab674d166221a3fd6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 18:24:26 +0000 Subject: [PATCH] chore(master): release java-function-invoker 1.2.1 --- .github/.release-please-manifest.json | 2 +- invoker/CHANGELOG.md | 7 +++++++ invoker/conformance/pom.xml | 4 ++-- invoker/core/pom.xml | 6 +++--- invoker/pom.xml | 2 +- invoker/testfunction/pom.xml | 4 ++-- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 485ec31c..0f1a7d79 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{"functions-framework-api":"1.0.4","invoker":"1.2.0","function-maven-plugin":"0.10.1"} \ No newline at end of file +{"functions-framework-api":"1.0.4","invoker":"1.2.1","function-maven-plugin":"0.10.1"} \ No newline at end of file diff --git a/invoker/CHANGELOG.md b/invoker/CHANGELOG.md index 21d264fc..f8106cf7 100644 --- a/invoker/CHANGELOG.md +++ b/invoker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* 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)) + ## [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) diff --git a/invoker/conformance/pom.xml b/invoker/conformance/pom.xml index 4531c93c..c12bf37e 100644 --- a/invoker/conformance/pom.xml +++ b/invoker/conformance/pom.xml @@ -4,12 +4,12 @@ java-function-invoker-parent com.google.cloud.functions.invoker - 1.2.1-SNAPSHOT + 1.2.1 com.google.cloud.functions.invoker conformance - 1.2.1-SNAPSHOT + 1.2.1 GCF Confromance Tests diff --git a/invoker/core/pom.xml b/invoker/core/pom.xml index 6688f2b9..6420cf93 100644 --- a/invoker/core/pom.xml +++ b/invoker/core/pom.xml @@ -4,12 +4,12 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.2.1-SNAPSHOT + 1.2.1 com.google.cloud.functions.invoker java-function-invoker - 1.2.1-SNAPSHOT + 1.2.1 GCF Java Invoker Application that invokes a GCF Java function. This application is a @@ -114,7 +114,7 @@ com.google.cloud.functions.invoker java-function-invoker-testfunction - 1.2.1-SNAPSHOT + 1.2.1 test-jar test diff --git a/invoker/pom.xml b/invoker/pom.xml index 44640217..eef187d8 100644 --- a/invoker/pom.xml +++ b/invoker/pom.xml @@ -8,7 +8,7 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.2.1-SNAPSHOT + 1.2.1 pom GCF Java Invoker Parent diff --git a/invoker/testfunction/pom.xml b/invoker/testfunction/pom.xml index d89eef20..ce9bdb5d 100644 --- a/invoker/testfunction/pom.xml +++ b/invoker/testfunction/pom.xml @@ -4,12 +4,12 @@ com.google.cloud.functions.invoker java-function-invoker-parent - 1.2.1-SNAPSHOT + 1.2.1 com.google.cloud.functions.invoker java-function-invoker-testfunction - 1.2.1-SNAPSHOT + 1.2.1 Example GCF Function Jar An example of a GCF function packaged into a jar. We use this in tests.