|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-texttospeech/#history |
6 | 6 |
|
| 7 | +## 0.3.0 |
| 8 | + |
| 9 | +12-18-2018 09:54 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 GAPIC generator. ([#6510](https://github.com/googleapis/google-cloud-python/pull/6510)) |
| 15 | +- Fix `client_info` bug, update docstrings. ([#6423](https://github.com/googleapis/google-cloud-python/pull/6423)) |
| 16 | +- Re-generate library using texttospeech/synth.py ([#5981](https://github.com/googleapis/google-cloud-python/pull/5981)) |
| 17 | +- Add gRPC Transport layer. ([#5959](https://github.com/googleapis/google-cloud-python/pull/5959)) |
| 18 | + |
| 19 | +### Dependencies |
| 20 | +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) |
| 21 | +- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355)) |
| 22 | + |
| 23 | +### Documentation |
| 24 | +- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910)) |
| 25 | +- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) |
| 26 | +- Docs: Replace links to `/stable/` with `/latest/`. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901)) |
| 27 | +- Fix docs links for TTS. ([#5483](https://github.com/googleapis/google-cloud-python/pull/5483)) |
| 28 | + |
| 29 | +### Internal / Testing Changes |
| 30 | +- Add synth.metadata. ([#6870](https://github.com/googleapis/google-cloud-python/pull/6870)) |
| 31 | +- Update noxfile. |
| 32 | +- blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) |
| 33 | +- omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) |
| 34 | +- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) |
| 35 | +- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)) |
| 36 | +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) |
| 37 | +- Add 'mock' to unit test dependencies for autogen libs. ([#6402](https://github.com/googleapis/google-cloud-python/pull/6402)) |
| 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.2.0 |
8 | 42 |
|
9 | 43 | ### New Features |
|
0 commit comments