Skip to content

Releases: googleapis/google-auth-library-java

0.5.0

03 Nov 08:40
Compare
Choose a tag to compare

Features

  • Add ServiceAccountSigner interface and implement signing capabilities (byte[] sign(byte[])) in AppEngine and service account credentials (#73)
  • GoogleCredentials.getApplicationDefault no longer requires google-auth-library-appengine to be in the classpath to create AppEngine credentials. AE SDK is accessed using reflection (#71)
  • Make credentials serializable. Add HttpTransportFactory class to wrap HttpTransport creation an enable serialization (#69)
  • Add asynchronous getRequestMetadata(URI, Executor, RequestMetadataCallback) to Credentials to allow getting request metadata without blocking (#64, #65)
  • Check CLOUDSDK_CONFIG for default credentials location (#63)

Many updates

18 Apr 22:44
Compare
Choose a tag to compare

This will fix a problem with 2LO tokens expiring after an hour.