You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)