|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-bigquery-datatransfer/#history |
6 | 6 |
|
| 7 | +## 0.3.0 |
| 8 | + |
| 9 | +12-17-2018 17:59 PST |
| 10 | + |
| 11 | + |
| 12 | +### Implementation Changes |
| 13 | +- Pick up enum fixes in the GAPIC generator. ([#6608](https://github.com/googleapis/google-cloud-python/pull/6608)) |
| 14 | +- Pick up fixes in GAPIC generator. ([#6491](https://github.com/googleapis/google-cloud-python/pull/6491)) |
| 15 | +- Fix `client_info` bug, update docstrings. ([#6405](https://github.com/googleapis/google-cloud-python/pull/6405)) |
| 16 | +- Re-generate library using bigquery_datatransfer/synth.py ([#5973](https://github.com/googleapis/google-cloud-python/pull/5973)) |
| 17 | +- Fix stray, lint-breaking blank lines from autosynth. ([#5960](https://github.com/googleapis/google-cloud-python/pull/5960)) |
| 18 | +- Re-generate library using `bigquery_datatransfer/synth.py`. ([#5947](https://github.com/googleapis/google-cloud-python/pull/5947)) |
| 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 | +- Fix GAX fossils ([#6264](https://github.com/googleapis/google-cloud-python/pull/6264)) |
| 26 | +- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) |
| 27 | +- Harmonize / DRY 'README.rst' / 'docs/index.rst'. ([#6013](https://github.com/googleapis/google-cloud-python/pull/6013)) |
| 28 | + |
| 29 | +### Internal / Testing Changes |
| 30 | +- Update noxfile. |
| 31 | +- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) |
| 32 | +- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) |
| 33 | +- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) |
| 34 | +- Unblack bigquery gapic and protos. |
| 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 synth metadata. ([#6562](https://github.com/googleapis/google-cloud-python/pull/6562)) |
| 38 | +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) |
| 39 | + |
7 | 40 | ## 0.2.0 |
8 | 41 |
|
9 | 42 | ### Implementation Changes |
|
0 commit comments