|
4 | 4 |
|
5 | 5 | [1]: https://pypi.org/project/google-cloud-tasks/#history |
6 | 6 |
|
| 7 | +## 0.4.0 |
| 8 | + |
| 9 | +12-18-2018 09:50 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 enum fixes in the GAPIC generator. ([#6616](https://github.com/googleapis/google-cloud-python/pull/6616)) |
| 15 | +- Fix `client_info` bug, update docstrings and timeouts. ([#6422](https://github.com/googleapis/google-cloud-python/pull/6422)) |
| 16 | +- Re-generate library using tasks/synth.py ([#5980](https://github.com/googleapis/google-cloud-python/pull/5980)) |
| 17 | + |
| 18 | +### New Features |
| 19 | +- Pick up changes to GAPIC generator, drop 'Code' enum. ([#6509](https://github.com/googleapis/google-cloud-python/pull/6509)) |
| 20 | + |
| 21 | +### Dependencies |
| 22 | +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) |
| 23 | +- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355)) |
| 24 | + |
| 25 | +### Documentation |
| 26 | +- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910)) |
| 27 | +- Separate / distinguish API docs for different API versions. ([#6306](https://github.com/googleapis/google-cloud-python/pull/6306)) |
| 28 | +- Docstring tweaks from protos. ([#6261](https://github.com/googleapis/google-cloud-python/pull/6261)) |
| 29 | +- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) |
| 30 | +- Remove autosynth / tweaks for 'README.rst' / 'setup.py'. ([#5957](https://github.com/googleapis/google-cloud-python/pull/5957)) |
| 31 | +- Replace links to `/stable/` with `/latest/`. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901)) |
| 32 | + |
| 33 | +### Internal / Testing Changes |
| 34 | +- Add baseline for synth.metadata |
| 35 | +- Update noxfile. |
| 36 | +- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) |
| 37 | +- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) |
| 38 | +- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) |
| 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 'mock' to unit test dependencies for autogen libs. ([#6402](https://github.com/googleapis/google-cloud-python/pull/6402)) |
| 42 | +- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158)) |
| 43 | +- Don't update nox in 'tasks/synth.py'. ([#6232](https://github.com/googleapis/google-cloud-python/pull/6232)) |
| 44 | +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) |
| 45 | + |
7 | 46 | ## 0.3.0 |
8 | 47 |
|
9 | 48 | ### Implementation Changes |
|
0 commit comments