Releases: googleapis/google-http-java-client
Releases · googleapis/google-http-java-client
Release v1.24.1
Note: Java 5 support has ended. From this release and on, we support Java 6 and forward.
- Deps: The
guava-jdk5
dependency has been removed and replaced withguava
. This should reduce diamond dependency problems. - New: HTTPS proxy property support added.
- New: NetHttpRequest will only set Content-Length if it's not set.
- New: UrlEncodedParser allows '=' in parameter value.
- New: AbstractMemoryDataStore is now publicly visible.
- Fix: ArrayMap hashCode correctly works with null values.
Release v1.21.0
- Support for Arrays.asList in GenerData cloning
- When verifying signatures, catch exception and consider non-valid if the signature size does not match the public key length. This is important when searching for which key was used to generate the signature
- Parse fix for special floating point values (like Infinity and NaN) in
JsonParser
- Parse fix for milliseconds in
DateTime.parseRfc3339(String)