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
- Fix speech helpers to properly pass retry and timeout args. (#4828, #4830)
12
+
13
+
## 0.31.0
14
+
15
+
This is the (hopefully) final release candidate before 1.0.
16
+
17
+
### Breaking Changes
18
+
19
+
- The deprecated Speech layer (deprecated since 0.27.0) has been removed. If you are still using it, the [migration guide](https://cloud.google.com/speech/docs/python-client-migration) is still available.
20
+
- The following changes are _technically_ breaking but very unlikely to affect you directly:
21
+
*`google.cloud.gapic.speech.v1` moved to `google.cloud.speech_v1.gapic`, in accordance with more recent clients.
22
+
*`google.cloud.proto.speech.v1` moved to `google.cloud.speech_v1.proto`, in accordance with more recent clients.
23
+
24
+
### Dependencies
25
+
26
+
* Removed dependency on `google-gax`.
27
+
* Added dependency on `google-api-core`, its replacement.
0 commit comments