|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-container/#history |
6 | 6 |
|
| 7 | +## 0.2.0 |
| 8 | + |
| 9 | +12-04-2018 11:28 PST |
| 10 | + |
| 11 | + |
| 12 | +### Implementation Changes |
| 13 | +- Import `iam.policy` from `google.api_core.iam.policy` ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) |
| 14 | +- Pick up fixes to GAPIC generator. ([#6634](https://github.com/googleapis/google-cloud-python/pull/6634)) |
| 15 | +- Fix `client_info` bug, update docstrings. ([#6407](https://github.com/googleapis/google-cloud-python/pull/6407)) |
| 16 | +- Avoid overwriting '__module__' of messages from shared modules. ([#5364](https://github.com/googleapis/google-cloud-python/pull/5364)) |
| 17 | +- Fix bad trove classifier |
| 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 | + |
| 22 | +### Documentation |
| 23 | +- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) |
| 24 | +- Container: harmonize / DRY 'README.rst' / 'docs/index.rst'. ([#6018](https://github.com/googleapis/google-cloud-python/pull/6018)) |
| 25 | +- Rename releases to changelog and include from CHANGELOG.md ([#5191](https://github.com/googleapis/google-cloud-python/pull/5191)) |
| 26 | + |
| 27 | +### Internal / Testing Changes |
| 28 | +- Update noxfile. |
| 29 | +- blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) |
| 30 | +- Omit local dependencies from coverage. ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) |
| 31 | +- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) |
| 32 | +- Unblack container gapic and protos. |
| 33 | +- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)) |
| 34 | +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) |
| 35 | +- Pass posargs to py.test ([#6653](https://github.com/googleapis/google-cloud-python/pull/6653)) |
| 36 | +- Update synth.py yaml location ([#6480](https://github.com/googleapis/google-cloud-python/pull/6480)) |
| 37 | +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) |
| 38 | +- Container: add 'synth.py'. ([#6084](https://github.com/googleapis/google-cloud-python/pull/6084)) |
| 39 | +- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) |
| 40 | +- Modify system tests to use prerelease versions of grpcio ([#5304](https://github.com/googleapis/google-cloud-python/pull/5304)) |
| 41 | +- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295)) |
| 42 | + |
7 | 43 | ## 0.1.1 |
8 | 44 |
|
9 | 45 | ### Dependencies |
|
0 commit comments