diff --git a/CHANGELOG.md b/CHANGELOG.md index 62757901a..d9f8a5284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [1.39.0](https://www.github.com/googleapis/google-http-java-client/compare/v1.38.1...v1.39.0) (2021-02-24) + + +### Features + +* add http.status_code attribute to all Spans that have at least a low level http response ([#986](https://www.github.com/googleapis/google-http-java-client/issues/986)) ([fb02042](https://www.github.com/googleapis/google-http-java-client/commit/fb02042ac216379820950879cea45d06eec5278c)) + + +### Bug Fixes + +* deprecate obsolete utility methods ([#1231](https://www.github.com/googleapis/google-http-java-client/issues/1231)) ([8f95371](https://www.github.com/googleapis/google-http-java-client/commit/8f95371cf5681fbc67bd598d74089f38742a1177)) +* fix buildRequest setUrl order ([#1255](https://www.github.com/googleapis/google-http-java-client/issues/1255)) ([97ffee1](https://www.github.com/googleapis/google-http-java-client/commit/97ffee1a68af6637dd5d53fcd70e2ce02c9c9604)) +* refactor to use StandardCharsets ([#1243](https://www.github.com/googleapis/google-http-java-client/issues/1243)) ([03ec798](https://www.github.com/googleapis/google-http-java-client/commit/03ec798d7637ff454614415be7b324cd8dc7c77c)) +* remove old broken link ([#1275](https://www.github.com/googleapis/google-http-java-client/issues/1275)) ([12f80e0](https://www.github.com/googleapis/google-http-java-client/commit/12f80e09e71a41b967db548ab93cab2e3f4e549c)), closes [#1278](https://www.github.com/googleapis/google-http-java-client/issues/1278) +* remove unused logger ([#1228](https://www.github.com/googleapis/google-http-java-client/issues/1228)) ([779d383](https://www.github.com/googleapis/google-http-java-client/commit/779d3832ffce741b7c4055a14855ce8755695fce)) + + +### Documentation + +* Jackson is unable to maintain stable Javadocs ([#1265](https://www.github.com/googleapis/google-http-java-client/issues/1265)) ([9e8fcff](https://www.github.com/googleapis/google-http-java-client/commit/9e8fcfffc6d92505528aff0a89c169bf3e812c41)) + + +### Dependencies + +* update dependency com.google.protobuf:protobuf-java to v3.15.1 ([#1270](https://www.github.com/googleapis/google-http-java-client/issues/1270)) ([213726a](https://www.github.com/googleapis/google-http-java-client/commit/213726a0b65f35fdc65713027833d22b553bbc20)) +* update dependency com.google.protobuf:protobuf-java to v3.15.2 ([#1284](https://www.github.com/googleapis/google-http-java-client/issues/1284)) ([dfa06bc](https://www.github.com/googleapis/google-http-java-client/commit/dfa06bca432f644a7146e3987555f19c5d1be7c5)) +* update OpenCensus to 0.28.0 for consistency with gRPC ([#1242](https://www.github.com/googleapis/google-http-java-client/issues/1242)) ([b810d53](https://www.github.com/googleapis/google-http-java-client/commit/b810d53c8f63380c1b4f398408cfb47c6ab134cc)) +* version manage error_prone_annotations to 2.5.1 ([#1268](https://www.github.com/googleapis/google-http-java-client/issues/1268)) ([6a95f6f](https://www.github.com/googleapis/google-http-java-client/commit/6a95f6f2494a9dafd968d212b15c9b329416864f)) + ### [1.38.1](https://www.github.com/googleapis/google-http-java-client/compare/v1.38.0...v1.38.1) (2021-01-12) diff --git a/google-http-client-android-test/pom.xml b/google-http-client-android-test/pom.xml index 04998f413..51d6e3a53 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.38.2-SNAPSHOT + 1.39.0 apk @@ -53,7 +53,7 @@ com.google.http-client google-http-client-android - 1.38.2-SNAPSHOT + 1.39.0 android @@ -72,7 +72,7 @@ com.google.http-client google-http-client-test - 1.38.2-SNAPSHOT + 1.39.0 junit diff --git a/google-http-client-android/pom.xml b/google-http-client-android/pom.xml index 2c9d26c4d..9ab015c03 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-android - 1.38.2-SNAPSHOT + 1.39.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 a96d280d3..2022ba827 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-apache-v2 - 1.38.2-SNAPSHOT + 1.39.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 d1d6c9ac3..8bfeb7f6c 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-appengine - 1.38.2-SNAPSHOT + 1.39.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 6a5ae13a0..6db98d1ed 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml com.google.http-client google-http-client-assembly - 1.38.2-SNAPSHOT + 1.39.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 8b6fa1ead..3b1cd4d3d 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.38.2-SNAPSHOT + 1.39.0 pom Google HTTP Client Library for Java BOM @@ -63,52 +63,52 @@ com.google.http-client google-http-client - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-android - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-apache-v2 - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-appengine - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-findbugs - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-gson - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-jackson2 - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-protobuf - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-test - 1.38.2-SNAPSHOT + 1.39.0 com.google.http-client google-http-client-xml - 1.38.2-SNAPSHOT + 1.39.0 diff --git a/google-http-client-findbugs/pom.xml b/google-http-client-findbugs/pom.xml index 30ad5682c..ce9ea5d06 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-findbugs - 1.38.2-SNAPSHOT + 1.39.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 9665206f5..669c08c51 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-gson - 1.38.2-SNAPSHOT + 1.39.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 69a19cb25..9f52689f7 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-jackson2 - 1.38.2-SNAPSHOT + 1.39.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 b94aba7ce..cb0d459bc 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-protobuf - 1.38.2-SNAPSHOT + 1.39.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 a2c9a4f0b..56b668fac 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-test - 1.38.2-SNAPSHOT + 1.39.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 e84833395..2c1caabf2 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client-xml - 1.38.2-SNAPSHOT + 1.39.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 2a6fbab7e..dc71150bf 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.38.2-SNAPSHOT + 1.39.0 ../pom.xml google-http-client - 1.38.2-SNAPSHOT + 1.39.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 1f0a556ba..5a82bb623 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.google.http-client google-http-client-parent - 1.38.2-SNAPSHOT + 1.39.0 pom Parent for the Google HTTP Client Library for Java Google HTTP Client Library for Java @@ -577,7 +577,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.38.2-SNAPSHOT + 1.39.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 66c31377a..50e340ee1 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.38.2-SNAPSHOT + 1.39.0 ../../pom.xml dailymotion-simple-cmdline-sample diff --git a/versions.txt b/versions.txt index fb3908a6c..9e0415d13 100644 --- a/versions.txt +++ b/versions.txt @@ -1,17 +1,17 @@ # Format: # module:released-version:current-version -google-http-client:1.38.1:1.38.2-SNAPSHOT -google-http-client-bom:1.38.1:1.38.2-SNAPSHOT -google-http-client-parent:1.38.1:1.38.2-SNAPSHOT -google-http-client-android:1.38.1:1.38.2-SNAPSHOT -google-http-client-android-test:1.38.1:1.38.2-SNAPSHOT -google-http-client-apache-v2:1.38.1:1.38.2-SNAPSHOT -google-http-client-appengine:1.38.1:1.38.2-SNAPSHOT -google-http-client-assembly:1.38.1:1.38.2-SNAPSHOT -google-http-client-findbugs:1.38.1:1.38.2-SNAPSHOT -google-http-client-gson:1.38.1:1.38.2-SNAPSHOT -google-http-client-jackson2:1.38.1:1.38.2-SNAPSHOT -google-http-client-protobuf:1.38.1:1.38.2-SNAPSHOT -google-http-client-test:1.38.1:1.38.2-SNAPSHOT -google-http-client-xml:1.38.1:1.38.2-SNAPSHOT +google-http-client:1.39.0:1.39.0 +google-http-client-bom:1.39.0:1.39.0 +google-http-client-parent:1.39.0:1.39.0 +google-http-client-android:1.39.0:1.39.0 +google-http-client-android-test:1.39.0:1.39.0 +google-http-client-apache-v2:1.39.0:1.39.0 +google-http-client-appengine:1.39.0:1.39.0 +google-http-client-assembly:1.39.0:1.39.0 +google-http-client-findbugs:1.39.0:1.39.0 +google-http-client-gson:1.39.0:1.39.0 +google-http-client-jackson2:1.39.0:1.39.0 +google-http-client-protobuf:1.39.0:1.39.0 +google-http-client-test:1.39.0:1.39.0 +google-http-client-xml:1.39.0:1.39.0