|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-dataproc/#history |
6 | 6 |
|
| 7 | +## 0.3.0 |
| 8 | + |
| 9 | +12-17-2018 18:20 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 | +- Update `cluster_controller_client` GAPIC config (via synth). ([#6659](https://github.com/googleapis/google-cloud-python/pull/6659)) |
| 15 | +- Add 'WorkflowTemplateServiceClient', optional args; update timeouts (via synth). ([#6655](https://github.com/googleapis/google-cloud-python/pull/6655)) |
| 16 | +- Pick up enum fixes in the GAPIC generator. ([#6609](https://github.com/googleapis/google-cloud-python/pull/6609)) |
| 17 | +- Pick up fixes in GAPIC generator. ([#6493](https://github.com/googleapis/google-cloud-python/pull/6493)) |
| 18 | +- Fix client_info bug, update docstrings. ([#6408](https://github.com/googleapis/google-cloud-python/pull/6408)) |
| 19 | +- Re-generate library using dataproc/synth.py ([#6056](https://github.com/googleapis/google-cloud-python/pull/6056)) |
| 20 | +- Re-generate library using dataproc/synth.py ([#5975](https://github.com/googleapis/google-cloud-python/pull/5975)) |
| 21 | +- Re-generate library using dataproc/synth.py ([#5949](https://github.com/googleapis/google-cloud-python/pull/5949)) |
| 22 | + |
| 23 | +### Dependencies |
| 24 | +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) |
| 25 | + |
| 26 | +### Documentation |
| 27 | +- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910)) |
| 28 | +- Update Dataproc docs URL ([#6455](https://github.com/googleapis/google-cloud-python/pull/6455)) |
| 29 | +- Docs: fix GAX fossils ([#6264](https://github.com/googleapis/google-cloud-python/pull/6264)) |
| 30 | +- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) |
| 31 | +- Dataproc: harmonize / DRY 'README.rst' / 'docs/index.rst'. ([#6019](https://github.com/googleapis/google-cloud-python/pull/6019)) |
| 32 | + |
| 33 | +### Internal / Testing Changes |
| 34 | +- Update noxfile. |
| 35 | +- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) |
| 36 | +- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) |
| 37 | +- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) |
| 38 | +- Unblack dataproc gapic and protos. |
| 39 | +- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)) |
| 40 | +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) |
| 41 | +- Add synth metadata. ([#6563](https://github.com/googleapis/google-cloud-python/pull/6563)) |
| 42 | +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) |
| 43 | + |
7 | 44 | ## 0.2.0 |
8 | 45 |
|
9 | 46 | ### New Features |
|
0 commit comments