Releases: googleapis/google-http-java-client
Releases · googleapis/google-http-java-client
v1.27.0
11-09-2018 09:27 PST
New Features
- Allow Enums in DataMaps (#505)
- Add write timeout for post/put requests (#485)
- Add google-http-client-bom artifact (#517)
Dependencies
- guava is not a regular dependency (#508)
- Upgrade maven-javadoc-plugin to 3.0.1 (#519)
- Set the version of the jarjar-maven-plugin in pluginManagement (#515)
Internal / Testing Changes
v1.26.0
10-16-2018 14:08 PDT
Implementation Changes
- Fix test to run on environments with German locale (#473) (#474)
- Fix throwIfFalseEOF if skip method was called before read (#447)
- Fix arraymap iterator remove issue (#371)
New Features
Dependencies
Documentation
- Add the ending Java 6 support notice to README (#483)
- Fix API doc links (#479)
- Fix code.google.com links. Fix maven version (#471)
Internal / Testing Changes
Release v1.25.0
- Fix: Referential comparison on
ClassInfo
(#446) - New:
HttpStatusCodes.STATUS_CODE_ACCEPTED
constant added (#413) - Fix:
AppEngineDataStoreFactory
builder previously ignored options (#388) - New: j2objc annotations added (#427)
- Fix:
GenericUrl#equals
static analysis fix (#440) - Fix: uses of
String#toLower
now use Locale.US instead of default system locale (#420) - Various documentation fixes
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)