This repository was archived by the owner on Feb 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 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
94005-14-2019 15:30 PDT
Original file line number Diff line number Diff line change 2121
2222name = "google-cloud-tasks"
2323description = "Cloud Tasks API API client library"
24- version = "1.1 .0"
24+ version = "1.2 .0"
2525release_status = "Development Status :: 5 - Production/Stable"
2626dependencies = [
2727 "google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
You can’t perform that action at this time.
0 commit comments