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
❗ BREAKING CHANGESpeechClient::recognize() and Operation::results() now return an array of Result items which allow you full access to the response from the upstream API. (#449)
❗ BREAKING CHANGE The client library no longer attempts to detect sample rate or encoding type. The upstream API has been improved significantly and can do this job for us. (#449)
A language code is no longer required at the constructor level, but will be required at the request level if a default is not set. (#449)
Cloud Core v1.1.1
A bug has been fixed in the StreamableUploader where the content-length header was being handled incorrectly. This issue was exposed by not using cURL as the HTTP transport.
(#448)