Skip to content

Move to the Java Google Cloud client library for increased performance and stability

Latest
Compare
Choose a tag to compare
@josephlewis42 josephlewis42 released this 18 Mar 23:02
e417c89

Notes

  • Move to the Java Google Cloud client library for increased performance and stability.
  • Breaking If you use the old PKCS12 authentication keys, you will need to upgrade to
    the new JSON keys. Application Default Credentials will continue to work.

Configuration Changes

New Options

  • json_key_file - The JSON IAM service account credentials to use with the plugin.

Deprecations

  • key_password - No longer used with json_key_file
  • service_account - No longer used with json_key_file

Obsoletions

  • key_path - Use json_key_file or Application Default Credentials (ADC) instead.
    See the documentation
    for help about moving to JSON key files.