Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 660c1ba

Browse files
authored
Release 1.2.0 (#8770)
1 parent 15b0e30 commit 660c1ba

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@
44

55
[1]: https://pypi.org/project/google-cloud-tasks/#history
66

7+
## 1.2.0
8+
9+
07-24-2019 17:41 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow kwargs to be passed to create_channel (via synth). ([#8406](https://github.com/googleapis/google-cloud-python/pull/8406))
14+
15+
### New Features
16+
- Add 'options_' argument to clients' 'get_iam_policy'; pin black version (via synth). ([#8660](https://github.com/googleapis/google-cloud-python/pull/8660))
17+
- Add 'client_options' support, update list method docstrings (via synth). ([#8524](https://github.com/googleapis/google-cloud-python/pull/8524))
18+
19+
### Dependencies
20+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
21+
- Update pin for 'grpc-google-iam-v1' to 0.12.3+. ([#8647](https://github.com/googleapis/google-cloud-python/pull/8647))
22+
23+
### Documentation
24+
25+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
26+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
27+
- Fix typo in README. ([#8606](https://github.com/googleapis/google-cloud-python/pull/8606))
28+
29+
### Internal / Testing Changes
30+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
31+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8366](https://github.com/googleapis/google-cloud-python/pull/8366))
32+
- Add disclaimer to auto-generated template files (via synth). ([#8330](https://github.com/googleapis/google-cloud-python/pull/8330))
33+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8254](https://github.com/googleapis/google-cloud-python/pull/8254))
34+
- Fix coverage in 'types.py' (via synth). ([#8166](https://github.com/googleapis/google-cloud-python/pull/8166))
35+
- Blacken noxfile.py, setup.py (via synth). ([#8134](https://github.com/googleapis/google-cloud-python/pull/8134))
36+
- Add empty lines (via synth). ([#8074](https://github.com/googleapis/google-cloud-python/pull/8074))
37+
738
## 1.1.0
839

940
05-14-2019 15:30 PDT

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-tasks"
2323
description = "Cloud Tasks API API client library"
24-
version = "1.1.0"
24+
version = "1.2.0"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)