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) 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 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. 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. 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. 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 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 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. 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. 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. 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. 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. 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. 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, 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 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 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