Skip to content

Latest commit

 

History

History
239 lines (124 loc) · 21.8 KB

CHANGELOG.md

File metadata and controls

239 lines (124 loc) · 21.8 KB

Changelog

1.39.1 (2021-03-15)

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)

1.39.0 (2021-02-24)

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)

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

1.38.0 (2020-11-02)

Features

Dependencies

Documentation

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

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)

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

1.34.2 (2020-02-12)

Bug Fixes

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

Documentation

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

1.34.0 (2019-12-17)

Features

  • add option to pass redirect Location: header value as-is without encoding, decoding, or escaping (#871) (2c4f49e)
  • decode uri path components correctly (#913) (7d4a048), closes #398
  • support chunked transfer encoding (#910) (b8d6abe), closes #648

Bug Fixes

  • redirect on 308 (Permanent Redirect) too (#876) (501ede8)
  • set mediaType to null if contentType cannot be parsed (#911) (7ea53eb)
  • update HttpRequest#getVersion to use stable logic (#919) (853ab4b), closes #892

1.32.2 (2019-10-29)

Bug Fixes

Documentation

  • fix HttpResponseException Markup (#829) (99d64e0)
  • include HTTP Transport page in navigation, add support page (#854) (57fd1d8)
  • remove theme details (#859) (eee85cd)
  • update libraries-bom to 2.7.1 in setup (#857) (cc2ea16)
  • use libraries-bom 2.6.0 in setup instructions (#847) (5253c6c)

Dependencies

  • update dependency com.fasterxml.jackson.core:jackson-core to v2.10.0 (#831) (ffb1a85)
  • update dependency com.fasterxml.jackson.core:jackson-core to v2.9.10 (#828) (15ba3c3)
  • update dependency com.google.code.gson:gson to v2.8.6 (#833) (6c50997)
  • update dependency mysql:mysql-connector-java to v8.0.18 (#839) (1522eb5)

1.32.1 (2019-09-20)

Dependencies

  • update dependency com.google.protobuf:protobuf-java to v3.10.0 (#824) (c51b62f)
  • update guava to 28.1-android (#817) (e05b6a8)