|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-speech/#history |
6 | 6 |
|
| 7 | +## 0.36.1 |
| 8 | + |
| 9 | +12-18-2018 09:46 PST |
| 10 | + |
| 11 | + |
| 12 | +### Implementation Changes |
| 13 | +- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) |
| 14 | +- Pick up fixes to GAIPC generator. ([#6508](https://github.com/googleapis/google-cloud-python/pull/6508)) |
| 15 | +- Add `result_end_time`, docstring changes via synth. ([#6462](https://github.com/googleapis/google-cloud-python/pull/6462)) |
| 16 | +- Assorted synth fixups / cleanups ([#6400](https://github.com/googleapis/google-cloud-python/pull/6400)) |
| 17 | +- Fix `client_info` bug, update docstrings and timeouts. ([#6421](https://github.com/googleapis/google-cloud-python/pull/6421)) |
| 18 | +- Re-generate library using speech/synth.py ([#5979](https://github.com/googleapis/google-cloud-python/pull/5979)) |
| 19 | + |
| 20 | +### Dependencies |
| 21 | +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) |
| 22 | + |
| 23 | +### Documentation |
| 24 | +- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910)) |
| 25 | +- Clarify passed arguments in speech examples. ([#6857](https://github.com/googleapis/google-cloud-python/pull/6857)) |
| 26 | +- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) |
| 27 | +- Fix client library URL. ([#6052](https://github.com/googleapis/google-cloud-python/pull/6052)) |
| 28 | +- Prep docs for repo split. ([#6017](https://github.com/googleapis/google-cloud-python/pull/6017)) |
| 29 | + |
| 30 | +### Internal / Testing Changes |
| 31 | +- Synth.metadata. ([#6868](https://github.com/googleapis/google-cloud-python/pull/6868)) |
| 32 | +- Update noxfile. |
| 33 | +- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) |
| 34 | +- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) |
| 35 | +- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) |
| 36 | +- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)) |
| 37 | +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) |
| 38 | +- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158)) |
| 39 | +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) |
| 40 | + |
7 | 41 | ## 0.36.0 |
8 | 42 |
|
9 | 43 | ### New Features |
|
0 commit comments