Skip to content

Google Cloud PHP v0.13.0

Compare
Choose a tag to compare
@jdpedrie jdpedrie released this 14 Nov 22:09

Google Cloud PHP v0.13.0

What's New?

  • Added new analyzeSyntax method to
    Google\Cloud\NaturalLanguage\NaturalLanguageClient. (#241)
  • Google Translate now supports Service Account Credentials and Application
    Default Credentials. This means that you no longer need to manage a separate
    API key to authenticate Google Translate. API keys are still supported. (#240)
  • Google\Cloud\Translate\TranslateClient::translate() and
    Google\Cloud\Translate\TranslateClient::translateBatch() now support an
    optional model key in their $options.

What's Fixed?

  • Fixed a bug in Google Cloud Logging when using the gRPC transport. (#243)