From 30df5351c04d0d0ad59d0c4e2244858e56f97260 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:23:35 +0000 Subject: [PATCH 01/19] updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3165b015c..8b8f96d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.34.0](https://www.github.com/googleapis/google-http-java-client/compare/v1.33.0...v1.34.0) (2019-12-17) + + +### Features + +* add option to pass redirect Location: header value as-is without encoding, decoding, or escaping ([#871](https://www.github.com/googleapis/google-http-java-client/issues/871)) ([2c4f49e](https://www.github.com/googleapis/google-http-java-client/commit/2c4f49e0e5f9c6b8f21f35edae373eaada87119b)) +* decode uri path components correctly ([#913](https://www.github.com/googleapis/google-http-java-client/issues/913)) ([7d4a048](https://www.github.com/googleapis/google-http-java-client/commit/7d4a048233d0d3e7c0266b7faaac9f61141aeef9)), closes [#398](https://www.github.com/googleapis/google-http-java-client/issues/398) +* support chunked transfer encoding ([#910](https://www.github.com/googleapis/google-http-java-client/issues/910)) ([b8d6abe](https://www.github.com/googleapis/google-http-java-client/commit/b8d6abe0367bd497b68831263753ad262914aa97)), closes [#648](https://www.github.com/googleapis/google-http-java-client/issues/648) + + +### Bug Fixes + +* redirect on 308 (Permanent Redirect) too ([#876](https://www.github.com/googleapis/google-http-java-client/issues/876)) ([501ede8](https://www.github.com/googleapis/google-http-java-client/commit/501ede83ef332207f0ed67c3d7120b20a1416cec)) +* set mediaType to null if contentType cannot be parsed ([#911](https://www.github.com/googleapis/google-http-java-client/issues/911)) ([7ea53eb](https://www.github.com/googleapis/google-http-java-client/commit/7ea53ebdb641a9611cbf5736c55f08a83606101e)) +* update HttpRequest#getVersion to use stable logic ([#919](https://www.github.com/googleapis/google-http-java-client/issues/919)) ([853ab4b](https://www.github.com/googleapis/google-http-java-client/commit/853ab4ba1bd81420f7b236c2c8f40c4a253a482e)), closes [#892](https://www.github.com/googleapis/google-http-java-client/issues/892) + ## [1.32.2](https://www.github.com/googleapis/google-http-java-client/compare/v1.32.1...v1.32.2) (2019-10-29) From f0f458252b71d32c08e8beb9dcce31b1f71da528 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:23:37 +0000 Subject: [PATCH 02/19] updated README.md [ci skip] From 27632b45de386f80eb3b41e1f58af5aff80a2b1e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:23:47 +0000 Subject: [PATCH 03/19] updated versions.txt [ci skip] --- versions.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/versions.txt b/versions.txt index 08ce6e975..28bd1f958 100644 --- a/versions.txt +++ b/versions.txt @@ -1,17 +1,17 @@ # Format: # module:released-version:current-version -google-http-client:1.33.0:1.33.1-SNAPSHOT -google-http-client-bom:1.33.0:1.33.1-SNAPSHOT -google-http-client-parent:1.33.0:1.33.1-SNAPSHOT -google-http-client-android:1.33.0:1.33.1-SNAPSHOT -google-http-client-android-test:1.33.0:1.33.1-SNAPSHOT -google-http-client-apache-v2:1.33.0:1.33.1-SNAPSHOT -google-http-client-appengine:1.33.0:1.33.1-SNAPSHOT -google-http-client-assembly:1.33.0:1.33.1-SNAPSHOT -google-http-client-findbugs:1.33.0:1.33.1-SNAPSHOT -google-http-client-gson:1.33.0:1.33.1-SNAPSHOT -google-http-client-jackson2:1.33.0:1.33.1-SNAPSHOT -google-http-client-protobuf:1.33.0:1.33.1-SNAPSHOT -google-http-client-test:1.33.0:1.33.1-SNAPSHOT -google-http-client-xml:1.33.0:1.33.1-SNAPSHOT +google-http-client:1.34.0:1.34.0 +google-http-client-bom:1.34.0:1.34.0 +google-http-client-parent:1.34.0:1.34.0 +google-http-client-android:1.34.0:1.34.0 +google-http-client-android-test:1.34.0:1.34.0 +google-http-client-apache-v2:1.34.0:1.34.0 +google-http-client-appengine:1.34.0:1.34.0 +google-http-client-assembly:1.34.0:1.34.0 +google-http-client-findbugs:1.34.0:1.34.0 +google-http-client-gson:1.34.0:1.34.0 +google-http-client-jackson2:1.34.0:1.34.0 +google-http-client-protobuf:1.34.0:1.34.0 +google-http-client-test:1.34.0:1.34.0 +google-http-client-xml:1.34.0:1.34.0 From f5aa9783e538643d5dc2cef3a7708766bd726a1c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:23:51 +0000 Subject: [PATCH 04/19] updated google-http-client-findbugs/google-http-client-findbugs-test/pom.xml [ci skip] From 08b1635f14cb77d0d6c24fed2f04a53255b072e3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:23:53 +0000 Subject: [PATCH 05/19] updated google-http-client-android-test/pom.xml [ci skip] --- google-http-client-android-test/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml index d5b444586..78055ae04 100644 --- a/google-http-client-android-test/pom.xml +++ b/google-http-client-android-test/pom.xml @@ -4,7 +4,7 @@ google-http-client google-http-client-android-test Test project for google-http-client-android. - 1.33.1-SNAPSHOT + 1.34.0 apk @@ -53,7 +53,7 @@ com.google.http-client google-http-client-android - 1.33.1-SNAPSHOT + 1.34.0 android @@ -72,7 +72,7 @@ com.google.http-client google-http-client-test - 1.33.1-SNAPSHOT + 1.34.0 junit From 3270643562d00051ebd7f9c107a9933071c11783 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:23:56 +0000 Subject: [PATCH 06/19] updated google-http-client-android/pom.xml [ci skip] --- google-http-client-android/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml index a4d6c05e8..196b5b758 100644 --- a/google-http-client-android/pom.xml +++ b/google-http-client-android/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-android - 1.33.1-SNAPSHOT + 1.34.0 Android Platform Extensions to the Google HTTP Client Library for Java. From 3ebd2c2568119faa9c1d805a7f1cdf62f87413e8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:23:59 +0000 Subject: [PATCH 07/19] updated google-http-client-apache-v2/pom.xml [ci skip] --- google-http-client-apache-v2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-apache-v2/pom.xml b/google-http-client-apache-v2/pom.xml index 35f04ac9d..9bc7577ce 100644 --- a/google-http-client-apache-v2/pom.xml +++ b/google-http-client-apache-v2/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-apache-v2 - 1.33.1-SNAPSHOT + 1.34.0 Apache HTTP transport v2 for the Google HTTP Client Library for Java. From 667e6533bb95141ffc76bcd3858e021ab346e07f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:01 +0000 Subject: [PATCH 08/19] updated google-http-client-appengine/pom.xml [ci skip] --- google-http-client-appengine/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-appengine/pom.xml b/google-http-client-appengine/pom.xml index bad8c9973..aff13f076 100644 --- a/google-http-client-appengine/pom.xml +++ b/google-http-client-appengine/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-appengine - 1.33.1-SNAPSHOT + 1.34.0 Google App Engine extensions to the Google HTTP Client Library for Java. From 8ec17105dbc14054d3b6f36977238e96eeb80bb7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:04 +0000 Subject: [PATCH 09/19] updated google-http-client-assembly/pom.xml [ci skip] --- google-http-client-assembly/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-assembly/pom.xml b/google-http-client-assembly/pom.xml index f87c5c514..c7e8fed28 100644 --- a/google-http-client-assembly/pom.xml +++ b/google-http-client-assembly/pom.xml @@ -4,12 +4,12 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml com.google.http-client google-http-client-assembly - 1.33.1-SNAPSHOT + 1.34.0 pom Assembly for the Google HTTP Client Library for Java From 8e0fd37a73ce5aa597817587a1ac504ecef78cf6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:07 +0000 Subject: [PATCH 10/19] updated google-http-client-bom/pom.xml [ci skip] --- google-http-client-bom/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/google-http-client-bom/pom.xml b/google-http-client-bom/pom.xml index e71a10000..8f2e11e5a 100644 --- a/google-http-client-bom/pom.xml +++ b/google-http-client-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.http-client google-http-client-bom - 1.33.1-SNAPSHOT + 1.34.0 pom Google HTTP Client Library for Java BOM @@ -63,52 +63,52 @@ com.google.http-client google-http-client - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-android - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-apache-v2 - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-appengine - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-findbugs - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-gson - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-jackson2 - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-protobuf - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-test - 1.33.1-SNAPSHOT + 1.34.0 com.google.http-client google-http-client-xml - 1.33.1-SNAPSHOT + 1.34.0 From 57eae6fbd85e4bec42185907159312c0462522e2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:10 +0000 Subject: [PATCH 11/19] updated google-http-client-findbugs/pom.xml [ci skip] --- google-http-client-findbugs/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml index 4c1bfbd43..b0da7f007 100644 --- a/google-http-client-findbugs/pom.xml +++ b/google-http-client-findbugs/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-findbugs - 1.33.1-SNAPSHOT + 1.34.0 Google APIs Client Library Findbugs custom plugin. From 92397bce605c3a6cb4d8631701ba01aa6d7d28bd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:12 +0000 Subject: [PATCH 12/19] updated google-http-client-gson/pom.xml [ci skip] --- google-http-client-gson/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-gson/pom.xml b/google-http-client-gson/pom.xml index b4cd29b11..3854f0010 100644 --- a/google-http-client-gson/pom.xml +++ b/google-http-client-gson/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-gson - 1.33.1-SNAPSHOT + 1.34.0 GSON extensions to the Google HTTP Client Library for Java. From 90d2f54fdef20923215418346c9c42024bfe22d2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:15 +0000 Subject: [PATCH 13/19] updated google-http-client-jackson2/pom.xml [ci skip] --- google-http-client-jackson2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-jackson2/pom.xml b/google-http-client-jackson2/pom.xml index a0ff9f4a0..c1ca279d2 100644 --- a/google-http-client-jackson2/pom.xml +++ b/google-http-client-jackson2/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-jackson2 - 1.33.1-SNAPSHOT + 1.34.0 Jackson 2 extensions to the Google HTTP Client Library for Java. From 77f94729baef68dc7296990f208f000af2ea6f79 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:18 +0000 Subject: [PATCH 14/19] updated google-http-client-protobuf/pom.xml [ci skip] --- google-http-client-protobuf/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-protobuf/pom.xml b/google-http-client-protobuf/pom.xml index fe577e0bc..3afa4286c 100644 --- a/google-http-client-protobuf/pom.xml +++ b/google-http-client-protobuf/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-protobuf - 1.33.1-SNAPSHOT + 1.34.0 Protocol Buffer extensions to the Google HTTP Client Library for Java. From 18e34fe0f052e9c4a1211598b912ba11f7c49bf0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:21 +0000 Subject: [PATCH 15/19] updated google-http-client-test/pom.xml [ci skip] --- google-http-client-test/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-test/pom.xml b/google-http-client-test/pom.xml index fe6b8db8a..a41ca95f3 100644 --- a/google-http-client-test/pom.xml +++ b/google-http-client-test/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-test - 1.33.1-SNAPSHOT + 1.34.0 Shared classes used for testing of artifacts in the Google HTTP Client Library for Java. From 1d9ae4488a951962bde4be9d1c21752402cd4be3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:24 +0000 Subject: [PATCH 16/19] updated google-http-client-xml/pom.xml [ci skip] --- google-http-client-xml/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client-xml/pom.xml b/google-http-client-xml/pom.xml index 6e79c4cbe..a874b854b 100644 --- a/google-http-client-xml/pom.xml +++ b/google-http-client-xml/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client-xml - 1.33.1-SNAPSHOT + 1.34.0 XML extensions to the Google HTTP Client Library for Java. From 30b18686fee1e10213b17c480da4cac6c40436d0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:27 +0000 Subject: [PATCH 17/19] updated google-http-client/pom.xml [ci skip] --- google-http-client/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client/pom.xml b/google-http-client/pom.xml index aba47c3e2..39c779836 100644 --- a/google-http-client/pom.xml +++ b/google-http-client/pom.xml @@ -4,11 +4,11 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../pom.xml google-http-client - 1.33.1-SNAPSHOT + 1.34.0 Google HTTP Client Library for Java Google HTTP Client Library for Java. Functionality that works on all supported Java platforms, From dfac0a60e62878013f8717d747d58c3dbebe4015 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:29 +0000 Subject: [PATCH 18/19] updated samples/dailymotion-simple-cmdline-sample/pom.xml [ci skip] --- samples/dailymotion-simple-cmdline-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dailymotion-simple-cmdline-sample/pom.xml b/samples/dailymotion-simple-cmdline-sample/pom.xml index 2f90ac64f..77c7d8973 100644 --- a/samples/dailymotion-simple-cmdline-sample/pom.xml +++ b/samples/dailymotion-simple-cmdline-sample/pom.xml @@ -4,7 +4,7 @@ com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 ../../pom.xml dailymotion-simple-cmdline-sample From 91d9094559d0951c88b5a2c1a82bc47ce3d545d8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 17:24:32 +0000 Subject: [PATCH 19/19] updated pom.xml [ci skip] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a1a8061aa..15dd16912 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.google.http-client google-http-client-parent - 1.33.1-SNAPSHOT + 1.34.0 pom Parent for the Google HTTP Client Library for Java Google HTTP Client Library for Java @@ -549,7 +549,7 @@ - google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here) - Internally, update the default features.json file --> - 1.33.1-SNAPSHOT + 1.34.0 1.9.71 UTF-8 3.0.2