Skip to content

Commit 0d6e279

Browse files
author
Jon Wayne Parrott
authored
Release Speech 0.31.1 (googleapis#4848)
1 parent 96924fe commit 0d6e279

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

speech/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
[1]: https://pypi.org/project/google-cloud-speech/#history
66

7+
## 0.31.1
8+
9+
### Bugfixes
10+
11+
- 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.
28+
729
## 0.30.0
830

931
### Documentation

0 commit comments

Comments
 (0)