|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-speech/#history |
6 | 6 |
|
| 7 | +## 1.3.0 |
| 8 | + |
| 9 | +11-21-2019 14:03 PST |
| 10 | + |
| 11 | + |
| 12 | +### Implementation Changes |
| 13 | +- Mark `Recognize` as idempotent (via synth). ([#9874](https://github.com/googleapis/google-cloud-python/pull/9874)) |
| 14 | +- Re-add unused `speaker_tag`; update spacing in docs templates (via synth). ([#9765](https://github.com/googleapis/google-cloud-python/pull/9765)) |
| 15 | +- Move `speaker_tag` field from `SpeakerDiarizationConfig` to `WordInfo` (via synth). ([#9576](https://github.com/googleapis/google-cloud-python/pull/9576)) |
| 16 | +- Remove send/recv msg size limit (via synth). ([#8969](https://github.com/googleapis/google-cloud-python/pull/8969)) |
| 17 | + |
| 18 | +### New Features |
| 19 | +- Add speaker diarization configuration support (via synth). ([#9202](https://github.com/googleapis/google-cloud-python/pull/9202)) |
| 20 | +- Add `SpeakerDiarizationConfig`, deprecate enable_speaker_diarization and diarization_speaker_count (via synth). ([#8795](https://github.com/googleapis/google-cloud-python/pull/8795)) |
| 21 | + |
| 22 | +### Documentation |
| 23 | +- Add python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) |
| 24 | +- Reorder samples. ([#9313](https://github.com/googleapis/google-cloud-python/pull/9313)) |
| 25 | +- Update docstrings (via synth). ([#9292](https://github.com/googleapis/google-cloud-python/pull/9292)) |
| 26 | +- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) |
| 27 | +- Add generated code samples. ([#9153](https://github.com/googleapis/google-cloud-python/pull/9153)) |
| 28 | +- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) |
| 29 | +- Remove compatibility badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) |
| 30 | +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) |
| 31 | + |
| 32 | +### Internal / Testing Changes |
| 33 | +- Add v1p1beta1 systests for longrunning / streaming recognize. ([#9287](https://github.com/googleapis/google-cloud-python/pull/9287)) |
| 34 | +- Add v1 systests for longrunning / streaming recognize. ([#9285](https://github.com/googleapis/google-cloud-python/pull/9285)) |
| 35 | +- Update samples manifest (via synth). ([#9211](https://github.com/googleapis/google-cloud-python/pull/9211)) |
| 36 | + |
7 | 37 | ## 1.2.0 |
8 | 38 |
|
9 | 39 | 07-24-2019 17:35 PDT |
|
0 commit comments