Changelog
2.0.0 (2020-09-02)
⚠ BREAKING CHANGES
- migrate to use microgen (#38)
Features
Documentation
- add samples from python-docs-samples/tasks ( #36 ) ( 9d022f7 ), closes #1068 #1116 #1133 #1186 #1217 #1254 #1271 #1288 #1309 #1311 #1329 #1320 #1355 #1359 #1529 #1532 #1541 #1563 #1552 #1566 #1698 #2114 #2113 #2156 #2208 #2250 #2316 #2187 #2439 #2516 #2543 #2700 #3168 #3171
1.5.0 (2020-02-24)
Features
- tasks:add support for stackdriver logging config; update retry config (via synth) ( #8 ) ( 70b597a )
1.4.0 (2020-02-06)
Features
- tasks:undeprecate resource helper methods; add py2 deprecation warning; change default timeouts; add 3.8 tests; edit docstrings (via synth)( #10074 ) ( 5577817 )
Bug Fixes
-
tasks:change default timeout values; bump copyright year to 2020; change line breaks in docstrings (via synth) ( #10271 ) ( f68536d )
-
tasks:deprecate resource name helper methods (via synth) ( #9864 ) ( ccf2cab )
1.3.0
11-04-2019 10:06 PST
Implementation Changes
- Add proto annotations (via synth) ( #9352 )
New Features
- Add HTTP tasks, OAuth tokens, and OIDC tokens (via synth) ( #9588 )
Documentation
-
Tweak docstrings (via synth) ( #9433 )
-
Disambiguate client requests from cloud task requests ( #9398 )
-
Change requests intersphinx url (via synth) ( #9409 )
-
Update documentation (via synth) ( #9069 )
-
Remove compatibility badges from READMEs ( #9035 )
-
Fix intersphinx reference to requests ( #9294 )
-
Remove CI for gh-pages, use googleapis.dev for
api_core
refs. ( #9085 )
1.2.1
08-12-2019 13:50 PDT
Implementation Changes
- Remove send/recv msg size limit (via synth). ( #8971 )
Documentation
1.2.0
07-24-2019 17:41 PDT
Implementation Changes
- Allow kwargs to be passed to create_channel (via synth). ( #8406 )
New Features
-
Add ‘options_’ argument to clients’ ‘get_iam_policy’; pin black version (via synth). ( #8660 )
-
Add ‘client_options’ support, update list method docstrings (via synth). ( #8524 )
Dependencies
-
Bump minimum version for google-api-core to 1.14.0. ( #8709 )
-
Update pin for ‘grpc-google-iam-v1’ to 0.12.3+. ( #8647 )
Documentation
-
Link to googleapis.dev documentation in READMEs. ( #8705 )
-
Add compatibility check badges to READMEs. ( #8288 )
-
Fix typo in README. ( #8606 )
Internal / Testing Changes
-
Add docs job to publish to googleapis.dev. ( #8464 )
-
Declare encoding as utf-8 in pb2 files (via synth). ( #8366 )
-
Add disclaimer to auto-generated template files (via synth). ( #8330 )
-
Suppress checking ‘cov-fail-under’ in nox default session (via synth). ( #8254 )
-
Fix coverage in ‘types.py’ (via synth). ( #8166 )
-
Blacken noxfile.py, setup.py (via synth). ( #8134 )
-
Add empty lines (via synth). ( #8074 )
1.1.0
05-14-2019 15:30 PDT
Implementation Changes
- Remove log_sampling_ratio, add stackdriver_logging_config (via synth). ( #7950 )
Documentation
Internal / Testing Changes
- Add nox session
docs
, reorder methods (via synth). ( #7783 )
1.0.0
04-29-2019 16:35 PDT
Documentation
- Correct docs/index.rst. ( #7808 )
Internal / Testing Changes
- Add smoke test. ( #7808 )
0.7.0
04-15-2019 10:21 PDT
New Features
- Add auth and stackdriver logging configuration (via synth). ( #7666 )
Documentation
- Tasks: Format docstrings for enums (via synth). ( #7601 )
0.6.0
03-26-2019 13:35 PDT
Implementation Changes
- Remove classifier for Python 3.4 for end-of-life. ( #7535 )
New Features
- Generate v2. ( #7547 )
0.5.0
03-06-2019 15:03 PST
Implementation Changes
-
Remove unused message exports (via synth). ( #7276 )
-
Protoc-generated serialization update. ( #7096 )
New Features
-
Add ‘Task.http_request’ and associated message type (via synth). ( #7432 )
-
Add ‘Task.dispatch_deadline’ via synth. ( #7211 )
Documentation
-
Updated client library documentation URLs. ( #7307 )
-
Update copyright headers
-
Restore expanded example from PR #7025 after synth. ( #7062 )
-
Add working example for ‘create_queue’. ( #7025 )
-
Pick up stub docstring fix in GAPIC generator. ( #6983 )
Internal / Testing Changes
-
Copy lintified proto files (via synth). ( #7471 )
-
Add clarifying comment to blacken nox target. ( #7405 )
-
Copy proto files alongside protoc versions
-
Add protos as an artifact to library ( #7205 )
0.4.0
12-18-2018 09:50 PST
Implementation Changes
-
Import
iam.policy
fromgoogle.api_core
. ( #6741 ) -
Pick up enum fixes in the GAPIC generator. ( #6616 )
-
Fix
client_info
bug, update docstrings and timeouts. ( #6422 ) -
Re-generate library using tasks/synth.py ( #5980 )
New Features
- Pick up changes to GAPIC generator, drop ‘Code’ enum. ( #6509 )
Dependencies
-
Bump minimum
api_core
version for all GAPIC libs to 1.4.1. ( #6391 ) -
Avoid broken ‘google-common-apis 1.5.4’ release. ( #6355 )
Documentation
-
Document Python 2 deprecation ( #6910 )
-
Separate / distinguish API docs for different API versions. ( #6306 )
-
Docstring tweaks from protos. ( #6261 )
-
Normalize use of support level badges ( #6159 )
-
Remove autosynth / tweaks for ‘README.rst’ / ‘setup.py’. ( #5957 )
-
Replace links to
/stable/
with/latest/
. ( #5901 )
Internal / Testing Changes
-
Add baseline for synth.metadata
-
Update noxfile.
-
Blacken all gen’d libs ( #6792 )
-
Omit local deps ( #6701 )
-
Run black at end of synth.py ( #6698 )
-
Run Black on Generated libraries ( #6666 )
-
Add templates for flake8, coveragerc, noxfile, and black. ( #6642 )
-
Add ‘mock’ to unit test dependencies for autogen libs. ( #6402 )
-
Add / fix badges for PyPI / versions. ( #6158 )
-
Don’t update nox in ‘tasks/synth.py’. ( #6232 )
-
Use new Nox ( #6175 )
0.3.0
Implementation Changes
- Regenerate tasks to fix API enablement URL (#5579)
New Features
- Tasks: Add v2beta3 endpoint (#5880)
Documentation
-
update Task library doc link (#5708)
-
tasks missing from docs (#5656)
0.2.0
Implementation Changes
-
regenerate tasks v2beta2 (#5469)
-
Avoid overwriting ‘ module’ of messages from shared modules. (#5364)
0.1.0
New Features
- Add v2beta2 endpoint for Tasks