Skip to content

Releases: googleapis/google-http-java-client

v1.39.2

09 Apr 05:17
5e9b2f1

Choose a tag to compare

Dependencies

  • update dependency com.google.errorprone:error_prone_annotations to v2.6.0 (#1327) (3feef0c)
  • update dependency com.google.protobuf:protobuf-java to v3.15.7 (#1329) (afbbb3f)
  • update dependency com.google.protobuf:protobuf-java to v3.15.8 (#1334) (e10565a)
  • update Guava patch (#1333) (854942a)

v1.39.1

15 Mar 17:47
02a2b0b

Choose a tag to compare

Bug Fixes

  • default application/json charset to utf-8 (#1305) (c4dfb48), closes #1102
  • when disconnecting, close the underlying connection before the response InputStream (#1315) (f84ed59), closes #1303

Documentation

Dependencies

  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.2 (#1309) (aa7d703)
  • update dependency com.google.protobuf:protobuf-java to v3.15.3 (#1301) (1db338b)
  • update dependency com.google.protobuf:protobuf-java to v3.15.6 (#1310) (9cb50e4)

v1.39.0

24 Feb 23:03
d36ed4b

Choose a tag to compare

Features

  • add http.status_code attribute to all Spans that have at least a low level http response (#986) (fb02042)

Bug Fixes

Documentation

  • Jackson is unable to maintain stable Javadocs (#1265) (9e8fcff)

Dependencies

  • update dependency com.google.protobuf:protobuf-java to v3.15.1 (#1270) (213726a)
  • update dependency com.google.protobuf:protobuf-java to v3.15.2 (#1284) (dfa06bc)
  • update OpenCensus to 0.28.0 for consistency with gRPC (#1242) (b810d53)
  • version manage error_prone_annotations to 2.5.1 (#1268) (6a95f6f)

v1.38.1

14 Jan 00:08
54311e8

Choose a tag to compare

1.38.1 (2021-01-12)

Bug Fixes

  • address some deprecation warnings in Java 9+ (#1215) (9f53a67)
  • deprecate JacksonFactory in favor of GsonFactory to align with security team advice (#1216) (6b9b6c5)
  • JSON spec mandates UTF-8 (#1220) (adb2ea4)

Documentation

Dependencies

v1.38.0

03 Nov 23:32
8b31308

Choose a tag to compare

1.38.0 (2020-11-02)

Features

Dependencies

Documentation

v1.37.0

13 Oct 16:47
0c1d58b

Choose a tag to compare

1.37.0 (2020-10-13)

Features

  • add flag to allow UrlEncodedContent to use UriPath escaping (#1100) (9ab7016), closes #1098

Bug Fixes

  • make google-http-client.properties file shading friendly (#1046) (860bb05)

Dependencies

Documentation

v1.36.0

01 Jul 00:16
8ea3348

Choose a tag to compare

1.36.0 (2020-06-30)

Features

  • add Android 19 compatible FileDataStoreFactory implementation (#1070) (1150acd)

Bug Fixes

  • restore the thread's interrupted status after catching InterruptedException (#1005) (#1006) (0a73a46)

v1.35.0

27 Apr 16:46
075ca59

Choose a tag to compare

1.35.0 (2020-04-27)

Features

  • add logic for verifying ES256 JsonWebSignatures (#1033) (bb4227f)

Bug Fixes

  • add linkage monitor plugin (#1000) (027c227)
  • Correctly handling chunked response streams with gzip (#990) (1ba2197), closes #367
  • FileDataStoreFactory will throw IOException for any permissions errors (#1012) (fd33073)
  • include request method and URL into HttpResponseException message (#1002) (15111a1)
  • incorrect check for Windows OS in FileDataStoreFactory (#927) (8b4eabe)
  • reuse reference instead of calling getter twice (#983) (1f66222), closes #982
  • android: set minimum API level to 19 a.k.a. 4.4 Kit Kat (#1016) (b9a8023), closes #1015

Documentation

Dependencies

v1.34.2

13 Feb 21:16
74962da

Choose a tag to compare

1.34.2 (2020-02-12)

Bug Fixes

  • use %20 to escpae spaces in URI templates (#973) (60ba4ea)

Documentation

v1.34.1

27 Jan 20:46

Choose a tag to compare

1.34.1 (2020-01-26)

Bug Fixes

  • include '+' in SAFEPATHCHARS_URLENCODER (#955) (9384459)
  • use random UUID for multipart boundary delimiter (#916) (91c20a3)

Dependencies

  • remove unnecessary MySQL dependency (#943) (14736ca)
  • update dependency mysql:mysql-connector-java to v8.0.19 (#940) (e76368e)
  • update dependency org.apache.httpcomponents:httpcore to v4.4.13 (#941) (fd904d2)

Documentation